html {
  background: none; }

body {
  background: url(/images/theme/bg_body.png) repeat-x; }
  body #doc2 #bd {
    background: #fff;
    padding: 10px; }
  body #doc2 #ft {
    padding-left: 10px;
    padding-right: 10px; }

#CommunityFooter {
  background: #fff;
  padding: 10px; }
  #CommunityFooter p {
    float: right;
    padding: 2px 0 2px 160px;
    background: url(/images/theme/logo_small.png) no-repeat left center; }

#hd {
  background: url(/images/theme/blackboard.jpg) no-repeat top left;
  padding: 0 10px 0 10px;
  border-top: 4px solid #000; }
  #hd h1 a {
    background: url(/images/theme/logo.png) no-repeat left top;
    display: block;
    text-indent: -9999px;
    height: 37px;
    width: 317px;
    outline: none; }
  #hd h2 {
    color: #fff; }
    #hd h2 a {
      color: #B59F6D; }

#NavBar {
  background: #aba8a3 url(/plugin_assets/community_engine/images/bg_navbar.gif) repeat-x 0 0;
  height: 47px;
  margin-top: 90px;
  margin-left: -10px;
  margin-right: -10px; }

#welcome .box {
  height: 145px;
  background: #F1E6B9;
  border-top: 1px solid #1C3A16;
  border-bottom: 1px solid #1C3A16; }
  #welcome .box h4 {
    background: url(/images/theme/h4bg.png) repeat-x left center; }
    #welcome .box h4 a {
      border: 1px solid #fff;
      color: #fff; }
    #welcome .box h4 a:hover {
      background-color: #20491D; }

.box h3 {
  border-bottom: 1px solid #1C3A16; }
