@charset "utf-8";
.scrolling {
	margin-top: -15px;
}

h3 {
	background-image: url(../images/bullet_star.jpg);
	background-repeat: no-repeat;
	text-indent: 0px;
	color: #f8ad55;
	font-weight: bold;
	margin-bottom:0px;
	padding-left: 20px;
}

#awards {
	border: 1px solid #989898;
	margin-top: 20px;
}

#awardsCols {
	padding: 10px;
	height:175px;
}

#colA {
	float: left;
	width: 250px;
	text-align: center;
	padding-top: 40px;
	height: 125px;
	border-right: 1px solid #989898;
}

h2 {
	color: #F8ad55;
	font-size: 20px;
	font-weight: normal;
}

#colB {
	float: right;
	text-align: left;
	width: 650px;
	height: 150px;
	padding: 5px 5px 15px 15px;
}

.medals {
	margin-left:18px;
	margin-bottom:-15px;
}

#clear {
	clear: both;
	margin-top: -35px;
	text-indent: -9999px;
}

