/* page structure
-------------------------------------*/
#columns div#left {
	width:50%;
	float:left;
}
#columns div#right {
	width:40%;
	float:right;
}

/* testimonials
-------------------------------------*/
div.testimonial {
	margin:20px 0 0 0;
	*margin:10px 0 0 0;
}
div.testimonial div.details {
	margin-top:5px;
	font-size:11px;
	font-weight:bold;
	color:#686868;
	line-height:24px;
}

