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

#testimonialTop {
	background-image: url(../images/design1/testimonials/testTop.jpg);
	background-repeat: no-repeat;
	height: 13px;
	width: 300px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#testimonialBottom {
	background-image: url(../images/design1/testimonials/testBottom.jpg);
	height: 13px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#testimonialRepeater {
	background-image: url(../images/design1/testimonials/testRepeater.jpg);
	background-repeat: repeat-y;
	width: 280px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.testimonialName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #C00;
}
.smallTestName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C00;
}
#testimonialPhoto {
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 10px;
}
.testimonialPlace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: #C00;
}
.testimonialAudio {
	float: right;
	margin-right: 30px;
	margin-top: 14px;
}

