/* CSS Document */

/* testimonials */

.testimonials {
	float: left;
	margin: 0 56px 0 0;
}

.testimonials .img-framed, .testimonials-last .img-framed {
	margin-left: 0;
}

.testimonials-last {
	float: left;
	margin: 0 0 0 0;
	
}
	
.clearit {
  clear: both;
  line-height: 1px;
  font-size: 1px;
  padding: 0;
} 

.dotted-line {
	background: url(dot.gif) left top repeat-x;
	padding: 0;
	margin: 15px 0 15px 0;
	clear: both;
}

.align-center {
	text-align: center;
}

.img-framed {
	background: url(callout_frame.gif) left top no-repeat;
	padding: 7px 7px 9px 6px;
	margin: 0 0 0 -3px;
}

