body {
    color: #000;
    background-image : url(images/beach_bg1.jpg); 
	background-attachment:fixed;
	background-repeat: no-repeat;
    background-color:#FAF8F4;
	width : auto; 
	margin: 0;
	filter: Alpha(Opacity=85);
 	-moz-opacity: .85;
    font-family:Verdana, Arial, Sans;
}

#maincontainer{
margin: 0 auto;
width: 900px;

 }

#content-wrapper{
float:left;
width:900px;
border-right: 1px solid #00809B;
border-left: 1px solid #00809B;
}

#top{
width:900px;
height:125px;
}

#logo{
height:115px;
margin-top:5px;

}

#phone{
float:right;
margin-right:50px;
margin-top:50px;
color:#BD8137;
font-weight:bold;
font-family:Arial, Verdana;
font-size:2.0em;
}

#nav{


}
 
#about{
float:left;
width:445px;
border-top:5px solid #00809B;
border-right:1px solid #00809B;
border-bottom:1px solid #00809B;
background-color:#E8F5FA;
height:700px;
} 

.about-title{ 
width:445px;
text-align:center;
padding-top:3px;
padding-bottom:3px;
border-bottom:5px solid #00809B;
margin-top:0px;
margin-bottom:3px;
}
 
#contact{
float:right;
width:445px;
border-top:5px solid #00809B;
border-left:1px solid #00809B; 
border-bottom:1px solid #00809B; 
background-color:#E8F5FA;
height:700px;
}

.contact-title{ 
width:445px;
text-align:center;
padding-top:3px;
padding-bottom:3px;
border-bottom:5px solid #00809B;
margin-top:0px;
margin-bottom:3px;
}

#menu{
float:left;
margin-top:10px;
border-top:5px solid #00809B;
width:900px;
border-right:1px solid #00809B;
border-bottom:1px solid #00809B;
background-color:#E8F5FA;

}

table{
font-size:.85em;
padding-left:5px;
padding-right:5px;
 }
 
.bottom-border{
border-bottom:1px solid #00809B;

 }

.menu-title{ 
width:900px;
text-align:center;
padding-top:3px;
padding-bottom:3px;
border-bottom:5px solid #00809B;
margin-top:0px;
margin-bottom:3px;
}

.innertube{
margin:10px;
 }
 
 #footer{
clear: left;
width: 100%;
background: transparent;
color: #00809B;
text-align: center;
padding: 4px 0;
font-size:.80em;
font-weight:bold;
}

#footer a{
color:#00809B;
text-decoration:underline;

 }