body{
background-image:url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-position: 50% 50%;
background-color:#969CAA;
margin: 0 auto;
}

div#container{
width:800px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 780px;
height: 125px;
background-image:url(Images/hdr-bg.jpg);
background-repeat: repeat-x;
float: left;
padding: 5px 10px;
} 
.navbar_top{
position: relative;
width: 800px;
float: left;
z-index: 2;
} 



#contentarea{
position: relative;
width: 750px;
float: left;
} 

#contentareahome{
position: relative;
width: 750px;
float: left;
} 


#navbar_left{
position: relative;
width: 25px;
height: 100%;
float: left;
} 
#featurebar{
position: relative;
width: 25px;
height: 100%;
float: right;
} 
#featurebarhome{
position: relative;
width: 25px;
height: 100%;
float: right;

} 


#contentfullpage{
position: relative;
width: 750px;
float: left;
padding: 10px 25px;
} 

div#footer{
position: relative;
width: 800px;
float: left;
margin-right: -3px;
} 




