div.testimonial
{
  font-size: 15px;
  font-style:italic;
  width:500px;
  margin: 20px auto;
  padding: 5px;
  border: solid 2px #BA5401;
  background: #f9f9f9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div.testimonial span
{
  font-family: times, serif;
}

div.testimonial div
{
  font-style: normal;
  font-weight: bold;
  text-align: right;
}

div#highlight-sites
{
  overflow: auto;
  width: 675px;
  margin: auto;
  margin-bottom: 20px;
}

div#highlight-sites div
{
  background: #f9f9f9;
  width: 209px;
  height: 290px;
  overflow: auto;
  float: left;
  padding: 7px;
  border: solid 1px #aaa;
  margin-right: -1px;
}

div#highlight-sites div a
{
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: bold;
}


div#highlight-sites div p
{
  font-size: 13px;
  padding: 2px;
}

div#highlight-sites div img
{
  border: solid 1px #333;
}