body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-x;
background-color:#56a57c;
margin: 0 auto;
}

div#container{
width:841px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 807px;
padding: 5px 15px;
background-color: #ffffff;
float: left;
border: 2px groove #313131;
border-bottom: none;
} 
.navbar_top{
position: relative;
background-color: #ffffff;
width: 837px;
height: 15px;
float: left;
border-left: 2px groove #313131;
border-right: 2px groove #313131;
} 



#contentarea{
position: relative;
width: 642px;
float: left;
background-image: url(Images/content-bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
padding: 15px 10px 0 10px;
border-right: 2px groove #313131;
} 

#contentareahome{
position: relative;
width: 472px;
float: left;
background-image: url(Images/content-bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
padding: 15px 5px 0 5px;
} 


#navbar_left{
position: relative;
width: 175px;
z-index: 2;
height: 100%;
background-image: url(Images/content-bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
float: left;
border-left: 2px groove #313131;
padding-top: 15px;
} 
#featurebar{
position: relative;
width: 175px;
height: 100%;
background-image: url(Images/content-bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
padding: 15px 5px 0 5px;
float: right;
border-right: 2px groove #313131;
display: none;
} 
#featurebarhome{
position: relative;
width: 165px;
height: 100%;
background-image: url(Images/content-bg.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
padding: 15px 5px 0 10px;
float: right;
border-right: 2px groove #313131;
} 


#contentfullpage{
position: relative;
width: 837px;
float: left;
background-color: #ffffff;
padding: 10px;
border-left: 2px groove #313131;
border-right: 2px groove #313131;
} 

div#footer{
position: relative;
width: 837px;
float: left;
background-color: #ffffff;
border: 2px groove #313131;
border-top: none;
margin-right: -3px;
} 

