body{
background-color: #1963a9;
margin: 0 auto;
width: expression(document.body.clientWidth < 770 ? "770px" : (document.body.clientWidth > 960 ? "960px" : "100%"));

}

div#container{
width:900px;
margin: 0 auto;
background: url(Images/nav-bg.gif) left top repeat-y;
}

.headerbar{
position: relative;
width: 900px;
height: 210px;
background-image: url(Images/hdr-centerforadhd.gif);
background-repeat: no-repeat;
float: left;
} 
.navbar_top{
position: relative;
background-image: url(Images/nav-bg.gif);
width: 880px;
float: left;
z-index: 2;
padding-right: 18px;
} 

 

#contentarea{
position: relative;
width: 695px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 

#contentareahome{
position: relative;
width: 695px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 


#navbar_left{
position: relative;
width: 180px;
height: 100%;
background-image: url(Images/nav-bg.gif);
padding: 10px 0 0px 5px;
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: 878px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
border: 1px solid #000000;
} 

div#footer{
position: relative;
width: 725px;
background-image: url(Images/nav-bg.gif);
float: left;
padding-left: 175px;
margin-right: -3px;
} 



