body{
background-color:#363181;
margin: 0 auto;

}

div#container{
width:804px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 800px;
height: 150px;
background-image: url(Images/hdr-sfgastro.jpg);
background-repeat: no-repeat;
float: right;
border: 2px groove #000000;
border-bottom: none;
} 
.navbar_top{
position: relative;
width: 800px;
background-image: url(Images/nav-bg.jpg);
float: left;
z-index: 2;
} 

 

#contentarea{
position: relative;
width: 580px;
background-color: #ffffff;
float: left;
padding: 10px 10px 0px 5px;
border-right: 2px groove #000000;
} 

#contentareahome{
position: relative;
width: 379px;
float: left;
background-color: #ffffff;
padding: 10px 10px 0px 5px;
} 


#navbar_left{
position: relative;
width: 205px;
height: 100%;
background-image: url(Images/nav-bg.jpg);
float: left;
padding-top: 10px;
border-left: 2px groove #000000;
} 
#featurebar{
position: relative;
width: 150px;
height: 100%;
background: #FOFOFO;
padding: 10px 5px 0px 5px;
float: right;
display: none;
} 
#featurebarhome{
position: relative;
width: 190px;
height: 100%;
background: #ffff99;
padding: 8px 5px 0px 5px;
float: right;
border: 1px solid #000066;
border-right: 2px groove #000000;

} 


#contentfullpage{
position: relative;
width: 800px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
border-left: 2px groove #000000;
border-right: 2px groove #000000;
} 

div#footer{
position: relative;
width: 650px;
padding-left: 150px;
float: left;
background-image: url(Images/nav-bg.jpg);
margin-right: -3px;
border: 2px groove #000000;
border-top: none;
} 



