#articles {
	background: url(../img/testimonials-bg.gif) left repeat-y;
	padding-left:  300px;
}

#ast {
	width: 300px;
	height: 227px;
	float: left;
	background: url(../img/testimonials-ast.gif) top left no-repeat;	
}

#articles .article {
}

#articles .credit {
}

#articles h1 {
	display: none;
}

#article h1 {
	text-transform: none;
	display: block;
	font-size: 1.4em;
	margin: 0.75em 0;
	line-height: 1em;
}

#article ul li, .article ul li {
	margin-left: 2em;
}

#article ol li, .article ol li {
	margin-left: 2em;
	list-style-type: decimal;
}

#article strong, #article ul li, .article ul li, #article ol li, .article ol li {
	color: #9B9EA3;	
}