body{
background-color:#ffff99;
margin: 0 auto;
}

div#container{
width:802px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 800px;
background: #ffff99;
float: left;
margin-top: 5px;
} 
.navbar_top{
position: relative;
background-image: url(Images/hdr-bg.gif);
width: 800px;
height: 395px;
float: left;
z-index: 2;
border: 1px solid #ff9933;
border-bottom: none;
padding-top: 5px;
} 

 

#contentarea{
position: relative;
width: 530px;
float: left;
background-color: #fff;
padding-right: 15px;
} 

#contentareahome{
position: relative;
width: 530px;
float: left;
background-color: #fff;
padding-right: 15px;
} 


#navbar_left{
position: relative;
width: 25px;
height: 100%;
background-color: #fff;
float: left;
border-left: 1px solid #ff9933;
} 
#featurebar{
position: relative;
width: 200px;
height: 100%;
background-color: #fff;
float: right;
border-right: 1px solid #ff9933;
padding: 0 15px;

} 
#featurebarhome{
position: relative;
width: 200px;
height: 100%;
background-color: #fff;
float: right;
border-right: 1px solid #ff9933;
padding: 0 15px;
} 


#contentfullpage{
position: relative;
width: 728px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 800px;
float: left;
margin-right: -3px;
border-top: 1px solid #ff9933;
} 



