div#tesheader p {
	text-align: center;
}

div#tesbody {
	height: 300px;
	width: 250px;
	overflow: hidden;	
}
div#tesitems {
	position: relative;
	height: 1500px;
	width: 250px;
}
div.tesitem {
	height: 300px;
	width: 250px;
	float: left;
	background-color: #fff;
	color: #666;
}
div.tesitem blockquote {
	text-align: justify;
	font-size: 1.5em;
	margin: 0;
	padding: 1em;
}
div.tesitem p {
	text-align: right;
	margin: 0;
	padding: 1em;
}
div.tesitem h3, div.tesitem h3 a {
	margin-top: 0;
	padding-top: 0;
}