﻿body
{
}
#testimonials_header
{
	width: 900px; 
	height: 108px; 
	background: url('../assets/images/testimonials_header.gif') no-repeat top left;
	text-indent:-5000px;
}

#divContent
{
	padding: 20px 0 0 50px;
	text-align: left;
}

.col
{
	width: 340px; 
	float: left; 
	padding:0 15px; 
}
.col h2
{
	font-size:16pt;
}

.rightVert
{
	border-right:solid 1px #aaa;
}

.testimonial
{
	width: 100%;
	color: #3399CC;
	padding-bottom:10px;
	margin-bottom:10px;
	background: url(../assets/images/testimonials_line.gif) no-repeat bottom left;
}

.testimonial span.name
{
	padding-top:15px;
	display:block;
	font-weight:bold;
}
.testimonial span.company
{
	display:block;
	color: #999999; 
	margin-bottom: 6px;
}

