body{
background-image: url(Images/body-bg.gif);
background-repeat: repeat-x;
background-color: #ffffff;
margin: 0 auto;
}

div#container{
width:900px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 900px;
float: left;
} 
.navbar_top{
position: relative;
width: 900px;
height: 185px;
background-image: url(Images/hdr-pbpc.jpg);
background-repeat: no-repeat;
float: left;
z-index: 2;
padding-top: 125px;
} 

 

#contentarea{
position: relative;
width: 660px;
float: left;
border-left: 1px dotted #666666;
padding: 0 15px;
} 

#contentareahome{
position: relative;
width: 515px;
float: left;
border-left: 1px dotted #666666;
padding: 0 5px 0 15px;
} 


#navbar_left{
position: relative;
width: 170px;
height: 100%;
float: left;
padding: 0 15px;
} 
#featurebar{
position: relative;
width: 150px;
height: 100%;
background: #F0F0F0;
padding: 10px 5px 0px 5px;
float: right;
display: none;
} 
#featurebarhome{
position: relative;
width: 130px;
padding: 0 10px;
background: #bebebe;
float: right;
} 


#contentfullpage{
position: relative;
width: 900px;
float: left;
} 

div#footer{
position: relative;
width: 900px;
float: left;
margin-right: -3px;
padding-top: 25px;
border-top: 1px dotted #666666;
} 


