body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-color:#0072AE;
background-position: 50% 50%;
margin: 0 auto;
}

div#container{
width:810px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 810px;
height: 245px;
background-image: url(Images/hdr-drrichardsteiner.gif);
background-repeat: no-repeat;
float: left;
} 
.navbar_top{
position: relative;
width: 800px;
float: left;
padding-right: 10px;

} 


#contentarea{
position: relative;
width: 585px;
padding: 0 15px;
float: left;
} 

#contentareahome{
position: relative;
width: 435px;
padding-left: 15px;
float: left;
} 


#navbar_left{
position: relative;
width: 180px;
height: 100%;
float: left;
margin-top: -75px;
padding-bottom: 75px;
z-index: 2;
} 
#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: #ffffff;
padding: 10px 15px 0 0;
float: right;
} 


#contentfullpage{
position: relative;
width: 790px;
float: left;
padding: 10px;
} 

div#footer{
position: relative;
width: 810px;
float: left;
margin-right: -3px;
} 



