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

#clientCare {
	background-image:url(/images/client-care-testimonials.jpg);
	background-repeat:no-repeat;
	width:287px;
	height:171px;
	float:left;
}

.testimonial {
	margin-top:120px;
	text-align:center;
	color:#339900;
	font-weight:bold;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.testimonial a {
	text-decoration:none;
}

#websiteAuditTestimonials {
	background-image:url(/images/website-audit-testimonials.jpg);
	background-repeat:no-repeat;
	width:287px;
	height:171px;
	float:left;
	margin-left:10px;
}

#seoTestimonials {
	background-image:url(/images/seo-testimonials.jpg);
	background-repeat:no-repeat;
	width:287px;
	height:171px;
	float:left;
}

#letterTestimonials {
	background-image:url(/images/letter-testimonials.jpg);
	background-repeat:no-repeat;
	width:287px;
	height:171px;
	float:left;
	margin-left:10px;
}

#videoTestimonials {
	background-image:url(/images/video-page-testimonials.jpg);
	background-repeat:no-repeat;
	width:287px;
	height:171px;
	float:left;
}

#webDesignTestimonials {
	background-image:url(/images/web-design-testimonials.jpg);
	background-repeat:no-repeat;
	width:287px;
	height:171px;
	float:left;
	margin-left:10px;
}
	
