body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-position: 50% 50%;
background-color:#76dbe7;
margin: 0 auto;
}

div#container{
width:850px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 825px;
height: 150px;
background-image: url(Images/people-rotate-logo.gif);
background-repeat: no-repeat;
background-position: center right;
padding-left: 25px;
float: left;
} 
.navbar_top{
position: relative;
background-color:#6b5c55;
width: 800px;
float: left;
padding: 0 25px;
} 



#contentarea{
position: relative;
width: 605px;
float: left;
padding: 10px 25px 0 15px;
border-left: 1px solid #cccccc;
} 

#contentareahome{
position: relative;
width: 605px;
float: left;
padding: 10px 25px 0 15px;
border-left: 1px solid #cccccc;
} 


#navbar_left{
position: relative;
width: 165px;
height: 100%;
padding: 10px 0 0 25px;
float: left;
z-index: 2;
} 
#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: 728px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 850px;
float: left;
margin-right: -3px;
} 

