#Balls {
	position:relative;
	margin: 10px 0 0 10px;
	width:580px;
	/*border: 1px solid #990000;*/
}

#LeftCol{
	float:left;
	width:141px;
	border-right:thin #CCCCCC solid;
}

#RightCol{
	float:right;
	width:429px;
}
hr{
	color: #eee;
	height: 2pt;
	width: 75%;
}

.Title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.Desc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 10px;
}

.ClearAll{
	clear: both;
	margin-bottom: 30px;
}
