body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-x;
background-color:#BCD3BF;
margin: 0 auto;
}

div#container{
width:802px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 800px;
float: left;
margin-top: 10px;

} 
.navbar_top{
position: relative;
background-image: url(Images/nav-top-bg.jpg);
border: 1px solid #726a61;
background-color: #fff;
border-bottom: none;
width: 800px;
height: 262px;
float: left;
z-index: 2;
} 

 

#contentarea{
position: relative;
width: 550px;
float: left;
background-color: #fff;
padding: 0 25px 25px 24px;
} 

#contentareahome{
position: relative;
width: 550px;
float: left;
background-color: #fff;
padding: 0 25px 25px 24px;
} 


#navbar_left{
position: relative;
width: 1px;
height: 100%;
background-color: #fff;
float: left;
border-left: 1px solid #726a61;
padding-bottom: 25px;
} 
#featurebar{
position: relative;
width: 169px;
height: 100%;
background-color: #fff;
float: right;
padding: 0 15px 25px 15px;
border-left: 1px solid #726a61;
border-right: 1px solid #726a61;
} 
#featurebarhome{
position: relative;
width: 169px;
height: 100%;
background-color: #fff;
float: right;
padding: 0 15px 25px 15px;
border-left: 1px solid #726a61;
border-right: 1px solid #726a61;
} 


#contentfullpage{
position: relative;
width: 728px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 800px;
float: left;
background: #BCD3BF;
margin-right: -3px;
border-top: 1px solid #726a61;
} 



