html, body {
  margin: 0px;
  scrollbar-highlight-color: #D4D1CF; 
  scrollbar-face-color: #BAA69E;
  scrollbar-shadow-color: #D4BEB6;
  scrollbar-arrow-color: #5E5C5B;
}


img {
  border: 0px;
}


a {
  text-decoration: none;
}


a:hover {
  text-decoration: underline;
}


.input {
  height: 12px;
}


.frame {
  width: 100%;
}


.container {
  position: relative;
  width: 915px;
}


.header {
  width: 100%;
  height: 110px;
  background: url(../images/background.gif);
}


.logo {
  float: left;
  padding-top: 14px;
  padding-left: 20px;
}


.tools {
  float: left;
  padding-top: 20px;
  width: 400px;
}


.login {
  float: left;
  padding-top: 15px;
  padding-left: 70px;
  line-height: 25px;
}


.login div {
  float: left;
  padding-left: 20px;
  width: 330px;
}


.sort {
  width: 100%;
  height: 30px;
  background-color: #A0A1A6;
}


.sort span {
  position: relative;
  top: 9px;
}


.sort_list {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  top: 20px;
  line-height: 23px;
  background-color: #A0A1A6;
}


.sort_news {
  position: absolute;
  left: -22px;
  width: 70px;
}


.sort_teach {
  position: absolute;
  left: -22px;
  width: 70px;
}


.sort_match {
  position: absolute;
  left: -47px;
  width: 120px;
}


.sort_event {
  position: absolute;
  left: -26px;
  width: 80px;
}


.sort_about {
  position: absolute;
  left: -27px;
  width: 80px;
}


.copyright {
  float: left;
  margin-top: 10px;
  padding-bottom: 7px;
  width: 100%;
}