body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-position: 50% 50%; 
background-color:#51100c;
margin: 0 auto;
}

div#container{
width:850px;
margin: 0 auto;
}

.headerbar{
background-color:#bb8904;
background-image: url(Images/hdr-bg.jpg);
position: relative;
width: 850px;
height: 266px;
float: left;
} 

.navbar_top{
position: relative;
width: 850px;
background-color: #FFF;
float: left;
z-index: 2;
} 

 

#contentarea{
position: relative;
width: 631px;
float: left;
background: #FFF;
padding: 0px 15px 0 15px;

} 

#contentareahome{
position: relative;
width: 476px;
float: left;
background: #FFF;
padding: 0px 10px 0 15px;

} 


#navbar_left{
position: relative;
width: 174px;
height: 100%;
background: #ffffff;
float: left;
padding-left: 15px
} 
#featurebar{
position: relative;
width: 150px;
height: 100%;
background: #F0F0F0;
padding: 10px 15px 0px 0;
float: right;
display: none;
} 
#featurebarhome{
position: relative;
width: 140px;
height: 100%;
background-color: #ffffff;
padding-right: 20px;
float: right;
text-align: center;
}


#contentfullpage{
position: relative;
width: 850px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 850px;
float: left;
background: #FFFFFF;
margin-right: -3px;
} 

