<?php 
header("Content-type: text/css");
require_once $_SERVER["DOCUMENT_ROOT"] . "/library/browser/browser.php";
?>

body {
	margin:0px;
	height: 100%;
	text-align: center;
	background-image: url('/images/gradient-background2.gif');
	background-repeat: repeat-x;
	background-color: #DDCFBE;
	background-attachment: fixed;
}
#background {
	margin:0px;
	height: 100%;
	text-align: center;
	background-image: url('/images/gradient-background2.gif');
	background-repeat: repeat-x;
	background-color: #DDCFBE;
	background-attachment: fixed;
}
#container {
	background-image: url('/images/sand.gif');
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 2px solid #5DA3C6;
}
#feet1 {
	position:absolute;
	left:185px;
	top:170px;
	height: 218px;
	width: 143px;
	background-image: url('/images/feet.gif');
}
#feet2 {
	position:absolute;
	left:235px;
	top:390px;
	height: 218px;
	width: 143px;
	background-image: url('/images/feet.gif');
}


#header {
	position: relative;
	height: 174px;
	width: 100%;
}
#sky {
	position: absolute;
	left:0px;
	top:0px;
	height: 70px;
	width: 100%;
	background-image: url('/images/sky.gif');
}
#ocean {
	position:absolute;
	left:0px;
	top:70px;
	height: 33px;
	width: 100%;
	background-image: url('/images/ocean.gif');
}
#flare {
	position:absolute;
	left:305px;
	top:0px;
	height: 103px;
	width: 252px;
	background-image: url('/images/flare.gif');
	background-repeat: no-repeat;
	
}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	height: 174px;
	width: 305px;
	background-image: url('/images/logo.gif');
}


#sidebar {
	width: 200px;
	padding-top: 20px;
	padding-left: 40px;
	padding-bottom: 20px;
}
#main {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
}


#footer {
	position: relative;
	width: 100%;
	height: 60px;
	border: 0px;
}
#footer_back {
	position:absolute;
	left:0px;
	top:26px;
	height: 34px;
	width: 100%;
	background-image: url('/images/footer_back.gif');
	background-repeat: repeat-x;
}
#footer_line {
	position:absolute;
	left:0px;
	top:22px;
	height:4px;
	width:100%;
	background-image: url('/images/footer_line.gif');
	background-repeat: repeat-x;
}
#starfish {
	position:absolute;
	right:20px;
	bottom:17px;
	width:104px;
	height:38px;
	background-image: url('/images/starfish.gif');
}
#footer_text {
	position:absolute;
	top:35px;
	text-align: center;
	width:100%;
	height:20px;
}

#nav {
	position:absolute;
	left:303px;
	top:110px;
	width:119px;
	height:54px;
	z-index: 1;
}
#calendar {
	position:absolute;
	left:0px;
	top:0px;
	width:119px;
	height:54px;
	z-index: 1;
	background-image: url('/images/calendar.gif');
}
#calendar:hover {
	background-position: 0 -54px;
	z-index: 2;
}
#fun {
	position:absolute;
	left:107px;
	top:-6px;
	width:64px;
	height:67px;
	z-index: 1;
	background-image: url('/images/fun.gif');
}
#fun:hover {
	background-position: 0 -67px;
	z-index: 2;
}
#beachcam {
	position:absolute;
	left:166px;
	top:0px;
	width:97px;
	height:54px;
	z-index: 1;
	background-image: url('/images/beachcam.gif');
}
#beachcam:hover {
	background-position: 0 -54px;
	z-index: 2;
}
#menu {
	position:absolute;
	left:256px;
	top:-4px;
	width:72px;
	height:65px;
	z-index: 1;
	background-image: url('/images/menu.gif');
}
#menu:hover {
	background-position: 0 -65px;
	z-index: 2;
}
#drinks {
	position:absolute;
	left:319px;
	top:2px;
	width:97px;
	height:52px;
	background-image: url('/images/drinks.gif');
	z-index: 1;
}
#drinks:hover {
	background-position: 0 -52px;
	z-index: 2;
}
#rentals {
	position:absolute;
	left:401px;
	top:1px;
	width:120px;
	height:52px;
	z-index: 1;
	background-image: url('/images/rentals.gif');
}
#rentals:hover {
	background-position: 0 -52px;
	z-index: 2;
}
#parties {
	position:absolute;
	left:511px;
	top:3px;
	width:96px;
	height:51px;
	z-index: 1;
	background-image: url('/images/parties.gif');
}
#parties:hover {
	background-position: 0 -51px;
	z-index: 2;
}
