/*testamonials.css*/
.testamonials {
	background-image: url(../images/about_us_big.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.testamonialPhoto {
	border: 1px dashed #344303;
	padding: 3px;
	background-color: white;
	
}

#photo1 {
	float: right;
	margin: 0 0 10px 10px;
}

.testamonialBlock {
	clear: left;
	clear: right;
}

.testamonialWords, .sigline {
}

.testamonialWords {
	padding: 0 20px 0 10px;
}

#testamonial1 .testamonialWords {
	height: 110px;
	width: 494px;
}

#testamonial1 .sigline {
	width: 519px;
}

.sigline {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 5px 0;
	margin: 15px 0 5px 0;
	border-bottom: 1px dashed #344303;
}

