body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-color:#7EB2E1;
background-position: 50% 50%;
margin: 0 auto;
}

div#container{
width:850px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 850px;
background-image: url(Images/hdr-bg2.jpg);
background-repeat: no-repeat;
background-color:#ffffff;
float: left;
} 
.navbar_top{
position: relative;
background-color:#ffffff;
width: 835px;
float: left;
z-index: 2;
padding-right: 15px;
} 

 

#contentarea{
position: relative;
width: 635px;
float: left;
background-color:#ffffff;
padding: 0 10px 0 15px;
} 

#contentareahome{
position: relative;
width: 635px;
float: left;
background-color:#ffffff;
padding: 0 10px 0 15px;
} 


#navbar_left{
position: relative;
width: 174px;
height: 100%;
background-color:#ffffff;
padding: 0 10px 0 5px;
float: left;
border-right: 1px solid #cccccc;
} 
#featurebar{
position: relative;
width: 170px;
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: 800px;
float: left;
background-color:#ffffff;
padding: 10px 25px;
} 

div#footer{
position: relative;
width: 700px;
float: left;
background-image: url(Images/ftr-bg.jpg);
background-repeat: no-repeat;
background-color:#ffffff;
background-position: bottom center;
margin-right: -3px;
padding-left: 150px;
} 



