div#content {
	background: #fff;
	height: 910px;;
	padding-top: 15px;
}

div#lower-nav {
	border-bottom: 1px solid #9be6eb;
}

div#client-list {
	width: 256px;
	height: 910px;
	border-right: 1px solid #cccccc;
	float: left;
	text-align: center;
}

div#client-list h3 {
	margin-bottom: 10px;
}

div#client-list img {
	margin-bottom: 20px;
	text-align: center;
}


div#client-testimonial {
	width: 670px;
	height: 800px;
	padding: 0px 15px;
	float: left;
}

div.testimonial-quotes {
	width: 109px;
	height: 79px;
	margin-right: 15px;
	float: left;
}

div.testimonial-name {
	width: 330px;
	height: 59px;
	float: left;
	padding-top: 20px;
}

span.company-name {
	font: bold 22pt Arial;
	color: #4a4947;
}

span.client-name {
	font: bold 16pt Arial;
	color: #37d4dd;
	font-style: italic;
}

div.testimonial-logo {
	height: 79px;
	padding-right: 15px;
	float: right;
	position: relative;
}

div.testimonial-logo img {
	position: absolute;
	bottom: 0px;
	right: 5px;
}

div#testimonial-content {
	clear: both;
	padding: 15px 0px 0px 0px;
}