body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-x;
background-color:#cccccc;
margin: 0 auto;
}

div#container{
width:900px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 900px;
background-image: url(Images/nav-top-bg.jpg);
repeat: repeat-y;
height: 76px;
margin-top: 10px;
float: left;
} 
.navbar_top{
position: relative;
width: 900px;
background-image: url(Images/nav-top-bg.jpg);
background-repeat: repeat-x;
background-color:#cccccc;
float: left;
z-index: 2;
margin-top: 14px;
border-bottom: 1px solid #cccccc;
}

 

#contentarea{
position: relative;
width: 850px;
float: left;
background-image: url(Images/content-bg.gif);
background-position: top left;
background-repeat: no-repeat;
background-color: #ffffff;
} 

#contentareahome{
position: relative;
width: 850px;
float: left;
background-image: url(Images/content-bg.gif);
background-position: top left;
background-repeat: no-repeat;
background-color: #ffffff;
} 


#navbar_left{
position: relative;
width: 25px;
height: 100%;
background-color: #ffffff;
float: left;
} 
#featurebar{
position: relative;
width: 25px;
height: 100%;
background-color: #ffffff;
float: right;
} 
#featurebarhome{
position: relative;
width: 25px;
height: 100%;
background-color: #ffffff;
float: right;
} 


#contentfullpage{
position: relative;
width: 800px;
float: left;
background-color: #ffffff;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 900px;
float: left;
background-color: #ffffff;
margin-right: -3px;
} 



