body {
  background-color: #a4a4a4;
  background-image: none;
}
#container, #header {
  background-color: white;
  background-image: none;
}
  #header {
    height: 102px;
  }
  #container h1 {
    margin-left: 0px;
  }
  #content-column {
    padding-left: 12px;
    padding-right: 12px;
    width: 398px;    
  }

  #header div {
    top: 25px;
    width: 220px;
  }
  #header form fieldset input#search-box {
    width: 170px;
  }
  #overview-column div.stats {
    padding: 0px;
  }
  .stats dl dt, .stats dl dt {
    height: 18px;
  }
  .stats dl dt h3 {
    margin-right: 0px;
    padding-right: 0px;
  }
  .stats dl dt {
    width: 120px;
    margin-right: 10px;
    text-align: right;
  }
  .local-stat-title {
    margin: 0px 0px;
    padding-bottom: 0px;
    clear: both;
    float: left;
    width: 100px;
    font-size: 100%;
    color: #ACD27F;
    font-size: 12.8px;
    font-weight: bold;
  }
a img {
  border: none;
}
#overview-column a div.feature img {
 border: none;
}
#overview-column #join-us { 
  position: relative;
}
  #overview-column #join-us img {
    position: absolute; 
    left: -37px;
  }
  #overview-column #join-us .join-content { 
    padding-left: 35px;
  }
  #overview-column #join-us .join-content img {
    position: static;
  }
div#actions ul#category-actions {
  margin-left: 0px;
}
  div#actions ul#category-actions li {
    width: 400px;
  }
    div#actions ul#category-actions li h2 {
      margin-top: 12px;
    }
    div#actions ul#category-actions li div {
      height: 1px;
    }
#overview-column .clickable-headers ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
  #overview-column .clickable-headers ul li {
    margin-bottom: 0.5em;
  }