body {
  background: #fff url(/images/green_detail_bg.png) repeat-x 0px 75px;
}

#content h2 {
  color: #80E420;
}

.subpage {
  color: #e8180a;
}

.sidebar {
  background: #E1FAB9;
}

.sidebar h2 {
  background: #80E420;
  color: #fff;
}

.sidebar li {
  border-bottom: 1px solid #fff;
}

.sidebar li a {
  color: #000;
  font-size: 1.2em;
}

.sidebar li a:hover {
  background: #80E420;
  color: #fff;
}