html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color:#000000;
	background-color: #FFFFFF;
	font: 11px verdana, arial, helvetica, sans-serif;
	
}

h1 {
	font-size:11px;
	font-weight:bold;
	}


/* GENERAL CLASSES */
.BeachesMain { 
 	width: 100%;
 	min-height:100%;
 	position: absolute;
	 	
}
.BeachesContainer {
	position: absolute;
	width:729px;
	min-height:100%;
	left: 50%; 
	margin-left:-364px;
	background-image:url(../Images/backing.jpg);
	
}

a:link, a:visited, a:active {
	color: #000099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000099;
}

a img{border:none;}

.style12 {
	color:#FFFFFF;
	font-weight:bold;
}


/*BODY CLASSES*/

.Header {
	width:671px; 
	height:170px; 
	background-image:url(../Images/headerBacking.jpg);
	background-repeat:no-repeat;
	margin:0 0 0 29px;
}

.Header a:link, .Header a:visited, .Header a:active {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	}

.Header a:hover {
	text-decoration: underline;
}

.Menu { width:671px; margin:0 0 0 29px; background-color:#d9d8d8; height:26px; }

.BodyContent {
	width:671px; 
	margin:0 0 0 29px;
}

.Content { padding:10px 15px 10px 17px; }


.SiteForms {
	padding:2px 0 0 56px;
	}

.FORM {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:bold; 
	color:#000000;
	}

.warning {
	font-weight:bold;
	color:#FF0000;
	}

.success {
	font-weight:bold;
	color:#00CC00;
	}

/*FOOTER CLASSES*/

.Footer {
	float:left;
	margin:0 0 0 29px;
	padding:15px 0 0 0;
	width:671px; 
	height:50px;
	font-size:10px;
	color:#999999;
}

.Footer a:link, .Footer a:visited, .Footer a:active {
	color:#999999;	
	}

.Footer a:hover {
	text-decoration: underline;
}

