@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
}

#testimonials  {
	float: left;
	height: 130px;
	width: 530px;
	background-image: url(../images/testimonial_bg.png);
	margin-top: 10px;
	background-repeat: no-repeat;
}
#testimonials-content {
	height: 50px;
	width: 480px;
	margin-left: 25px;
	margin-top: 20px;
}
#open-quote {
	height: 12px;
	width: 15px;
	float: left;
	margin-right: 6px;
}
#close-quote {
	height: 12px;
	width: 15px;
	position: relative;
	top: -12px;
	left: 385px;
}
#testimonials-text {
	height: 50px;
	width: 470px;
	padding-left: -5px;
	font-family: Lucida Sans Unicode;
	font-size: 13px;
	line-height: 14px;
	color: #961759;
	margin-right: auto;
	margin-left: auto;
}
#testimonials-quoteby {
	font-family: Lucida Sans Unicode;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #333;
	height: 13px;
	width: 480px;
	float: left;
	text-align: right;
	padding-left: 25px;
}
