/* Formatting */

#testimonials_wrap {
	width: 770px;
	float: left;
	padding: 0 0 0 30px;
	background-color: #fff;
	clear: both;
}
#testimonials_col {
	width: 175px;
	float: left;
	padding: 10px 0 20px 0;
	margin: 0 16px 0 0;
}



/* Type */

.testimonial_name, .testimonial_paper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
}
.testimonial_name {
	color: #333333;
}
.testimonial_paper {
	color: #666666;
}
span.testimonial_paper + p.testimonials {
	margin-top: 6px;
}
.testimonials {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.2em;
}
p.testimonials {
	margin-bottom: 0;
}
p.testimonials + p.testimonials {
	text-indent: 1em;
	margin-top: 0;
}
