body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-position: 50% 50%; 
background-attachment: fixed;
background-color:#FFCA26;
margin: 0 auto;
}

div#container{
width:800px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 800px;
height: 209px;
background-image: url(Images/hdr-floridapain.gif);
float: left;
} 
.navbar_top{
position: relative;
background: #ffffff;
width: 800px;
float: left;
z-index: 2;
} 


#contentarea{
position: relative;
width: 600px;
float: left;
background: #FFF;
padding-top: 10px;
} 

#contentareahome{
position: relative;
width: 420px;
float: left;
background: #FFF;
padding: 10px 5px 0 0;
} 


#navbar_left{
position: relative;
width: 185px;
height: 100%;
background-color: #ffffff;
float: left;
} 
#featurebar{
position: relative;
width: 150px;
height: 100%;
background: #F0F0F0;
padding: 10px 5px 0px 5px;
float: right;
display: none;
} 
#featurebarhome{
position: relative;
width: 170px;
height: 100%;
border-left: 1px solid #999999;
padding: 10px 7px 0px 12px;
float: right;
} 


#contentfullpage{
position: relative;
width: 780px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 800px;
float: left;
background: #FFFFFF;
margin-right: -3px;
} 



