body{
background-color:#242448;
margin: 0 auto;
width: expression(document.body.clientWidth < 770 ? "770px" : (document.body.clientWidth > 960 ? "960px" : "100%"));

}

div#container{
width:854px;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 850px;
height: 156px;
background-image: url(Images/hdr-nckc.jpg);
float: left;
border: 2px solid #666666;
border-bottom: none;
} 
.navbar_top{
position: relative;
background: #fffff7;
width: 850px;
float: left;
z-index: 2;
} 

 

#contentarea{
position: relative;
width: 640px;
float: left;
background: #fffff7;
padding: 8px 5px 0 5px;
border-right: 2px solid #666666;
} 

#contentareahome{
position: relative;
width: 452px;
float: left;
background: #fffff7;
padding: 8px 5px 0 5px;
} 


#navbar_left{
position: relative;
width: 200px;
height: 100%;
background-image: url(Images/nv-bg.gif);
background-repeat: repeat-y;
background-color: #fffff7;
padding-top: 8px;
float: left;
border-left: 2px solid #666666;

} 
#featurebar{
position: relative;
width: 150px;
height: 100%;
background-image: url(Images/animated-feature.gif);
background-color: #fffff7;
float: right;
border-right: 2px solid #666666;
display: none;
} 
#featurebarhome{
position: relative;
width: 176px;
height: 100%;
background-color: #fffff7;
padding: 8px 10px 0 2px;
float: right;
border-right: 2px solid #666666;
} 

#contentfullpage{
position: relative;
width: 850px;
float: left;
background: #fffff7;
padding: 10px 10px 0px 10px;
border-right: 2px solid #666666;
border-left: 2px solid #666666;
} 

div#footer{
position: relative;
width: 700px;
float: left;
background-image: url(Images/nv-bg.gif);
background-repeat: repeat-y;
padding-left: 150px;
background-color: #fffff7;
border: 2px solid #666666;
border-top: none;
margin-right: -3px;
} 


