body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20 50 10; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#header {
position:relative;
top:0px;
width: 780px;
height: 220px;
background-repeat: no-repeat;
z-index:0;
margin:0px;
padding:0px;
}
#name{
position:relative; 
top: 85px;
left: 250px;
margin-top: 0px;
padding: 0px, 50px, 0px, 50px;
font-family:Arial, Helvetica, sans-serif;
font-size:35px;
z-index:3;
}

body#home a#homenav,
body#whatis a#whatisnav,
body#about a#aboutnav,
body#rates a#ratesnav,
body#contact a#contactnav,
body#resources a#resourcesnav{
color:#FFFFFF;
text-decoration:underline;
}

#body{
width: 600px;
color:#FFFFFF;
z-index:0;
}

#newsletter{
position:absolute;
width:200px;
margin-left:540px;
margin-top:35px;
padding: 5px;
z-index:3;  
border-left-style:double;
text-align:center;

}

#photo{
position:absolute;
margin-left:580px;
width:125px;
z-index:3;
border: 3px solid;


}
#navmenu{
line-height:25px;
}
#navmenu ul {
	margin: 0; padding: 0; 	
	list-style-type: none; list-style-image: none; }

#navmenu li {display: inline; }
#navmenu ul li a {
	text-decoration:none;  margin: 2px;
	padding: 3px 13px 3px 13px; 
	}
	#navmenu ul li a:hover {
Text-Decoration: underline;
	}
-->
</style>