body{
background-image:url(Images/body-bg.jpg);
background-repeat: repeat-x;
background-color:#BACDD4;
margin: 0 auto;
}

div#container{
width:766px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 550px;
height: 71px;
background-image:url(Images/hdr-bg.jpg);
float: left;
margin-top: 50px;
padding: 40px 0 0 216px;
} 
.navbar_top{
position: relative;
width: 766px;
height: 15px;
background-color: #ffffff;
float: left;
z-index: 2;
} 

 

#contentarea{
position: relative;
width: 531px;
float: left;
background-color: #ffffff;
padding: 0 35px 0 25px;
} 

#contentareahome{
position: relative;
width: 531px;
float: left;
background-color: #ffffff;
padding: 0 35px 0 25px;
} 


#navbar_left{
position: relative;
width: 155px;
height: 100%;
background-image:url(Images/nav-bg.gif);
background-repeat: repeat-y;
float: left;
padding-left: 20px;
} 
#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: 766px;
float: left;
background-color: #ffffff;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 766px;
float: left;
background-image:url(Images/ftr-bg.jpg);
background-position: top center;
background-repeat: no-repeat;
background-color:#BACDD4;
margin-right: -3px;
padding-top: 5px;
} 


