body{
background-image: url(Images/body-bg.gif);
background-repeat: repeat-x;
background-color: #1d2b5c;
margin: 0 auto;
width: expression(document.body.clientWidth < 770 ? "770px" : (document.body.clientWidth > 960 ? "960px" : "100%"));
}

div#container{
width:804px;
background-color: #fff;
margin: 0 auto;
}

.headerbar{
position: relative;
width: 800px;
height: 222px;
background-image: url(Images/hdr-syed.gif);
background-repeat: no-repeat;
float: left;
border-left: 2px solid black;
border-right: 2px solid black;
} 
.navbar_top{
position: relative;
background: #ffffff;
width: 780px;
float: left;
z-index: 2;
padding: 0 5px;
text-align: right;
border-left: 2px solid black;
border-right: 2px solid black;
} 

#contentarea{
position: relative;
width: 590px;
float: left;
background: #FFF;
padding: 10px 5px 0 5px;
border-right: 2px solid black;
} 

#contentareahome{
position: relative;
width: 399px;
float: left;
background: #FFF;
padding: 10px 10px 0 5px;
} 


#navbar_left{
position: relative;
width: 185px;
height: 100%;
background: #ffffff;
padding: 10px 5px 0px 10px;
float: left;
border-left: 2px solid black;

} 
#featurebar{
position: relative;
width: 150px;
height: 100%;
background: #F0F0F0;
padding: 10px 5px 0px 5px;
float: right;
display: none;
} 
#featurebarhome{
position: relative;
width: 176px;
height: 100%;
background: #DED9C9;
padding: 10px 5px 0px 5px;
float: right;
border-right: 2px solid black;
} 


#contentfullpage{
position: relative;
width: 800px;
float: left;
background: #FFF;
padding: 10px 10px 0px 10px;
} 

div#footer{
position: relative;
width: 500px;
float: left;
background: #FFFFFF;
margin-right: -3px;
padding: 0 150px;
border-left: 2px solid black;
border-right: 2px solid black;
} 



