
#wrapper {
	background-color: #FFFFFF;
	margin: auto;
	width: 776px;
	position: relative;
	height: 225px;
}
#header {
	background-color: #FFFFFF;
	height: 225px;
	width: 776px;
	float: left;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #999966;
	float: left;
	height: auto;
	width: 120px;
	font-size: 11px;
	font-weight: bold;
	top: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	bottom: auto;
	padding-left: 15px;
	background-position: top;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #666701;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #356768;
	display: block;
	text-decoration: none;
	width: 81px;
}

#maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	padding: 10px;
	width: 570px;
	float: left;
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
	vertical-align: middle;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #336666;
}

#footer {
	float: left;
	height: auto;
	position: relative;
	top: auto;
}
#footer img {
	float: left;
}
