@import url(reset.css);
@import url(layout.css);
#top {
  margin: 0 auto;
  width: 1200px;
  height: 89px;
  background: url(../images/about/headerBg.gif) no-repeat;
}
#top_left {
  float: left;
  padding: 1px 0 0 20px;
}
.clear {
  clear: both;
  float: none;
  overflow: hidden;
  line-height: 0%;
}
#subNav {
  float: right;
  padding: 60px 20px 0 0;
  width: 514px;
  text-align: right;
  font: normal 14px "ËÎÌå";
  color: #745f59;
}
#subNav a {
  height: 18px;
  text-align: center;
  color: #745f59;
  line-height: 18px;
  font-size: 16px;
}
#subNav a:hover {
  color: #c30;
  text-decoration: underline;
}
#aboutMain {
  margin: 0 auto;
  padding: 4px;
  width: 1189px;
  border: 1px solid #dedede;
  background-color: #fff;
}
#sideBar {
  float: left;
  display: inline;
  width: 250px;
  background: #fff url(../images/about/sideBg.gif) no-repeat left bottom;
  min-height: 600px;
  _height: 600px;
  border: 1px solid #fff;
}
#content {
  float: right;
  display: inline;
  padding: 15px 20px;
  width: 880px;
  min-height: 570px;
  _height: 570px;
}
#sideBar h2 {
  padding-bottom: 6px;
  height: 38px;
  background: url(../images/about/sideTitle.gif) no-repeat;
  text-align: center;
  line-height: 39px;
  color: #fff;
}
#sideBar ul li {
  padding: 0px 10px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  border: 1px solid #fff;
  border-bottom: 0;
  background: url(../images/about/menuDefault.gif) no-repeat;
  font-size: 16px;
}
#sideBar ul li.active {
  background: url(../images/about/menuActive.gif) no-repeat;
}
#sideBar ul li a {
  color: #333;
}
#sideBar ul li.active a {
  color: #fff;
}
#sideBar ul li a:hover {
  color: #c30;
}
#content h2 {
  margin-bottom: 20px;
  padding: 0 8px 8px 8px;
  height: 16px;
  overflow: hidden;
  border-bottom: 1px solid #cdcdcd;
}
#content h3 {
  margin-bottom: 20px;
  padding: 6px;
  height: 16px;
  overflow: hidden;
  background-color: #f2f2f2;
  border: 1px solid #dedede;
}
#content p {
  text-indent: 2em;
  margin-bottom: 1em;
  line-height: 1.6; font-size: 16px;
}
#aboutBanner {
  margin: 5px auto;
  width: 1200px;
}
#footer {
  clear: both;
  margin: 20px auto 0 auto;
  width:1200px; font-size: 16px;
}