h1 {
  color: #fff;
  margin: 0;
  font-size: 18pt;
}

#base_content {
  width: 470px;
  margin: 0 432px 0 130px;
  padding: 35px 5px 10px 5px;
  min-height: 1000px;
  background: url(../images/center_column_background_teal.gif) top left no-repeat #fff;
}
#base_content a {
  color: #000;
  padding: 2px;
  text-decoration: none;
  border-bottom: 1px solid #4ee2ec;
}
#base_content a:hover {
  color: #fff;
  background-color: #4ee2ec;
}

