﻿.testimonials {
	width:500px;
	height:250px; min-height:250px !important; height:auto;

	position:relative;
}

.quote1 {
	width:32px;
	height:32px;
	background-image:url('../images/quote1.png');
	background-repeat:no-repeat;
	float:left;
	top:1px;
	position:relative;
	padding:2px 3px 0 3px;
	z-index:1;

}
.quote2 {
	width:32px;
	height:32px;
	background-image:url('../images/quote2.png');
	background-repeat:no-repeat;
	float:right;
	position:relative;
	bottom:25px;
	padding:2px 3px 0 3px;

	z-index:2;

	}
.testimonials h1 {
	padding-bottom:5px;
}
.testimonials h2 {
	
	font-size:14px;
	color:#930000;
	padding-bottom:9px;
}