#testimonials li {
	border-top: 1px dashed #eee;
	padding: 15px 20px;
	position: relative;
}

#testimonials p {
	width: 500px;
	font-size: 1.4em;
	text-align: justify;
}
#testimonials div {
	position: absolute;
	top: 40px;
	left: 560px;
	width: 190px;
}
#testimonials div h3 {
	font-size: 1.6em;
}
#testimonials div span {
	font-size: 1.2em;
	color: #666;
}