@charset "utf-8";
/* LAcarGUY Body Shop Testimonials CSS */

#testimonials {
	width:900px;
	margin:0 auto;
}
#testtop {
	width:862px;
	margin-top:20px;
	padding:0 10px
}
#testtop img {
	border:0px;
}
#testdark {
	background-color:#EEEEEE;
	width:858px;
	border:1px solid #DDDDDD;
	margin-top:2px;
	padding:10px;
}
#testlight {
	background-color:#FFFFFF;
	width:858px;
	border:1px solid #DDDDDD;
	margin-top:2px;
	padding:10px;
}
.testtitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#2d6c9f;
	font-weight:bold;
	margin:0;
	padding:0;
}
.testmain {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
}
.testsub {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	padding:0 10px;
}
.test_picture {
	padding:0 10px 0 0;
	border-right:1px solid #C0C0C0;
}
.test_picture img {
	border:0;
}
