/* layout */
body {
  background: #d1d1d1;
}
#header-wrap,
#nav-wrap,
#footer-wrap {
  background: transparent;
}
#header {
  background: #fff url(../../images/hejian/red-white/header-top-left.png) no-repeat top left;
}
#header .header-inner {
  background: url(../../images/hejian/red-white/header-top-right.png) no-repeat top right;
}
#header a {
  color: #c87a30;
}
#nav {
  background: #fff;
  height: 43px;
}
#nav .nav-inner {
  margin: 0 10px;
  background: url(../../images/hejian/red-white/nav.png) repeat-x;
}
#nav .nav-inner2 {
  background: url(../../images/hejian/red-white/nav-left.png) no-repeat left;
}
#nav .nav-inner3 {
  background: url(../../images/hejian/red-white/nav-right.png) no-repeat right;
  height: 43px;
  line-height: 43px;
}
#nav a {
  color: #fff;
}
#main {
  background: #fff;
}
#col3 {
  padding: 10px;
}
#footer {
  padding: 0;
  background: #fff;
}
#footer .footer-inner {
  background: url(../../images/hejian/red-white/footer-bottom-left.png) no-repeat bottom left;
}
#footer .footer-inner2 {
  background: url(../../images/hejian/red-white/footer-bottom-right.png) no-repeat bottom right;
  padding: 0 10px;
}

/* block */
.block {
  background: #efefef
}
.block h3 {
  background: #d7d7d7 url(../../images/hejian/red-white/block-top-left.png) no-repeat top left;
}
.block h3 span {
  display: block;
  background: url(../../images/hejian/red-white/block-top-right.png) no-repeat top right;
  padding: 5px;
}
.block h3 a {
  color: #737373;
}
.block .content {
  padding: 10px;
}

/* forum */
.grouplist,
.forum {
  background: #d7d7d7 url(../../images/hejian/red-white/block-top-left.png) no-repeat top left;
}
.grouplist .grouplist-inner,
.forum .forum-inner {
  background: url(../../images/hejian/red-white/block-top-right.png) no-repeat top right;
}
.grouplist a {
  color: #696464;
}
.grouplist dt,
.grouplist dd {
  float: left;
}
.forumgroup .header {
  background: #efefef;
}

