/* CSS Document */

/*CONTAINS SCOREBOARDS*/
#scores_top{
   	border:Gray solid 1px;
   	background: url(../images/scores_top.gif);
   	width: 196px;
	height: 25px;
   	float: right;
	clear: right; 
	margin: 2px 0 0; 
} 
#scores_body{
   	border: Gray solid 1px;
   	background: url(../images/scores_background.jpg);
   	width: 196px;
	height: auto;
   	float: right;
	clear: right; 
	text-align: left;
	margin: 0 0 6px; 
	/*padding: 3px 10px;*/
}

#cols1{
   width: 40px;
   float: left;
}
#cols2{
   width: 120px;
   float: right;
	/*background-color: Aqua;*/
}
*html #scores_body{padding: 0 0 !important;}
*html #scores_box li{margin:3px 0 -15px 7px;}
