body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
margin: 0 auto;
width: expression(document.body.clientWidth < 770 ? "770px" : (document.body.clientWidth > 960 ? "960px" : "100%"));

}

div#container{
width:870px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 870px;
height: 221px;
background-image: url(Images/hdr-bellman.jpg);
background-color: #FFF;
float: left;
} 
.navbar_top{
position: relative;
width: 870px;
float: left;
z-index: 2;
} 

 

#contentarea{
position: relative;
width: 659px;
float: left;
background: #FFF;
padding: 10px 0 0 10px;
border-left: 1px solid #666666;
} 

#contentareahome{
position: relative;
width: 485px;
float: left;
background: #FFF;
padding: 10px 5px 0 10px;
border-left: 1px solid #666666;
} 


#navbar_left{
position: relative;
width: 170px;
height: 100%;
padding-top: 10px;
margin-left: 10px;
float: left;
} 
#featurebar{
position: relative;
width: 150px;
height: 100%;
background: #d3d9e8;
padding: 10px 5px 0px 5px;
float: right;
display: none;

} 
#featurebarhome{
position: relative;
width: 160px;
height: 100%;
background: #d3d9e8;
margin-right: 5px;
padding: 10px 5px 0px 5px;
float: right;
} 


#contentfullpage{
position: relative;
width: 800px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 870px;
float: left;
background: #FFFFFF;
margin-right: -3px;
} 


