body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-position: 50% 50%; 
background-attachment: fixed;
background-color:#7B7B7B;
margin: 0 auto;
}

div#container{
width:800px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 800px;
height: 175px;
background-image: url(Images/hdr-southwesturo.jpg);
float: left;
margin-top: 1px;
} 
.navbar_top{
position: relative;
background: #333333;
width: 800px;
float: left;
z-index: 2;
} 

#contentarea{
position: relative;
width: 599px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 

#contentareahome{
position: relative;
width: 599px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 


#navbar_left{
position: relative;
width: 1px;
height: 100%;
background: #ffffff;
float: left;
} 
#featurebar{
position: relative;
width: 169px;
height: 100%;
background: #e0e8ec;
padding: 10px 5px 0px 5px;
float: right;
} 
#featurebarhome{
position: relative;
width: 170px;
height: 100%;
background: #e0e8ec;
padding: 10px 5px 0px 5px;
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;
} 


