#testimonials {
  width: 100%;
  border: none;
}

#testimonial_list {
  padding-right: 10px;
  vertical-align: top;
}

#testimonial_list a {
  display: block;
  padding: 2px 5px;
  color: white;
  text-decoration: none;
  margin-bottom: 15px;
}

#testimonial_list a:hover {
  color: #000033;
  background-color: #ffffff;
}

#current_testimonial {
  vertical-align: top;
  background: url(../img/testimonial_bg.png) top left repeat-x #ffffcc;
  color: #000000;
  font-size: 18px;
  font-family: Courier;
  line-height: 22px;
  width: 500px;
  height: 500px;
  padding: 15px;
  border: solid 2px #000022;
}

#testimonial_source {
  font-style: italic;
  text-align: right;
  font-size: 120%;
}

#testimonial_source .name {
  font-weight: bold;  
}