/* stats box */
.stats_row {
	position:relative;
	float:left;
	clear:both;
	margin:0px;
	padding:5px;
	width:768px;
	height:15px;
}
.stats_left {
	position:relative;
	float:left;
	clear:none;
	width:120px;
}
#stats_box {
	position:relative;
	float:left;
	clear:both;
	width:778px;
	margin: 5px 0px 20px 0px;
	padding: 5px;
	border: 1px solid #41658B;
}