body{
background-color:#000000;
margin: 0 auto;
}

div#container{
width:804px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 800px;
background-color: #ffffff;
float: left;
border: 2px groove #e8721f;
border-bottom: none;
} 
.navbar_top{
position: relative;
background-color: #ffffff;
width: 800px;
float: left;
z-index: 2;
} 


#contentarea{
position: relative;
width: 580px;
float: left;
background-color: #ffffff;
padding: 0 10px;
border-right: 2px groove #e8721f;
} 

#contentareahome{
position: relative;
width: 580px;
float: left;
background-color: #ffffff;
padding: 0 10px;
border-right: 2px groove #e8721f;
} 


#navbar_left{
position: relative;
width: 190px;
padding-right: 10px;
height: 100%;
background-color: #ffffff;
float: left;
border-left: 2px groove #e8721f;
} 
#featurebar{
position: relative;
width: 150px;
height: 100%;
background: #F0F0F0;
padding: 10px 5px 0px 5px;
float: right;
display: none;
} 
#featurebarhome{
position: relative;
width: 150px;
height: 100%;
background: #F0F0F0;
padding: 10px 5px 0px 5px;
float: right;
display: none;
} 


#contentfullpage{
position: relative;
width: 800px;
float: left;
background-color: #ffffff;
border: 2px groove #e8721f;
} 

div#footer{
position: relative;
width: 625px;
padding-left: 175px;
float: left;
background-color: #ffffff;
border: 2px groove #e8721f;
border-top: none;
margin-right: -3px;
} 


#intro {
text-align: center;
margin-top: 25px;
}