img { border: none;margin-left:6px;padding:10px; }
a { color: #57626a; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }
#wrap {
margin: 0 auto;
width: 998px;
}
#searchbar {
margin: 0 auto;
height:31px;
background-color:#e8b513;
background-image:url(../images/serarch_bg.jpg);
background-repeat:repeat-x;
padding:2px;
  -moz-border-radius: 15px;
  -webkit-border-radius:15px;
}
#header { 
background-color:#FFFFFF;
height:130px;
width:998px;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
}
headerbanner
{
height:130px;
background-color:#FFFFFF;
}

#headerlogo
{ 
padding-left:31px;
float:left;
}
header_content
{
background-color:#FFFFFF;
height:130px;
}

#logo
{
width:359px;
height:388px;
float:left;
background-color:#FFFFFF;
 }
 
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #57626a;
text-decoration: none;
}
#header h1 a:hover {
color: #57626a;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
letter-spacing: -1px;
line-height: 12px;
}

#menu {
height: 20px;
background-image:url(../images/menu_bg.gif);
background-repeat:repeat-x;
padding-top:10px;
padding-left:30px;
  /*
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  */
  -webkit-border-top-left-radius: 20px;  /* rounded corners topleft and top right*/
  -webkit-border-top-right-radius: 20px;
  
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  }
  
/* Program end */
#footer {
background: #eee;
text-align: center;
color: #333;
font-size: 11px;
padding: 10px;
 -webkit-border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-bottomright: 20px;
}