.testimonials {
	overflow:hidden;
}
.testimonial {
	float:left;
	width:220px;
	margin-bottom:10px;
}
.testimonial:nth-child(2n+1) {
	margin-right:6px;
}
.testimonial-signature {
	overflow:hidden;
}
	.testimonial h5 {
		float: left;
		width:160px;
		margin:0;
		color:#706f73;
		font:bold 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	.testimonial-logo {
		float:right;
		padding:2px;
		display:none;/* awaiting logos, hidden for now */
	}