html, body {
  height: auto;
  background: #ffffff;
  }
#base {
  height: auto;
  }
#footer {
  display: none;
  }
#header {
  height: auto;
  border-bottom: none;
  background: #ffffff;
  }
#logo {
  margin: 0px 0px 20px 27px;
  border: none;
  }
#nav {
  color: #ff8800;
  background: #ffffff;
  border-top: 2px solid #000000;
  }
#nav a {
  background: #ffffff;
  text-decoration: none;
  }
#nav a.here {
  font-weight: bold;
  color: #000000;
  }
#content {
  margin-right: 0px;
  }
#rhs_column {
  display: none;
  }