body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-color:#1E6FA4;
background-position: 50% 50%;
margin: 0 auto;
}

div#container{
width:804px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 800px;
float: left;
border: 2px solid #333333;
border-bottom: none;
} 
.navbar_top{
position: relative;
width: 800px;
height: 30px;
background-image: url(Images/nav-bg.jpg);
background-repeat: repeat-x;
float: left;
z-index: 2;
border-right: 2px solid #333333;
border-left: 2px solid #333333;
} 


#contentarea{
position: relative;
width: 750px;
float: left;
} 

#contentareahome{
position: relative;
width: 750px;
float: left;
} 


#navbar_left{
position: relative;
width: 25px;
height: 100%;
float: left;
border-left: 2px solid #333333;
} 
#featurebar{
position: relative;
width: 25px;
height: 100%;
float: right;
border-right: 2px solid #333333;
} 
#featurebarhome{
position: relative;
width: 25px;
height: 100%;
float: right;
border-right: 2px solid #333333;
} 


#contentfullpage{
position: relative;
width: 800px;
float: left;
padding: 10px 10px 0px 10px;
border-right: 2px solid #333333;
} 

div#footer{
position: relative;
width: 800px;
float: left;
border-right: 2px solid #333333;
border-left: 2px solid #333333;
margin-right: -3px;
} 


