body{
background-image: url(Images/body-bg.jpg);
background-repeat: repeat-y;
background-position: 50% 50%; 
background-attachment: fixed;
background-color:#4d4d4d;
margin: 0 auto;
}

div#container{
width:902px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 860px;
height: 135px;
background-image: url(Images/);
background-repeat: no-repeat;
background-color: #000066;
background-position: top right;
float: left;
margin-top: 10px;
border: 1px solid #000000;
border-bottom: none;
padding: 19px 10px 0 30px;
} 
.navbar_top{
position: relative;
width: 850px;
height: 25px;
background-image: url(Images/nav-bg.jpg);
background-color: #e8e8e8;
padding: 5px 25px 0;
float: left;
z-index: 2;
border-right: 1px solid #006699;
border-left: 1px solid #006699;
border-bottom: 1px solid #999;
} 

 

#contentarea{
position: relative;
width: 600px;
float: left;
padding: 10px 25px;
margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
background-color: #ffffff;
border: 2px groove #4d4d4d;
} 


#contentareahome{
position: relative;
width: 600px;
float: left;
padding: 10px 25px;
margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
background-color: #ffffff;
border: 2px groove #4d4d4d;
} 


#navbar_left{
position: relative;
width: 1px;
height: 100%;
background-color: #e8e8e8;
float: left;
border-left: 1px solid #006699;
padding: 10px 0 25px 0;
} 
#featurebar{
position: relative;
width: 155px;
height: 100%;
background-color: #e8e8e8;
float: right;
border-right: 1px solid #006699;
border-left: 1px solid #999;
padding: 10px 20px 25px 25px;
} 
#featurebarhome{
position: relative;
width: 155px;
height: 100%;
background-color: #e8e8e8;
float: right;
border-right: 1px solid #006699;
border-left: 1px solid #999;
padding: 10px 20px 25px 25px;
} 


#contentfullpage{
position: relative;
width: 880px;
float: left;
background-color: #e8e8e8;
padding: 10px;
border: 1px solid #006699;
margin-top: 10px;
} 

div#footer{
position: relative;
width: 882px;
float: left;
background-position: top center;
background-repeat: no-repeat;
margin-right: -3px;
padding-right: 20px;

} 



