﻿#testimonials
{
    float: left;
    width: 596px;
    background: #f7f7f7;  
    border-left: solid 1px #aaaaaa;     
    padding: 10px 20px;
}

#testimonials h1
{
    border-bottom: dotted 2px #aaaaaa;
}

blockquote
{
    border-bottom: solid 1px #aaaaaa;
	margin: 10px 20px;
}

.client
{
	font-style: italic;	
}

.client a
{    
    font-style: normal;
    text-decoration: none;
}
