#resultstable {
	width: 172px;
	height: 288px;
	background-color: #d4d8bd;
	background-image: url(images/results/resultstable.jpg);
	margin: 25px auto 0 auto;
	border: none 0;
	border-collapse:collapse;
}
#thead {
	width:170px;
	font: 12px "Trebuchet MS";
	padding-bottom: 5px;
	color: #000000;
	text-align: center;
}
.place {
   width:20px;
	padding-left: 10px;
	font: 12px "Trebuchet MS";
	color: #C10000;
	text-align: center;
}
.position {
   width:30px;
	padding-left: 5px;
	font: 12px "Trebuchet MS";
	color: #FFFFFF;
	text-align: center;
}
.blank {
   width:5px;
}