body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-color:#8CC7B5;
background-position: 50% 50%; 
margin: 0 auto;
}

div#container{
width:802px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 775px;
height: 90px;
padding: 30px 0 0 25px;
background-image: url(Images/hdr-neurocareinstitute.jpg);
float: left;
border: 1px solid #000000;
border-bottom: none;
} 
.navbar_top{
position: relative;
width: 800px;
background-color: #fefefe;
float: left;
display: none;
} 

 

#contentarea{
position: relative;
width: 520px;
float: left;
background-image: url(Images/content-bg.jpg);
background-repeat: no-repeat;
background-color: #fefefe;
padding: 50px 25px 0 15px;
border-right: 1px solid #000000;
} 

#contentareahome{
position: relative;
width: 520px;
float: left;
background-image: url(Images/content-bg.jpg);
background-repeat: no-repeat;
background-color: #fefefe;
padding: 50px 25px 0 15px;
border-right: 1px solid #000000;
} 


#navbar_left{
position: relative;
width: 230px;
height: 100%;
padding: 0 0 50px 10px;
background-image: url(Images/hdr2-neurocareinstitute.jpg);
background-repeat: no-repeat;
background-color: #fefefe;
z-index: 2;
float: left;
border-left: 1px solid #000000;
} 
#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;
border: 1px solid #000000;
} 

div#footer{
position: relative;
width: 800px;
float: left;
background-color: #ffffff;
border: 1px solid #000000;
border-top: none;
margin-right: -3px;
} 



