body{
background-image: url(images/body-bg.jpg);
background-repeat: repeat-x;
background-color:#51A0FD;
margin: 0 auto;

}

div#container{
width:804px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 760px;
height: 100px;
background-image: url(images/hdr-bg.jpg);
background-repeat: no-repeat;
background-color: #ffffff;
float: left;
margin-top: 10px;
border: 2px groove #000C1B;
border-bottom: none;
padding: 19px 10px 0 30px;
} 
.navbar_top{
position: relative;
width: 750px;
height: 18px;
background-image: url(images/nav-bg.jpg);
background-repeat: no-repeat;
background-color: #ffffff;
padding: 10px 25px 0;
float: left;
z-index: 2;
border-right: 2px groove #000C1B;
border-left: 2px groove #000C1B;
} 

 

#contentarea{
position: relative;
width: 750px;
float: left;
background-color: #ffffff;
} 

#contentareahome{
position: relative;
width: 750px;
float: left;
background-color: #ffffff;
} 


#navbar_left{
position: relative;
width: 25px;
height: 100%;
background-color: #ffffff;
float: left;
border-left: 2px groove #000C1B;
} 
#featurebar{
position: relative;
width: 25px;
height: 100%;
background-color: #ffffff;
float: right;
border-right: 2px groove #000C1B;
} 
#featurebarhome{
position: relative;
width: 25px;
height: 100%;
background-color: #ffffff;
float: right;
border-right: 2px groove #000C1B;
} 


#contentfullpage{
position: relative;
width: 780px;
float: left;
background-color: #ffffff;
padding: 10px;
} 

div#footer{
position: relative;
width: 800px;
float: left;
background-color: #ffffff;
border: 2px groove #000C1B;
border-top: none;
margin: 0 -3px 10px 0;


} 


