body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-position: 50% 50%;
background-color:#D8D8D8;
margin: 0 auto;

}

div#container{
width:920px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 920px;
height: 200px;
background-image: url(Images/hdr-bg.gif);
background-repeat: no-repeat;
background-position: bottom center;
background-color: #ffffff;
float: left;
}
.navbar_top{
position: relative;
background-color: #ffffff;
width: 920px;
float: left;
border-bottom: 4px solid #666666;
margin-bottom: 25px;
} 

 

#contentarea{
position: relative;
z-index: 0;
width: 699px;
float: left;
background-color: #ffffff;
padding: 0 15px;
border-left: 1px solid #f0f0f0;
} 

#contentareahome{
position: relative;
z-index: 0;
width: 699px;
float: left;
background-color: #ffffff;
padding: 0 15px;
border-left: 1px solid #f0f0f0;
} 


#navbar_left{
position: relative;
width: 180px;
height: 100%;
background-color: #ffffff;
float: left;
padding-right: 10px;
} 
#featurebar{
position: relative;
width: 175px;
height: 100%;
background-color: #ffffff;
padding: 0 10px 0 5px;
float: right;
display: none;
} 
#featurebarhome{
position: relative;
width: 175px;
height: 100%;
background-color: #ffffff;
padding: 0 5px;
float: right;
display: none;
} 


#contentfullpage{
position: relative;
width: 900px;
float: left;
background-color: #ffffff;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 920px;
float: left;
background-color: #ffffff;
border-top: 4px solid #666666;
margin: 25px -3px 25px 0;
} 

