/***** TESTIMONIAL CSS *****/
p { margin-top: 12px; margin-bottom: 12px; }

#left {
	position: absolute;
	width: 211px;
	
	left: 15px;
	top: 20px;
	
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
}
#left a {
	color: #000000;
	text-decoration: none;
}
#left a:hover {
	color: #ff5d35;
}


#columnA {
	position: absolute;
	width: 250px;
	height: 420px;
	
	left: 255px;
	top: 10px;
}
#columnAContent, #columnBContent {
	position: relative;
	line-height: 14px;
	
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
#columnAContent a, #columnBContent a {
	color: #ff5d35;
}

#columnB {
	position: absolute;
	width: 230px;
	height: 420px;
	
	left: 530px;
	top: 10px;
}


.nav {
	margin-top: 20px;
	position: relative;
	text-align: center;
}

.nav img {
	border: 0;
	margin-right: 15px;
}

