body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-position: 50% 50%; 
background-attachment: fixed;
background-color:#D0E998;
margin: 0 auto;
}

div#container{
width:800px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 799px;
height: 188px;
background-image: url(Images/hdr-tuscaloosaallergy.jpg);
float: left;
} 
.navbar_top{
position: relative;
width: 800px;
float: left;
z-index: 2;
} 

#contentarea{
position: relative;
width: 584px;
float: left;
background-image: url(Images/content-bg.jpg);
background-position: top left;
background-repeat: no-repeat;
padding: 0 15px;
} 

#contentareahome{
position: relative;
width: 584px;
float: left;
background-image: url(Images/content-bg.jpg);
background-position: top left;
background-repeat: no-repeat;
padding: 0 15px;
} 


#navbar_left{
position: relative;
width: 180px;
height: 100%;
background-image: url(Images/nav-bg.jpg);
background-repeat: repeat-y;
float: left;padding-left: 6px;
} 
#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: 750px;
float: left;
background: #FFF;
padding: 10px 25px;
} 

div#footer{
position: relative;
width: 619px;
padding-left: 180px;
float: left;
background-image: url(Images/nav-bg.jpg);
background-repeat: repeat-y;
margin-right: -3px;
} 



