body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-x;
background-color:#b8babc;
margin: 0 auto;
}

div#container{
width:804px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 800px;
height: 150px;
background-color: #ffffff;
float: left;
border: 2px groove #333333;
border-bottom: none;
} 
.navbar_top{
position: relative;
background-color: #ffffff;
width: 800px;
height: 15px;
float: left;
border-left: 2px groove #333333;
border-right: 2px groove #333333;
} 

 

#contentarea{
position: relative;
width: 605px;
float: left;
background-color: #ffffff;
padding: 0 10px;
border-right: 2px groove #333333;
} 

#contentareahome{
position: relative;
width: 425px;
float: left;
background-color: #ffffff;
padding: 0 5px;
} 


#navbar_left{
position: relative;
width: 175px;
z-index: 2;
height: 100%;
background-color: #ffffff;
float: left;
border-left: 2px groove #333333;
} 
#featurebar{
position: relative;
width: 175px;
height: 100%;
background: #F0F0F0;
padding: 10px 5px 0px 5px;
float: right;
display: none;
} 
#featurebarhome{
position: relative;
width: 180px;
height: 100%;
background-color: #ffffff;
padding: 0 5px;
float: right;
border-right: 2px groove #333333;
} 


#contentfullpage{
position: relative;
width: 780px;
float: left;
background-color: #ffffff;
padding: 10px;
border-left: 2px groove #333333;
border-right: 2px groove #333333;
} 

div#footer{
position: relative;
width: 800px;
float: left;
background-color: #ffffff;
border: 2px groove #333333;
border-top: none;
margin-right: -3px;
} 


