body{
background-color:#E3D8AB;
margin: 0 auto;
}

div#container{
background: white url(Images/body-bg.gif) repeat-y;
border-top: 1px solid #A59235;
width:902px;
margin: 10px auto;
}

.headerbar{
position: relative;
width: 900px;
background-color:#E3D8AB;
border-bottom: none;
float: left;
display: none;
} 
.navbar_top{
position: relative;
background-color:#ffffff;
width: 880px;
float: left;
z-index: 2;
border-left: 1px solid #A59235;
border-right: 1px solid #A59235;
padding: 0 10px;
} 

 

#contentarea{
position: relative;
width: 635px;
float: left;
background-color:#ffffff;
padding: 0 10px 0 15px;
} 

#contentareahome{
position: relative;
width: 635px;
float: left;
background-color:#ffffff;
padding: 0 10px 0 15px;
}

#contentareahome p.pageheader {width: 100%;}

#navbar_left{
position: relative;
height: 100%;
background-color:#ffffff;
float: left;
border-left: 1px solid #A59235;
} 
#featurebar{
position: relative;
width: 213px;
height: 100%;
background-color:#ffffff;
padding: 1em 15px 0 10px;
float: right;
border-left: 1px solid #96adb8;
border-right: 1px solid #A59235;
} 
#featurebarhome{
position: relative;
width: 213px;
height: 100%;
background-color:#ffffff;
padding: 1em 15px 0 10px;
float: right;
border-left: 1px solid #96adb8;
border-right: 1px solid #A59235;
} 


#contentfullpage{
position: relative;
width: 880px;
float: left;
background-color:#ffffff;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 900px;
float: left;
background-color:#ffffff;
border: 1px solid #A59235;
border-top: none;
margin-top: -1em;
margin-right: -3px;
margin-bottom: 10px;
padding-top: 44px;
} 

#home-feature {
background-image: url('Images/feature-bg.png');
background-repeat: no-repeat;
background-position: bottom right;
background-color: #E3EAEE;
text-align: left;
width: 525px;
padding: 10px 5px;
border: 2px solid #65A2C1;
}


