@charset "utf-8";
/* CSS Document */



#testimonials-top {
	height:35px;
	width:75%;
	float:left;
	text-align: left;
	font-size: medium;
	margin-left: 5%;
}

#testimonials-bottom {
	height:435px;
	width:100%;
	float:left;
}

#testimonials-col {
	height:100%;
	width:30%;
	float:left;
	margin-left:3%;
	text-align: justify;
}


.quote-author {
font-style:italic;
}

#testimonials-col-pic-1 {
	height:180px;
	width:100%;
	float:left;
	background-position:center;
	background-image:url(images/testimonials-1.png);
	background-repeat:no-repeat;
}

#testimonials-col-pic-2 {
	height:200px;
	width:100%;
	float:left;
	background-position:center;
	background-image:url(images/testimonials-2-right-to-lef.png);
	background-repeat:no-repeat;
}
#testimonials-col-pic-3 {
	height:180px;
	width:100%;
	float:left;
	background-position:center;
	background-image:url(images/testimonials-3-left-to-right.png);
	background-repeat:no-repeat;
}
