body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-x;
background-color:#56a57c;
margin: 0 auto;
}

div#container{
width:852px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 800px;
background-color: #fff;
float: left;
margin: 10px 0px 0px 0px;
border: 1px solid #303030;
border-bottom: none;
padding: 0 25px;
} 
.navbar_top{
position: relative;
width: 800px;
height: 60px;
background-color: #fff;
padding: 0 25px;
float: left;
z-index: 2;
border-left: 1px solid #303030;
border-right: 1px solid #303030;
} 

#contentarea{
position: relative;
width: 600px;
float: left;
background-color: #fff;
padding: 0 20px 0 30px;
} 

#contentareahome{
position: relative;
width: 600px;
float: left;
background-color: #fff;
padding: 0 20px 0 30px;
} 


#navbar_left{
position: relative;
width: 1px;
height: 100%;
background-color: #fff;
float: left;
border-left: 1px solid #303030;
} 
#featurebar{
position: relative;
width: 174px;
height: 100%;
background-color: #fff;
float: right;
border-right: 1px solid #303030;
padding-right: 25px;
} 
#featurebarhome{
position: relative;
width: 174px;
height: 100%;
background-color: #fff;
float: right;
border-right: 1px solid #303030;
padding-right: 25px;
} 


#contentfullpage{
position: relative;
width: 800px;
float: left;
background-color: #fff;
padding: 10px 25px;
} 

div#footer{
position: relative;
width: 800px;
float: left;
background-color: #fff;
border: 1px solid #303030;
border-top: none;
margin: 0 -3px 15px 0;
padding: 0 25px;
} 



