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

#testimonial {
	border:#fff outset 1px;
	background:url(../images/interface/background_content_white.png) repeat;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#42352e;
	text-align:left;
	margin:10px;
	padding:0px;
}

#testimonial .testimonialHeader{
	background:url(../images/interface/tab_back.jpg) repeat-x;
	padding:0px 5px 0px 5px;
}


#testimonial p, ul, li, .testimonialFooter {
	padding:3px 8px 2px 8px;
}

.testimonialHeader, .author{
	font-weight:bold;
}

.testimonialFooter{
	font-size:.8em;
	font-style:italic;
	color:#666;
	
}