ul, li
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#partners
{
	width: 500px;
	padding-right: 15px;
	border-right: 1px dotted black;
}

p
{
	text-align: left;
}

#partners td.blurb
{
	width: 260px;
	vertical-align: top;
	height: 115px;
	min-height: 115px;
	border-bottom: 1px solid #D6D6D6;
	background-color: #F5F5F5;
}

#partners p, #testimonials p
{
	padding: 1em;
	margin: 0;
}


#testimonials
{
	width: 200px;
	float: right;
}

#testimonials div
{
	background: #F5F5F5;
	padding-bottom: 1em;
	border-top: 2px solid white;
}

#testimonials blockquote
{
	margin: 0;
	padding: 0 0 1em 0;
}

#testimonials cite
{
	font-weight: bold;
	color: #4d5a7f;
	display: block;
	margin: 0 1em;
	padding-bottom: 1em;
	text-align: right;
	font-style: normal;
}

#testimonials hr
{
	height: 0px;
	border: none;
	border-top: 1px dotted black;
	margin: 0 1em;
}