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

#content h2 {
  color: #AB4AA6;
}

.subpage {
  color: #4f7db2;
}

.sidebar {
  background: #FBECFB;
}

.sidebar h2 {
  background: #AB4AA6;
  color: #fff;
}

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

.sidebar li a {
  color: #AB4AA6;
}

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