@charset "utf-8";
.tourney {
	height: 162px;
	width: 530px;
	margin: 0;
}
.tourneytext {
	background-image: url(../assets/trophy_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 122px;
	width: 402px;
	padding: 40px 0 0 20px;
}
.tourneytext p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B7540;
	line-height: 18px;
	margin-top: 13px;
	padding-top: 12px;
}
.tourneyhdr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #54602C;
	line-height: 12px;
	float: left;
}
.trophy {
	background-image: url(../assets/trophy.jpg);
	height: 162px;
	width: 97px;
	float: left;
}
.tourneyedge {
	background-image: url(../assets/trophy_edge.jpg);
	float: left;
	height: 162px;
	width: 11px;
	margin-left: 0px;
}
.floatleft  {
	float: left;
	margin: 14px 12px 0 8px;
}
.floatright  {
	float: right;
	margin: -5px 10px 0 0;
}
#lm_link {
	display: block;
}
span {
	display: none;
}
#lm_link:hover {
	background-position: 0 22px;
	background-image: url(../assets/learnmore.jpg);
}
.learnmore {
	background-image: url(../assets/learnmore.jpg);
	float: right;
	height: 22px;
	width: 89px;
	margin: -5px 10px 0 0;
}
