body{
background-color:#ffffff;
margin: 0 auto;
}

div#container{
width:850px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 850px;
height: 115px;
background-image: url(Images/hdr-bg.gif);
background-repeat: no-repeat;
float: left;
margin: 10px 0px;
} 
.navbar_top{
position: relative;
background-image: url(Images/nav-bg.gif);
background-repeat: no-repeat;
width: 840px;
height: 30px;
float: left;
z-index: 2;
padding-left: 10px;
} 

 

#contentarea{
position: relative;
width: 800px;
float: left;
background-image: url(Images/content-bg.jpg);
background-position: top center;
background-repeat: no-repeat;
background-color: #D6E4F0;
padding: 0 18px;
margin-top: 10px;
} 

#contentareahome{
position: relative;
width: 800px;
float: left;
background-image: url(Images/content-bg.jpg);
background-position: top center;
background-repeat: no-repeat;
background-color: #D6E4F0;
padding: 0 18px;
margin-top: 10px;
} 


#navbar_left{
position: relative;
width: 5px;
height: 100%;
background-color: #ffffff;
float: left;
} 
#featurebar{
position: relative;
width: 5px;
height: 100%;
background-color: #ffffff;
float: right;
} 
#featurebarhome{
position: relative;
width: 5px;
height: 100%;
background-color: #ffffff;
float: right;
} 


#contentfullpage{
position: relative;
width: 800px;
float: left;
background-color: #ffffff;
padding: 10px 25px;
} 

div#footer{
position: relative;
width: 836px;
float: left;
background-image: url(Images/footer-bg.gif);
background-position: top center;
background-repeat: no-repeat;
background-color: #ffffff;
margin: 0 5px 10px 5px;
padding-top: 40px;
} 



