.testimonialCont, #main .testimonialCont h3, #main .testimonialCont h4, #main .testimonialCont p, .testimonialCont h3, .testimonialCont h4, .testimonialCont p, .testimonialImg{
	float:left;
	width:100%;
	}
.testimonialCont{
	background:#fff;
	padding:20px 0;
	border-bottom: 0px dashed #888;
	}
.testimonialImg{
	padding-bottom:10px;
	}
.testimonialImg img{
	display:block;
	height:110px;
	margin:auto;
	width:110px;
	border-radius: 50%;
	border: solid 2px #888;
	}
.testimonialCont h3, .testimonialCont h4, #main .testimonialCont h3, #main .testimonialCont h4{
	color: #000;
	font-size: 30px;
	line-height:40px;
	padding: 5px 10px;
	margin: 0;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	}
.testimonialCont h4, #main .testimonialCont h4{
	font-size:20px;
	line-height:20px;
	}
.testimonialCont p, #main .testimonialCont p{
	text-align:center;
	line-height:25px;
	font-size:16px;
	margin:0;
	padding:10px;
	}
.testimonialCont p.testimonialDate, #main .testimonialCont p.testimonialDate{
	color:#888;
	}