body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-position: 50% 50%; 
background-attachment: fixed;
background-color:#48412E;
margin: 0 auto;
}

div#container{
width:900px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 900px;
height: 144px;
background-image: url(Images/hdr-nbn.jpg);
float: right;
margin-left: 1px;
} 
.navbar_top{
position: relative;
background-image: url(Images/nav-top-bg.gif);
background-repeat: repeat-x;
float: right;
width: 900px;
height: 36px;
padding-top: 2px;
margin-left: 1px;
z-index: 2;
} 

 

#contentarea{
position: relative;
width: 795px;
float: left;
padding: 10px 25px;
margin-top: 20px;
background-color: #ffffff;
border: 2px groove #48412E;
} 

#contentareahome{
position: relative;
width: 600px;
float: left;
padding: 10px 25px;
margin-top: 20px;
background-color: #ffffff;
border: 2px groove #48412E;
} 


#navbar_left{
position: relative;
width: 25px;
padding-top: 10px;
margin-top: 20px;
height: 100%;
float: left;
} 

#featurebar{
display: none;
} 
#featurebarhome{
position: relative;
width: 200px;
padding-top: 10px;
margin: 10px 10px 0 0;
height: 100%;
float: right;
} 


#contentfullpage{
position: relative;
width: 850px;
float: left;
background-color: #ffffff;
border: 1px solid #4d4d4d;
padding: 25px;
} 

div#footer{
position: relative;
width: 898px;
float: left;
margin: 10px -3px 0 0;
padding: 0 1px;
} 


