body{
background-image: url(Images/body-bg.gif);
background-repeat: no-repeat;
background-color:#3f3534;
background-position: top center;
background-attachment: fixed;
margin: 0 auto;
}

div#container{
width:750px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 750px;
height: 182px;
background-color:#3f3534;
background-image: url(Images/hdr-bg.jpg);
background-repeat: no-repeat;

} 
.navbar_top{
position: relative;
width: 750px;
float: left;
z-index: 2;
display: none;
} 



#contentarea{
position: relative;
width: 564px;
float: left;
background-image: url(Images/content-bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
padding: 10px 15px 0px 10px;
} 

#contentareahome{
position: relative;
width: 564px;
float: left;
background-image: url(Images/content-bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
padding: 10px 15px 0px 10px;
} 


#navbar_left{
position: relative;
width: 152px;
height: 100%;
background-image: url(Images/content-bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
padding: 10px 2px 0 7px;
float: left;
} 
#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: 730px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 750px;
float: left;
background-color: #ffffff;
background-image: url(Images/footer-bg.gif);
background-repeat: no-repeat;
background-position: bottom;
margin-right: -3px;
} 

