body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-x;
background-color: #fff;
margin: 0 auto;
}

div#container{
width:800px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 800px;
float: left;
} 
.navbar_top{
position: relative;
width: 800px;
height: 235px;
float: left;
z-index: 2;
} 

 

#contentarea{
position: relative;
width: 600px;
float: left;
} 

#contentareahome{
position: relative;
width: 600px;
float: left;
} 


#navbar_left{
position: relative;
width: 1px;
height: 100%;
float: left;
} 
#featurebar{
position: relative;
width: 175px;
height: 100%;
float: right;
padding-left: 24px;
} 
#featurebarhome{
position: relative;
width: 175px;
height: 100%;
float: right;
padding-left: 24px;
} 


#contentfullpage{
position: relative;
width: 800px;
float: left;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 800px;
float: left;
margin-right: -3px;
} 


