body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-x;
background-color: #99ccf7;
margin: 0 auto;
}

div#container{
width:800px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 800px;
height: 152px;
background-image: url(Images/hdr-paulsilbertmd.gif);
float: left;
margin: 10px 0px 0px 0px;
} 
.navbar_top{
position: relative;
width: 800px;
height: 25px;
background-image: url(Images/nav-top-bg.jpg);
background-repeat: repeat-y;
float: left;
z-index: 2;
} 

 

#contentarea{
position: relative;
width: 590px;
float: left;
background-color: #ffffff;
padding: 5px 10px 0 0;
} 

#contentareahome{
position: relative;
width: 415px;
float: left;
background-color: #ffffff;
padding: 5px 10px 0 0;
} 


#navbar_left{
position: relative;
width: 190px;
height: 100%;
background-color: #ffffff;
float: left;
padding: 5px 0 0 10px;

} 
#featurebar{
position: relative;
width: 150px;
height: 100%;
background: #F0F0F0;
padding: 10px 5px 0px 5px;
float: right;
display: none;
} 
#featurebarhome{
position: relative;
width: 161px;
height: 100%;
background-color: #ffffff;
float: right;
padding: 5px 5px 0 8px;
border-left: 1px solid #666666;
} 


#contentfullpage{
position: relative;
width: 780px;
float: left;
background-color: #ffffff;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 800px;
float: left;
background-image: url(Images/ftr-paulsilbertmd.gif);
background-repeat: no-repeat;
background-position: bottom;
background-color: #ffffff;
margin-right: -3px;
} 


