body{
background-image:url(Images/body-bg.gif);
background-repeat: repeat-y;
background-position: 50% 50%;
background-color:#868176;
margin: 0 auto;
}

div#container{
width:800px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 801px;
height: 105px;
background-image: url(Images/hdr-marcreinermd.gif);
background-repeat: no-repeat;
float: left;
border-top: 3px groove #363531;
} 
.navbar_top{
position: relative;
width: 790px;
float: left;
padding: 0 5px 0 25px;
z-index: 2;
} 

#contentarea{
position: relative;
width: 750px;
float: left;
} 

#contentareahome{
position: relative;
width: 750px;
float: left;
} 


#navbar_left{
position: relative;
width: 25px;
height: 100%;
float: left;
} 
#featurebar{
position: relative;
width: 25px;
height: 100%;
float: right;

} 
#featurebarhome{
position: relative;
width: 25px;
height: 100%;
float: right;
} 


#contentfullpage{
position: relative;
width: 780px;
float: left;
padding: 10px;
} 

div#footer{
position: relative;
width: 800px;
float: left;
background-image: url(Images/footer-bg.gif);
background-position: bottom;
background-repeat: no-repeat;
border-bottom: 3px groove #363531;
margin-right: -3px;
border-top: none;
} 

