body{
background-image: url(images/body-bg.jpg);
background-repeat: repeat-y;
background-position: 50% 50%;
background-color:#D8D8D8;
margin: 0 auto;

}

div#container{
width:920px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 900px;
height: 90px;
background-image: url(images/hdr-instantarches.jpg);
background-repeat: no-repeat;
background-color: #ffffff;
padding: 125px 15px 0 5px;
float: left;
}
.navbar_top{
display: none;

position: relative;
background-color: #ffffff;
width: 920px;
height: 80px;
float: left;
margin-bottom: 15px;
z-index: 3;
} 

 

#contentarea{
position: relative;
z-index: 0;
width: 688px;
float: left;
background-color: #ffffff;
padding: 0 15px;
border-left: 2px solid #f0f0f0;
border-top: 2px solid #cccccc;
} 

#contentareahome{
position: relative;
z-index: 0;
width: 688px;
float: left;
background-color: #ffffff;
padding: 0 15px;
border-left: 2px solid #cccccc;
border-top: 2px solid #cccccc;
} 


#navbar_left{
position: relative;
width: 180px;
height: 100%;
background-color: #ffffff;
padding: 0 15px 0 5px;
float: left;
z-index: 2;
} 
#featurebar{
position: relative;
width: 175px;
height: 100%;
background-color: #ffffff;
padding: 0 10px 0 5px;
float: right;
display: none;
} 
#featurebarhome{
position: relative;
width: 175px;
height: 100%;
background-color: #ffffff;
padding: 0 5px;
float: right;
display: none;
} 


#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-right: -3px;
} 
