body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-position: 50% 50%;
background-color:#00456E;
margin: 0 auto;

}

div#container{
width:920px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 920px;
background-color: #ffffff;
float: left;
}
.navbar_top{
position: relative;
background-color: #ffffff;
width: 920px;
float: left;
border-bottom: 4px solid #666666;
margin-bottom: 25px;
z-index: 2;
} 

 

#contentarea{
position: relative;
z-index: 0;
width: 598px;
float: left;
background-color: #ffffff;
padding: 0 15px;
border-right: 2px solid #666666;
} 

#contentareahome{
position: relative;
z-index: 0;
width: 598px;
float: left;
background-color: #ffffff;
padding: 0 15px;
border-right: 2px solid #666666;
} 


#navbar_left{
position: relative;
width: 1px;
height: 100%;
background-color: #ffffff;
float: left;
} 
#featurebar{
position: relative;
width: 274px;
height: 100%;
background-color: #ffffff;
padding: 0 5px;
float: right;
} 
#featurebarhome{
position: relative;
width: 274px;
height: 100%;
background-color: #ffffff;
padding: 0 5px;
float: right;
} 


#contentfullpage{
position: relative;
width: 900px;
float: left;
background-color: #ffffff;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 920px;
float: left;
background-color: #ffffff;
margin: 50px -3px 0 0;
} 
