body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-color:#DEDEDE;
background-position: 50% 50%;
margin: 0 auto;

}

div#container{
width:800px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 800px;
height: 175px;
background-image: url(Images/hdr-washingtonurology.gif);
float: left;
} 
.navbar_top{
position: relative;
background-image: url(Images/nav-bg.jpg);
width: 800px;
height: 25px;
float: left;
z-index: 2;
} 

 

#contentarea{
position: relative;
width: 749px;
height: 100%;
float: left;
background-color: #fff;
} 

#contentareahome{
position: relative;
width: 749px;
float: left;
background-color: #fff;
} 


#navbar_left{
position: relative;
width: 25px;
height: 100%;
background-color: #fff;
float: left;
margin-bottom: 20px;
} 
#featurebar{
position: relative;
width: 25px;
height: 100%;
background-color: #fff;
float: right;
padding-bottom: 95px;
} 
#featurebarhome{
position: relative;
width: 25px;
height: 100%;
background-color: #fff;
float: right;
} 


#contentfullpage{
position: relative;
width: 800px;
float: left;
background-color: #fff;
padding: 10px;
} 

div#footer{
position: relative;
width: 770px;
float: left;
background-color: #fff;
margin: 25px -3px 0 0;
padding: 0 15px;
} 


