body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-x;
background-color:#272727;
margin: 0 auto;
}

div#container{
width:850px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 800px;
height: 96px;
padding: 0 25px;
} 
.navbar_top{
position: relative;
width: 850px;
height: 23px;
float: left;
z-index: 2;
} 



#contentarea{
position: relative;
width: 555px;
float: left;
padding: 0 15px;
} 

#contentareahome{
position: relative;
width: 555px;
float: left;
padding: 0 15px;
} 


#navbar_left{
position: relative;
width: 265px;
height: 100%;
background-image: url(Images/beach.jpg);
background-repeat: no-repeat;
background-color: #000;
padding-top: 280px;
float: left;
} 
#featurebar{
position: relative;
width: 150px;
height: 100%;
float: right;
display: none;
} 
#featurebarhome{
position: relative;
width: 150px;
height: 100%;
float: right;
display: none;
} 


#contentfullpage{
position: relative;
width: 730px;
float: left;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 585px;
background-color: #e6ded2;
float: left;
margin: 0 -3px 25px 265px;
} 


