#testimonials li {
	list-style:none;
	margin-bottom:10px;
	padding:5px;
    clear: both;
}
#testimonials li.even {
	background-color:#ddd;
}
.author {
	color:#AD1C1C;
	font-weight:bold;
}
.location {
	color:#0b0b0b;
}
#testimonials img {
    float: left;
    margin-right: 10px;
}