body{
background-color:#fdf8e1;
margin: 0 auto;
}

div#container{
width:804px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 800px;
height: 145px;
background-image: url(Images/hdr-bg.gif);
float: left;
border: 2px groove black;
border-bottom: none;
margin-top: 15px;
} 
.navbar_top{
position: relative;
width: 800px;
background-image: url(Images/nav-bg.gif);
float: left;
z-index: 2;
border-left: 2px groove black;
border-right: 2px groove black;
} 

 

#contentarea{
position: relative;
width: 750px;
float: left;
background-color: #ffffff;
} 

#contentareahome{
position: relative;
width: 545px;
padding-right: 15px;
float: left;
background-color: #ffffff;
} 


#navbar_left{
position: relative;
width: 25px;
height: 100%;
background-color: #ffffff;
float: left;
border-left: 2px groove black;
} 
#featurebar{
position: relative;
width: 25px;
height: 100%;
background-color: #ffffff;
float: right;
border-right: 2px groove black;
} 
#featurebarhome{
position: relative;
width: 184px;
height: 100%;
background-color: #ffffff;
float: right;
padding: 0 15px;
border-right: 2px groove black;
border-left: 1px solid #999999;
} 


#contentfullpage{
position: relative;
width: 780px;
float: left;
background-color: #ffffff;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 800px;
float: left;
background-color: #ffffff;
border: 2px groove black;
border-top: none;
margin: 0 -3px 15px 0;
} 



