body {
	min-width: 760px;
	text-align: center;
	margin: 0 auto;
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff  url(../../media/images/bg_main.jpg) repeat-y center;
}
#wrapper {
	background: #fff url(../../media/images/bg_wrapper.jpg) no-repeat bottom left;
	width: 760px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
#wrapper #sideBarGirl { /* GIRL (ON SIDEBAR) */
	position:absolute; 
	bottom:0px; 
	left:0px; 
	z-index: 2; 
	width: 173px;
}
a {
	color: #85850A;
}
a:hover {
	color: #886D88;
}
.txt-sm { /* SMALL TEXT */
	font-size: 11px;
}

/* HEADER - BRANDING -------------------- */
#branding {
	position: relative;
	width: 760px;
}
#branding .address {
	position: absolute;
	top: 5px;
	text-align: center;
	width: 100%;
	color: #675267;
	font-size: 11px;
}
/* MAIN CONTENT -------------------- */
#contentContainer {
	background: #fff url(../../media/images/bg_wrapper.jpg) no-repeat bottom left;
	width: auto; 
	margin: 0; 
	padding: 0;
}
#content {
	float: left; 
	width: 546px;
	margin: 10px;
	line-height: 16px;
}
#content ul {
	font-size: 12px;
}

/* SIDEBAR -------------------- */
#sidebar {
	float: left; 
	width: 190px; 
	background:url(../../media/images/bg_sidebar.gif) top left no-repeat; 
	margin-top: 10px;
}
#sidebar #pageHeader { /* Page headers */
	margin: 16px 0 0 16px;
}
/* Subnav */
#subNavigation {
	margin: 0;
	padding: 0;
}
#subNavigation ul {
	margin: 10px 0 0 30px;
	padding: 0;
}
#subNavigation li {
	margin: 0;
	padding: 0;
}
#subNavigation li a{
	font-size: 11px;
	text-decoration: none;
}
/* FOOTER ------------------------------ */
#footer {
	position: relative;
	width: 760px; 
	height: 109px; 
	background: url(../../media/images/footer_bg.jpg) no-repeat top left;
	clear:both; 
}
#footer .address {
	position: absolute;
	top: 24px;
	left: 304px;
	text-align: center;
	color: #675267;
	font-size: 12px;
}
#footer #c1 {
	position: absolute;
	bottom: 12px;
	right: 9px;
	text-align: right;
	color: #675267;
	font-size: 9px;
}
/* TITLES FOR BULLED LISTS ------------------*/
p.listTitle {
	font-size: 13px;
	font-weight:bold;
	color: #333;
}
/* SPECIALS ------------------*/
#specialContainer {
	 background: #fff url(../images/specials/summer2009/bg_coconuts_beach.jpg) top left no-repeat; 
	 width: 540px;
	 height: auto; 
	 border: 1px solid #aaa;
	 color: #333;
	 font-family: Arial, sans-serif;
	 line-height:24px;
 }
#specialContent {
 	margin: 0 40px 20px 40px;
 }
 #specialContent h2 {
	 font-weight: bold;
	 color:#FF6600;
 }
#specialContent h3 {
	 font-weight: bold;
	 color:#336699;
 }
 .specialPrices {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

/* SPECIAL 2 - if needed */
#specialContainer2 {
	 background: #A2D4F8 url(../images/specials/summer2009/bg_sunscreen_chairs.jpg) top left no-repeat; 
	 width: 540px;
	 height: auto; 
	 border: 1px solid #aaa;
	 color: #333;
	 font-family: Arial, sans-serif;
	 margin-top:20px;
	 line-height:20px;
 }
#specialContent2 {
 	margin: 0 20px 20px 20px;
 }
#specialContent2 h2, #specialContent2 h3 {
	 font-weight: bold;
	 color:#21394B;
 }

/* SPECIAL 3 - if needed */
#specialContainer3 {
	 background: #fff url(../images/specials/summer2009/bg_drive_bus.jpg) top left no-repeat; 
	 width: 540px;
	 height: auto; 
	 border: 1px solid #aaa;
	 color: #333;
	 font-family: Arial, sans-serif;
	 margin-top:20px;
	 line-height:20px;
 }
#specialContent3 {
 	margin: 0 20px 20px 20px;
 }
#specialContent3 h2, #specialContent3 h3 {
	 font-weight: bold;
	 color:#7D0004;
 }
#specialContent3 .priceFeatTxt {font-size:14px; font-weight:bold}
/*---------------------------------------------*/

.photoThumb {
	border: 1px solid #ccc;
}
.formBtn {
	background-color: #ffccff;
	border: 1px solid #999;
	padding: 5px;
}