div#testimonial_wrapper{
	margin:10px;
	width:900px;
}

div#testimonial_feat_wrapper{
	position:relative;
	left:10px;
	top:-20px;
	width:210px;
}
.testimonial_content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0b1f35;
	margin:0 10px 0 15px;
	text-align:left;

}
.testimonial_posted{
	font-style:italic;
	font-size:10px;
	text-align:right;

}

div#testBegin{
	background-image:url(../images/begin.png);
	height:19px;
	width:19px;
	left:-8px;
	top:15px;
	position:relative;
}

div#testEnd{
	background-image:url(../images/end.png);
	height:19px;
	width:19px;
	float:right;
	position:relative;
	top:-18px;
	left:15px;
}

div#testContent{
	margin:0 15px;
}

.test_top{
	background:url(/images/testimonials_top.png);
	width:178px;
	height:30px;
}

.test_bottom{
	background:url(/images/testimonials_bottom.png);
	width:178px;
	height:30px;
}


