body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-position: 50% 50%; 
background-attachment: fixed;
background-color:#ffffff;
margin: 0 auto;
}

div#container{
width:800px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 800px;
height: 165px;
background-image: url(Images/hdr-maa.jpg);
background-repeat: repeat-x;
float: left;
margin-top: 2px;
} 
.navbar_top{
position: relative;
background: #9a6634;
width: 800px;
height: 24px;
float: left;
z-index: 2;
border-top: 1px solid #00224F;
border-bottom: 1px solid #00224F;
} 


#contentarea{
position: relative;
width: 575px;
float: left;
background: #FFF;
padding: 10px;
} 

#contentareahome{
position: relative;
width: 575px;
float: left;
background: #FFF;
padding: 10px;
} 


#navbar_left{
position: relative;
width: 1px;
height: 100%;
float: left;
padding-top: 10px;
} 
#featurebar{
position: relative;
width: 198px;
height: 100%;
background: #ffffff;
float: right;
padding: 10px 0;

} 
#featurebarhome{
position: relative;
width: 198px;
height: 100%;
background: #ffffff;
float: right;
padding: 10px 0;

} 


#contentfullpage{
position: relative;
width: 780px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 800px;
float: left;
text-align: right;
background: #FFFFFF;
margin-right: -3px;
border-top: 1px solid #999999;
} 


