@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
body {
 font-family: Arial, Helvetica, sans-serif;
 background-color: #F1E4B7;
 margin-top: 10px;
}
a{
/*color:#8e0806;*/
}
a hover{
color:#3333CC;
}

#water
{
	width:828px;
	/*height:215px;*/
	float: left;
	margin-top:0px;
	background-repeat:no-repeat;
	background-image:url(images/underbanner.jpg);
	}

#footer{
	width:828px;
	height:36px;
	margin-top:0px;
	background-repeat:no-repeat;
	background-image:url(images/footer.jpg);
	}
	
#copyBody{
	font:Arial, Helvetica, sans-serif;
	height:auto;
	margin-top:0px;
	/*margin-left:325px;*/
	margin-right:50px;

	}
	
#Banner{
	width:828px;
	height:326px;
	background-image:url(images/banner.jpg);
	margin-left:auto;
	margin-right:auto;
	}
	
.BannerImage{
	height:276px;
	width:709px;
	/*background-image:url(images/index_banner.gif);*/
	margin-left:45px;
	margin-top:0px;
	}
	
