body {
	background-image: url(pics/bg.jpg);
	background-repeat: repeat-x;
	background-color: #03102b;
	height: 100%;
	width: 100%;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 100%;
	margin: 0 auto;
	width: 800px;
	background-color: #FFFFCC;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom: 1px;
	
	

}

#footer{
	margin-left: auto;
	margin-right: auto;
	clear: both;
	height: 5%;
	vertical-align: middle;
	padding: 0;
	background-color: #FFFFCC;
	width: 800px;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#top{
	margin-left: auto;
	margin-right: auto;
	clear: both;
	height: 60px;
	vertical-align: middle;
	padding: 0;
	background-color: #66FFFF;
	width: 800px;
	background-image: url(pics/bg_nav.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}


a:link {
	text-decoration: none;
	color: #CC6600;
}

a:active {
	text-decoration: none;
}
a:visited {
	color: #CC6600;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
.style2 {color: #ccffff}
.style3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
