/*Race panel*/
#main-content .race-panel {
	background: url("../images/race-panel-slice.gif") top repeat-y;
	width: 437px;
	margin-top: 0;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 0.7em;
	line-height: 125%;
	color: #fff;
}
#main-content .race-panel .top {
	height: 14px;
	background: url("../images/race-panel-top.gif") top left no-repeat;
}
#main-content .race-panel .bottom {
	height: 14px;
	background: url("../images/race-panel-bottom.gif") bottom left no-repeat;
}
#main-content .race-panel .content {
	margin: 7px 20px 0 20px;
}
#main-content .race-panel p {
	margin: 4px 0 0 0; padding: 0;
}
#main-content .race-panel .info p {
	margin-bottom: 10px;
	line-height: 140%;
}
#main-content .race-panel .info {
	margin-left: 123px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#main-content .race-panel .info .title {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}
#main-content .race-panel .info p.link {
	font-family: Georgia, Times, Times New Roman, Serif;
	font-weight: normal;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	margin-right: 15px;
}
#main-content .race-panel a {
	text-decoration: underline;
	color: #fff;
}
#main-content .race-panel a:hover {
	text-decoration: none;
}

