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:800px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 800px;
height: 115px;
margin-top: 10px;
float: left;
} 
.navbar_top{
position: relative;
width: 800px;
height:35px;
padding-top: 10px;
background-image: url(Images/nav-top-bg.jpg);
background-repeat: no-repeat;
float: left;
z-index: 2;
} 

 

#contentarea{
position: relative;
width: 595px;
float: left;
background: #FFF;
padding: 10px 10px 0px 9px;
} 

#contentareahome{
position: relative;
width: 600px;
float: left;
background: #FFF;
padding: 10px 10px 0px 9px;
} 


#navbar_left{
position: relative;
width: 1px;
height: 100%;
background: #ffffff;
float: left;
} 
#featurebar{
position: relative;
width: 165px;
height: 100%;
background: #ffffff;
border-left: 1px solid #ff9966;
padding: 10px 0 0 10px;
float: right;
} 
#featurebarhome{
position: relative;
width: 165px;
height: 100%;
background: #ffffff;
border-left: 1px solid #ff9966;
padding: 10px 0 0 10px;
float: right;
} 


#contentfullpage{
position: relative;
width: 800px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 800px;
float: left;
background: #FFFFFF;
margin-right: -3px;
} 


