@charset "utf-8";
/* CSS Document */
.testimonial {
width:38em;
float:left;
margin:15px 0 30px 0;
}
.left-quote {
	float:left;
	width:68px;
	height:77px;
	background-image: url(Images/Testimonials/left_quote.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.testi-text {
	float:left;
	text-align:justify;
	width:470px;
	padding-right:65px;
	background-image: url(Images/Testimonials/right_quote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-style: normal;
	font-variant: normal;
}
.testi-pic {
	float:left;
	width:77px;
	height:104px;
	margin-left:70px;
	display:inline;
	vertical-align: bottom;
}
.testi-name {
	float:left;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
#content h1 {
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #333;
	text-align: center;
}
#wrapper #content #heading {
	text-transform: capitalize;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: small;
}
#title table {
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DD3D09;
}
#wrapper #content .testimonial .testi-text p {
	line-height: normal;
}

