body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #80afcc;
	background-image: url(images/bkg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-right: 10px;
	margin-left: 10px;
}
.header {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	margin-left: 10px;
	text-transform: uppercase;
}
.nav {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #efefef;
	text-decoration: none;
	font-weight: normal;
}
a.nav:link {
	text-decoration: none;
	color: #efefef;}
	
a.nav:visited {
	text-decoration: none;
	color: #efefef;}
	
a.nav:hover {
	text-decoration: underline;
	color: #000000;}
	
a:hover {
	text-decoration: none;
}
