div#testimonials {
	padding: 0.25em 0px 2em 2em;
	width: 85%;
}

div#testimonials h1 {
	color: #006;
	font: 3em bold;
	padding-bottom: 1em;
	text-align: left;
}

div.testimonial {
	background-color: #D2E0CE;
	color: #006;
	width: 90%;
	margin: 1em auto;
	padding: 2em;
	border: 0;
}

div#testimonials h2 {
	font-size: 1.75em;
	color: #006;
}

div#testimonials p.dateline {
	display: block;
	text-align: right;
}
div.testimonial p {
	font-size: 1.5em;
	line-height: 140%;
}

div.testimonial div.response {
	margin: 1em;
	background-color: #B9F0B9;
	line-height: 2;
	padding: 1em;
}


