body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
background-color: #ffffff;
margin: 0px;
padding: 0px;
height: 100%;
}
div#wrapper {
position:absolute;
left: 50%;
top: 50%;
width: 800px;
height: 275px;
margin-top: -175px; /* half the height */
margin-left: -400px; /* half the width */
border: 1px solid #ffffff;
background-color: #ffffff;
}
div#head {
padding-top: 40px;
padding-bottom: 20px;
padding-top: 60px;
}
div#navcontainer {
padding: 0px; /* padding effects border line change head */
margin: 0px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FFFFFF;
text-align: center;
text-indent: 50px; /* centers links so there not behind logo */
}
div#navcontainer a {
padding-left: 1px;
padding-right: 1px;
}
div#navcontainer a:link
{
color: #fff;
background-color: #000000;
text-decoration: none;
}
div#navcontainer a:visited{
color: #fff;
background-color: #000000;
text-decoration: none;
}
div#navcontainer a:hover
{
color: #F6821F;
text-decoration: none;
}
div#contentwrapper {
margin-top: 20px;
margin-left: 80px;
margin-right: 30px;
}
div#container1 {
width: 266px;
float: left;
}
div#container2 {
	float: right;
	width: 780px;
	padding: 10px;
}
#container2 h1 {
	font-size: 26px;
	font-weight: normal;
	color: #F6821F;
	margin-bottom: 5px;
	margin-top: 0px;
}
#container2 h3 {
font-size: 17px;
margin: 0px;
font-weight: normal;
color: #666666;
}
#container2 p {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 16px;
}
#container2 hr {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
}
