body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-position: 50% 50%; 
background-attachment: fixed;
background-color: #643A5E;
margin: 0 auto;

}

div#container{
width: 850px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 850px;
height: 124px;
margin-bottom: -10px;
float: left;
} 
.navbar_top{
position: relative;
background-image: url(Images/nav-top-bg.jpg);
width: 850px;
height: 29px;
float: left;
z-index: 2;
} 

 

#contentarea{
position: relative;
width: 625px;
float: left;
margin-top: 15px;
} 

#contentareahome{
position: relative;
width: 625px;
float: left;
margin-top: 15px;
} 


#navbar_left{
position: relative;
width: 25px;
height: 100%;
float: left;
margin-top: 15px;
} 
#featurebar{
position: relative;
top: 15px;
right: 15px;
width: 155px;
background-image: url(Images/feature.gif);
background-repeat: no-repeat;
height: 100%;
float: right;
padding: 5px 8px 5px 12px;
} 

#featurebarhome{
position: relative;
top: 15px;
right: 15px;
width: 155px;
background-image: url(Images/feature.gif);
background-repeat: no-repeat;
height: 100%;
float: right;
padding: 5px 8px 5px 12px;
} 


#contentfullpage{
position: relative;
width: 830px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 850px;
float: left;
margin-right: -3px;
} 


#printcontactinfo {
display: none;
}