/* CSS Document */

/*======================*/	
/* Testimonial CSS (testimonials.php) */
/*======================*/	
.testimonial {

}

.testimonialsig {
	margin-left: 20px;
	margin-top: 10px;
}

.testimonialsig A, .testimonialsig A:VISITED {
	color: #2182A7;
	font-weight: bold;
}

.testimonialsig A:HOVER {
	font-weight: bold;
}

#testimonials_left {
	float: left;
	width: 171px;
}
#testimonials_right {
	float: right;
	width: 71px;
	margin-left: 10px;
}

.sig {
	display: block;
	padding-left: 12px;
	background-image: url(/images/sig.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	margin: 10px 0px 0px 10px;
}