body {
  padding:0;
  width:900px; margin:0 auto;
  border: 1px solid #959596;
  
}

#main {
  float:left; width:55%;
  margin-left:20%;
}

* html #main {
  margin-left:10%;
}

#sections {
  float:left; width:20%; margin-left:-76%;
 
}

#news {
  float:right; width:24%;

}

#content {
  overflow:hidden; width:100%;
}

#title {
width: 900px;
height: 387px;
background: transparent url(images/top_banner.jpg) no-repeat;
}

#banner_top {
width: 900px;
height: 88px;
background: transparent url(images/top_banner.jpg) no-repeat;
}

#center_logo {
width: 900px;
height: 236px;
background: transparent url(images/center_logo.jpg) no-repeat;
}

#bottom_logo {
width: 900px;
height: 63px;
background: transparent url(images/bottom_logo.jpg) no-repeat;
}

#nav_left {
font-weight: bold;
padding-top: 2px;  
color: #ffffff;
font: 13px Verdana;
border: 2px solid #FFFFFF;
width: 91%;
height: 20px;
background: #336f91;
margin-left:0%;
padding-left: 15px;
}

#nav_left_sub {
font-weight: bold;
padding-top: 2px;  
color: #336f91;
font: 12px Verdana;
border: 1px solid #FFFFFF;
width: 87%;
height: 20px;
background: #eaf2f5;
margin-left:-1%;
padding-left: 25px;
}

#last_news {
padding-top: 2px;  
color: #336f91;
font: 10px Verdana;
width: 89%;
background: #eaf2f5;
margin-left:-1%;
padding-left: 20px;
}

#nav_right {
font-weight: bold;
padding-top: 2px;  
color: #ffffff;
font: 13px Verdana;
padding-left: 10px;
border: 2px solid #FFFFFF;
width: 100%;
height: 20px;
background: #ff9f0c;
margin-right: -5%;
}

#nav_right_sub {
font-weight: bold;
padding-top: 2px;  
color: #336f91;
font: 11px Verdana;
padding-left: 10px;
padding-right: 10px;
margin-right: -3%;
}

#conten_top {
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 2px;
border-top: 3px solid #fb7e14;
margin-left: 1px;
width:100%;
// height: 100%;
background: #eaedf2;
}

#conten_top h1 {
color: #ad2316;
font: 12px Verdana ;
}

#news_cont {
padding-left: 5px;
color: #919191;
font: 12px Verdana ;
}

#footer {
color: #ffffff;
padding-top: 8px;
width:100%;
font: 10px Verdana ;
height: 95px;
background: #f88900;
}

#search {
font: 14px Verdana ;
color: #868485;	
position:absolute;
float: left;
padding-left: 20px;
top:0;
margin:350px 0 0 0;
}

a {
        color: #2485bd;
        text-decoration: none;
}
a:visited {
        color: #2485bd;
}
a:hover {
        text-decoration: underline;
}


