body{
background-image: url(Images/body-bg.gif);
background-repeat: repeat-y;
background-position: 50% 50%;
background-color:#515057;
margin: 0 auto;
}

div#container{
width:800px;
margin: 0 auto;
overflow: visible
}

div.homediv {
background-image: url(Images/homediv.jpg);
height: 90px;
width: 400px;
}
div.servdiv1 {
background-image: url(Images/newservicesdiv.jpg);
background-repeat: no-repeat;
height: 300px;
width: 536px;
color: #FFFFFF;
}
div.servdiv2 {
background-image: url(Images/servicesdiv2.jpg);
background-repeat: no-repeat;
height: 89px;
width: 340px;
color: #FFFFFF;
margin-top:-5px;
}
div.aopdiv1 {
background-image: url(Images/aopdiv1.jpg);
height: 580px;
width: 533px;
color: #FFFFFF;
padding-top: 6px;
}


.headerbar{
position: relative;
width: 800px;
height: 204px;
background-color: #ffffff;
background-image: url(Images/hdr-foothillsfamilymed.gif);
float: left;
border-top: 2px groove #000000;
} 
.navbar_top{
position: relative;
width: 800px;
background-color: #ffffff;
float: left;
z-index: 2;
} 

 

#contentarea{
position: relative;
width: 565px;
float: left;
background-color: #ffffff;
padding: 0 15px;
} 

#contentareahome{
position: relative;
width: 400px;
height: 550px;
float: left;
background-color: #ffffff;
padding: 0 15px;
} 


#navbar_left{
position: relative;
width: 200px;
height: 100%;
background-color: #ffffff;
float: left;
} 
#featurebar{
position: relative;
width: 170px;
height: 100%;

text-align: center;
float: right;
border-right: 2px groove #000000;
display: none;
} 
#featurebarhome{
position: relative;
width: 170px;
height: 100%;
background-repeat: no-repeat;
background-color: #ffffff;
float: right;
} 


#contentfullpage{
position: relative;
width: 800px;
float: left;
background-color: #ffffff;
} 

div#footer{
position: relative;
width: 800px;
float: left;
background-color: #ffffff;
margin: 0 -3px 10px 0;
} 


