#intro {
  /* padding-left: 100px;*/
  /*background: url(/images/welcome-pic.jpg) top left no-repeat;*/
  min-height: 122px;
  padding-bottom: 15px;
  border-bottom: 1px solid #9ab;
}
#intro h2 {
  padding: 0;
  margin: 0 0 5px 0;
  color: #09807f;
  font-size: 1.8em;
  line-height: 1.1em;
}
#intro p {
  font-weight: normal;
}

#membership, #courses {
  margin-top: 20px;
  padding-left: 8px;
  min-height: 95px;
}

#courses, #membership {
  width: 360px;
  margin-bottom: 15px;
}
#courses-left, #membership-left{
  float: left;
}
#courses-right, #membership-right{
  width: 260px;
  float: left;
  padding: 5px 0 0 15px;
}
#membership h2, #courses h2 {
  font-size: 1.8em;
  color: #037;
  margin: 0 0 8px 0;
  padding-bottom: 6px;
  background: url(/images/green-dot.gif) bottom left repeat-x;
}