body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	position:relative; 
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-repeat: no-repeat;
	height: 150px;
	width: 955px;
}

#nav {
	float: left;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 25px;
	list-style-type: none;
	padding-right: 0px;
}
#content {
	float: left;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 50px;
	padding-left: 25px;
	text-align: justify;
	padding-right: 5px;
}
#container #nav ul li {
	list-style-type: none;
	background-color: #CFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-bottom: 5px;
	border: 1px solid #09F;
	float: none;
	right: 0px;
	clip: rect(auto,10px,auto,auto);
	padding-right: 0px;
	color: #FA3308;
}
#container #nav ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #FA3308;
}
#container #nav ul li a:hover {
	color: #000;
}
#underconstruction {
	font-size: 14px;
	font-weight: bolder;
	color: #C00;
}
#sidebanner {
	float: left;
	width: 205px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C33;
	border-right-color: #C33;
	border-bottom-color: #C33;
	border-left-color: #C33;
}
#sidebanner {
	float: left;
	width: 200px;
}
#sidebannercaption {
	color: #C33;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #03F;
	border-right-color: #03F;
	border-bottom-color: #03F;
	border-left-color: #03F;
	text-align: center;
	width: 200px;
	float: none;
}
#container #content h2 {
	color: #FB3308;
	line-height: 20px;
}
.h3fontandcolor {
	color: #FB3308;
	font-size: 17px;
	text-align: center;
}
