body{
background-image: url(Images/body-bg.gif);
background-repeat: repeat-y;
background-position: 50% 50%; 
background-attachment: fixed;
background-color:#ffffff;
margin: 0 auto;
}

div#container{
width:802px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 800px;
background-color:#ffffff;
float: left;
margin: 10px 0px 0px 0px;
border: 1px solid #999999;
border-bottom: none;
} 
.navbar_top{
position: relative;
background-color:#ffffff;
width: 780px;
float: left;
z-index: 2;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
padding: 0 10px;
} 

 

#contentarea{
position: relative;
width: 535px;
float: left;
background-color:#ffffff;
padding: 0 10px 0 15px;
} 

#contentareahome{
position: relative;
width: 535px;
float: left;
background-color:#ffffff;
padding: 0 10px 0 15px;
} 


#navbar_left{
position: relative;
height: 100%;
background-color:#ffffff;
float: left;
border-left: 1px solid #999999;
} 
#featurebar{
position: relative;
width: 213px;
height: 100%;
background-color:#ffffff;
padding: 0 15px 0 10px;
float: right;
border-left: 1px solid #bdbdbd;
border-right: 1px solid #999999;
} 
#featurebarhome{
position: relative;
width: 213px;
height: 100%;
background-color:#ffffff;
padding: 0 15px 0 10px;
float: right;
border-left: 1px solid #bdbdbd;
border-right: 1px solid #999999;
} 


#contentfullpage{
position: relative;
width: 780px;
float: left;
background-color:#ffffff;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 800px;
float: left;
background-color:#ffffff;
border: 1px solid #999999;
border-top: none;
margin: 0 -3px 10px 0;
padding-top: 75px;
} 


