body{
background-color:#000000;
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: 164px;
background-image: url(Images/hdr-neurocva.jpg);
float: left;

} 
.navbar_top{
position: relative;
width: 780px;
height: 40px;
padding-right: 20px;
float: left;
text-align: right;
background: #FFF;
z-index: 2;
} 

 

#contentarea{
position: relative;
width: 580px;
float: left;
background: #FFF;
padding: 0px 15px 6px 15px;
} 

#contentareahome{
position: relative;
width: 580px;
float: left;
background: #FFF;
padding: 0px 15px 6px 15px;
} 


#navbar_left{
position: relative;
width: 190px;
background: #FFF;
padding-top: 6px;
height: 100%;
float: left;

} 
#featurebar{
position: relative;
width: 150px;
height: 100%;
background: #F0F0F0;
padding: 10px 5px 0px 5px;
float: right;
display: none;
} 
#featurebarhome{
position: relative;
width: 150px;
height: 100%;
background: #F0F0F0;
padding: 10px 5px 0px 5px;
float: right;
display: none;
} 


#contentfullpage{
position: relative;
width: 800px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 650px;
padding-left: 150px;
float: left;
background: #FFFFFF;
margin-right: -3px;
} 



