div.tester {
	width: 824px;
}

div.tester div.section {
	font-weight: bold;
	font-size: 13px;
	background-color: #ff0000;
	color: #ffffff;
	margin-bottom: 2px;
	padding: 5px;
}

div.tester div.line {
	margin-bottom: 1px; background-color: #f2f2f2;
}

div.tester div.left {
	float: left; width: 250px; background-color: #e5e5e5; padding: 5px; font-weight: bold; text-align: left; margin-bottom:
}

div.tester div.middle {
	float: left; width: 90px; margin: 0px 2px 0px 2px; background-color: #f2f2f2; padding: 5px;
}

div.tester div.right {
	float: left; width: 450px; background-color: #e5e5e5; padding: 5px; text-align: left;
}