:link, :visited, a {
	color: #406B9B;
	padding-bottom: 1px;
	text-decoration: none;
}

:link:hover, :visited:hover {
	background: #FFFFEE;
	color: #DDA05C;
}

body {
	background-color: #406B9B;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	text-align: center;
}

html > body :link, html > body :visited {
	background: transparent;
	border-bottom: 1px dotted #999999;
}

img {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

#container {
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 100%;
	text-align: left;
	width: 600px;
}

#content {
	float: right;
	padding: 25px 10px 25px 10px;
	width: 430px;
}

#content h1 {
	color: #444488;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#footer {
	background-color: #444488;
	border-bottom: 3px solid #000000;
	border-top: 1px solid #000000;
	clear: both;
	height: 15px;
	width: 600px;
}

#header {
	background: url(../bg.jpg) #2E4E74 repeat-x;
	border-bottom: 1px solid #000000;
	border-top: 2px solid #000000;
	color: #FFFFFF;
	height: 60px;
	padding: 30px 0 0 10px;
	width: 590px;
}

#header h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}

#left {
	background-color: #EEEEEE;
	float: left;
	padding: 25px 5px 10px 15px;
	width: 130px;
}

#navi {
	background-color: #DFE9F3;
	border-bottom: 1px solid #000000;
	width: 600px;
}

#navi ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#navi ul li {
	display: inline;
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

#navi ul li a {
	border-right: 1px solid #FFFFFF;
	color: #444488;
	display: block;
	float: left;
	font-size: x-small;
	height: 10px;
	padding: 2px 10px 6px;
}
