body {
	margin:0 0; 
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #083b6b;
	width:100%;
	height: 100%;
	font-size: 0.8em;
	background-image: url(../images/horTile.jpg);
	background-repeat: repeat-y;
}

#wrapper {
	position: absolute;
	top: 0px;
  background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
  width:770px;
	height: 400px;
}


#container {
  position: absolute;
  width: 567px;
  top: 170px;
	left: 203px;
}


#container #text {
float: left;
margin-top: 10px;
}

#container #mainNav {
margin-top: 10px;
margin-left: -20px;
}

#container #mainNav ul li{

  list-style-type: none;
	display: inline;
}

#container #mainNav a {
	margin-right: 10px;
}

#container #mainNav a:link { color: #ffffff; text-decoration: none;}
#container #mainNav a:visited { color: #ffffff; text-decoration: none;}
#container #mainNav a:hover { color: #e3a82b; text-decoration: none;}
#container #mainNav a:active { color: #e3a82b; text-decoration: none;}

#footer ul {
margin: 75px 0px;
position: relative;
width: 570px;
font-size: .85em;
float: right;
list-style-type: none;
display: inline;
}

#footer a:link { color: #8096ad; text-decoration: none;}
#footer a:visited { color: #8096ad; text-decoration: none;}
#footer a:hover { color: #ffffff; text-decoration: none;}
#footer a:active { color: #ffffff; text-decoration: none;}

#copyright {
float: left;
margin-left: 0px;
}

#legal {
float: right;
padding-left: 2em;
}

#sitemap {
float: right;

}
