body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-x;
background-color:#f2eedf;
margin: 0 auto;
}

div#container{
width:804px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 800px;
height: 245px;
background-image: url(Images/hdr-neurogroup.jpg);
float: left;
border: 2px groove #004e69;
border-bottom: none;
} 

.headerbar_new{
position: relative;
width: 800px;
height: 245px;
background-image: url(Images/hdr-neurogroup.jpg);
float: left;
border: 2px groove #004e69;
border-bottom: none;
} 

.navbar_top{
position: relative;
background-color: #ffffff;
width: 800px;
float: left;
z-index: 2;
border-left: 2px groove #004e69;
border-right: 2px groove #004e69;
} 

 
#contentarea{
position: relative;
width: 610px;
float: left;
background-color: #ffffff;
padding: 0px 10px 25px 5px;
border-right: 2px groove #004e69;
} 

#contentareahome{
position: relative;
width: 610px;
float: left;
background-color: #ffffff;
padding: 0px 10px 25px 5px;
border-right: 2px groove #004e69;
} 


#navbar_left{
position: relative;
width: 175px;
height: 100%;
background-color: #ffffff;
float: left;
border-left: 2px groove #004e69;
z-index: 3;
padding-bottom: 25px;
} 
#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: 780px;
float: left;
background-color: #ffffff;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 800px;
float: left;
background-color:#f2eedf;
margin-right: -3px;
border-top: 2px groove #004e69;
} 


