html, body {
  height: 100%;
  font-family: arial;
  font-size: 13px;
  line-height: 18px;
  color: #666666;
}

body {
  margin: 0;
  padding: 0;
}

#container {
  width: 100%;
  text-align: left;
  background-color: #ffffff;
}

#topbanner {
  width: 650px;
  height: 46px;
}

#header {
  width: 100%;
}

#header h1 {
  margin: 0;
  padding: 5px 0 0px 30px;
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
  position: relative;
  top: 12px;
  float: left;
}

#header img {
  display: none;
}

#leftmenu {
  width: 170px;
  float: left;
}

#leftmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 55px 10px 10px 30px;
}

#leftmenu ul li {
  padding-bottom: 10px;
}

#leftmenu ul a {
  color: #666666;
  text-decoration: none;
}

#leftmenu ul a:hover {
  color: #d67e32;
}

#footer {
  width: 100%;
  background-color: #ffffff;
  font-size: 10px;
  line-height: 16px;
  clear: both;
}

#footer .nav {
  padding: 10px 0 0 20px;
  float: left;
}

#footer .name {
  padding: 10px 20px 0 0;
  color: #000000;
  float: right;
}

#footer .rule {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #666666;
  clear: both;
}

#footer .copyright {
  padding: 0 0 20px 20px;
  float: left;
}

#footer .addr {
  padding: 0 20px 20px 0;
  text-align: right;
  float: right;
}

a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #d67e32;
}

a.on {
  color: #d67e32;
}

.highlight {
  color: #d67e32;
}

.thumb {
  margin: 4px;
  width: 270px;
  hegiht: 140px;
}

h3 {
  font-size: 20px;
  font-weight: normal;
  color: #000000;
}

#largecover {
  float: left;
  padding-top:20px;
  padding-bottom: 20px;
}

.tombs {
  clear:both;
  padding: 0 0 0 3px;
  margin-right: -16px;
  margin-top: -35px;
}

.tombs img {
  padding: 0 14px 10px 0;
  width: 137px;
  height: 146px;
}

.fullcover {
  width: 198px;
  height: 256px;
}

.pr {
  width: 330px;
  float: left;
}

.text {
  font-size:14px;
  line-height:17px;
}

.menu {
  display: none;
}

