body{
margin: 0 auto;
width: expression(document.body.clientWidth < 770 ? "770px" : (document.body.clientWidth > 960 ? "960px" : "100%"));
}

div#container{
width:750px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 750px;
height: 70px;
background: #FFF;
float: left;
margin: 10px 0px 10px 0px;
} 

.navbar{
position: relative;
width: 155px;
background: #990000;
float: left;
margin: 5px 10px 0px 0px;
} 

.contentarea{
position: relative;
width: 575px;;
background: #FFFFFF;
float: left;
margin: 5px 10px 10px 0px;
} 

.contentfb{
position: relative;
width: 395px;;
background: #FFFFFF;
float: left;
margin: 5px 10px 10px 5px;
} 

.contentfullpage{
position: relative;
width: 750px;
background: #FFFFFF;
float: left;
margin: 10px 0px 10px 0px;
} 


.featurebar{
position: relative;
width: 160px;
background: #e3dbd0;
float: right;
margin: 5px 0px 0px 0px;
} 

div#footer{
position: relative;
width: 100%;
background: #FFFFFF;
float: left;
} 


