div#testimonials {
	margin-top: 15px;
	width: 245px;
	float: left;
	background-image: url(../images/testimonials_body_pattern.jpg);
	background-repeat: repeat-y;
}

div#testimonials_title {
	width: 245px;
	float: left;
}

div#testimonials_text {
	padding-left: 12px;
	margin-top: 15px;
	float: left;
	height: 325px;
}

.testimonials_array {
	width: 216px;
	height: auto;
	display: none;
	position: absolute;
}

.testimonials_array p {
	font-size: 12px;
	color: #404040;
	margin: 0px;
	padding: 0px;
	margin-bottom: 16px;
}

div#testimonials_footer {
	width: 245px;
}