#intro {
  position: absolute;
  top: 85px;
  left: 238px;
  width: 610px;
}
/*Was left 270px and font-size 1.4em */

#intro h3 {

  font-weight: normal;
}

#performances {
  position: absolute;
  top: 11em;
  left: 545px;
  width: 280px;
  text-align: right;
}

#performances h3 {
  margin: 4px 0;
  font-size: 16px;
}

#performances b {
  font-size: 15px;
}

#quicklinks {
  position: absolute;
  top: 11em;
  left: 238px;
  width: 280px;
}
/* Was top 18em and text-align: center*/

#quicklinks h3 {
  margin-bottom: .5em;
  font-weight: normal;
}

#sig {

  position: relative;
  left: 10px;
}
