body{
background-color:#2b2b2b;
margin: 0 auto;
}

div#container{
width:900px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 750px;
height: 215px;
background-image: url(Images/hdr-bg.jpg);
float: left;
margin-top: 10px;
padding: 15px 25px;

} 
.navbar_top{
position: relative;
background-color: #ffffff;
width: 800px;
height: 15px;
float: left;
} 

 

#contentarea{
position: relative;
width: 505px;
float: left;
background-color: #ffffff;
padding: 0 35px 0 85px;
} 

#contentareahome{
position: relative;
width: 505px;
float: left;
background-color: #ffffff;
padding: 0 35px 0 85px;
} 


#navbar_left{
position: relative;
width: 160px;
z-index: 2;
height: 100%;
background-color: #ffffff;
float: left;
padding-left: 15px;
} 
#featurebar{
position: relative;
height: 100%;
float: right;
display: none;
} 
#featurebarhome{
position: relative;
height: 100%;
float: right;
display: none;
} 


#contentfullpage{
position: relative;
width: 780px;
float: left;
background-color: #ffffff;
padding: 10px;
} 

div#footer{
position: relative;
width: 785px;
background-image: url(Images/ftr-bg.jpg);
background-position: bottom;
background-repeat: no-repeat;
background-color: #ffffff;
float: left;
margin: 0 -3px 10px 0;
padding: 25px 15px 15px 0;
} 


