#content div.testwrap {
	background-image: url(../images/leftquote.png);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 15px 0;
	margin: 5px 0;
}

#content div.testimonial {
	background-image: url(../images/rightquote.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 8px 0;
	margin: 0;
}

#content div.testimonial p.signature {
	text-align: right;
	margin: 15px 0 0 0;
	font-weight: bold;
}

#content img.leftquote {
	position: absolute;
	top: 72px;
	left: 22px;
}

img.rightquote {
	position: absolute;
	top: 125px;
	left: 470px;
}