.testimonial
{
  position:      relative;
  width:         100%;
  margin-bottom: 40px;
}

  .testimonial .open_double_quotes
  {
    position: absolute;
    top:      0;
    left:     0;
    width:    50px;
    height:   43px;
    background-image:  url("open_double_quote.png");
    background-repeat: no-repeat;
  }

  * html .testimonial .open_double_quotes /* IE */
  {
    background-image:  url("open_double_quote.gif");
  }

  .testimonial .close_double_quotes
  {
    position: absolute;
    bottom:   0;
    right:    0;
    width:    50px;
    height:   43px;
    background-image:  url("close_double_quote.png");
    background-repeat: no-repeat;
  }

  * html .testimonial .close_double_quotes /* IE */
  {
    background-image:  url("close_double_quote.gif");
  }

  .testimonial .quote_body
  {
    position: relative;
    left:     50px;
    width:    470px;
    margin:   0 10px 0 10px;
    padding:  10px 0 10px 0;
  }

    .testimonial .quote_body p
    {
      margin: 0 !important;
    }

  .testimonial .attribution
  {
    margin: 10px 0 0 10px !important;
  }

  .testimonial .quote
  {
    position: relative;
    width:    100%;
  }

  .testimonial .author
  {
    font-style: italic;
  }

