body{
background-image:url(Images/body-bg.gif);
background-repeat: repeat-x;
background-color: #ffffff;
margin: 0 auto;

}

div#container{
width:850px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 850px;
height: 192px;
background-image:url(Images/hdr-derbycity.jpg);
float: right;
} 
.navbar_top{
position: relative;
background-image:url(Images/nav-top-bg.jpg);
width: 850px;
height: 30px;
float: left;
z-index: 2;
} 

#contentarea{
position: relative;
width: 590px;
float: left;
background: #FFF;
padding: 10px 0 0 10px;
border-left: 1px solid #996699;
} 

#contentareahome{
position: relative;
width: 590px;
float: left;
background: #FFF;
padding: 10px 0 0 10px;
border-left: 1px solid #996699;
} 


#navbar_left{
position: relative;
width: 176px;
height: 100%;
background: #ffffff;
padding: 10px 5px 0px 55px;
float: left;

} 
#featurebar{
position: relative;
width: 150px;
height: 100%;
background: #F0F0F0;
padding: 10px 5px 0px 5px;
float: right;
display: none;
} 
#featurebarhome{
position: relative;
width: 150px;
height: 100%;
background: #F0F0F0;
padding: 10px 5px 0px 5px;
float: right;
display: none;
} 


#contentfullpage{
position: relative;
width: 800px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 700px;
padding-left: 150px;
float: left;
background: #FFFFFF;
margin-right: -3px;
} 


