﻿.testimonial
{
    width: 100%;
    padding: 0px 0px 10px 0px; 
    margin: 0px 0px 0px 0px;
    text-align: left;
    /*float: left;*/
}
.testimonial .header
{
    height: 20px;
    border-bottom: solid 1px #a61f17;
    text-align: left;
    vertical-align: top;
}
.testimonial .content
{
	width: 243px; /* need to fix this */
	height: 350px; /* need to fix this */
    font-size: 12px;
    text-align: left;
    color: #383838;
    line-height: 22px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    vertical-align:text-top;
}
.testimonial .author
{
    font-weight: bold;
    font-size: 12px;
}
.testimonial .date
{
    color: #d2281e;
}
.testimonial .divider
{
	clear:both; 
	height:10px;
    background-image: url(/images/testimonials/divider.gif);
    background-repeat: repeat-x;
    background-position: top;
}