body {
	background: url(../images/bg.png) repeat-x #65563E;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Helvetica;
	font-size: 15px;
	color: #FFF;
 	}

html>/**/body {background-color: #716249}

#headbg {
	background: url(../images/whittaker_01.png) center top no-repeat;
	width: 100%
	}
 
#content {
	width: 900px;
	height: auto;
	margin: 0 auto;
	}

#header {	
	width: 900px;
	height: 168px;
	padding-top: 126px;
	}

html>/**/body #header {height: 42px}



#textarea {
	width: 900px;
	height: auto;
	text-align: left
	}

/*=====Link Styles=====*/

a:link {color: #7CC6E6; text-decoration: underline;}
a:hover {text-decoration: none;}
a:visited {color: #7CC6E6; text-decoration: underline;}
a:visited:hover {text-decoration: none;}

.boxes a {color: #65563E; text-decoration: underline;}
.boxes a:hover {text-decoration: none;}
.boxes a:visited {color: #65563E; text-decoration: underline;}
.boxes a:visited:hover {text-decoration: none;}

#footer a {color: #999; text-decoration: none;}
#footer a:hover {text-decoration: underline}
#footer a:visited {color: #999; text-decoration: none;}
#footer a:visited:hover {text-decoration: underline}

/*=====Homepage=====*/

.boxes {
	width: 209px;
	height: 169px;
	background: url(../images/whittaker_08.png) no-repeat;
	float: left;
	margin: 0px 7px;
	text-align: center;
	padding: 5px;
	color: #000000
	}

html>/**/body .boxes {width: 204px; height: 164px; margin: 0px 4px;}

/*=====Text Syles=====*/

h1, h2, h3 {
	font-size: 27px;
	margin: 3px 0px;
	font-weight: lighter;
	}

h2 {
	font-size: 23px;
	color: #3D5094
	}

h3 {font-size: 19px;}

.divider {
	width: 100%;
	height: 2px;
	border-top: 2px solid #79C3E5;
	}

/*=====Rates=====*/

.ratetable {
	width: 340px; 
	margin: 0 auto;
	line-height: 150%
	}

.ratedays {
	width: 100%; 
	height: 20px; 
	text-align: left; 
	float: left;
	font-size: 19px;
	font-weight: lighter; 
	text-decoration: underline;
	}
	
.ratetime { 
	width: 100px; 
	float: left; 
	text-align: left; 
	height: 20px;
	color: #3C5094;
	font-weight: bold;
	background-color: #7CC6E6
	}
	
.rateprice { 
	width: 80px; 
	height: 20px; 
	float: left;
	color: #79C3E5;
	font-weight: bold;
	}

/*=====Coupons=====*/

#coupon {
	width: 500px;
	height: auto;
	padding: 7px;
	border: 2px solid #79C3E5;
	margin: 10px auto;
	background-color: #FFF;
	color: #000
	}


/*=====Contact=====*/

#mapbg {
	width: 650px;
	height: 360px;
	padding-top: 5px;
	background: url(../images/sitephotos/mapbg.png) no-repeat;
	margin: 0 auto;
	text-align: center
	}

.fieldtitle, .fieldarea {
	width: 170px;
	height: 20px;
	font-weight: bold;
	padding-top: 3px;
	float: left;
	text-align: right;
	margin-bottom: 7px;
	}

html>/**/body .fieldtitle {height: 17px;}

.fieldarea {
	width: 300px;
	margin-left: 5px;
	text-align: left;
	padding-top: 0;
	}

.formfield {
	height: 20px;
	border: 1px #000 solid;
	}

/*=====Footer=====*/

#footer {
	width: 900px;
	height: 50px;
	border-top: 2px solid #79C3E5;
	margin: 7px auto;
	padding-top: 5px;
	font-size: 11px;
	color: #888; 
	}