body {
	background-color: #333333;
}
div#head {
	background-image: url(images/race3_head.jpg);
	height: 400px;
	width: 100%;
	background-position: center 0px;
	background-repeat: no-repeat;
}
div#main div#top {
	background-image: url(images/race3_topbg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
div#main div#top div#btm {
	background-image: url(images/race3_btmbg.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
a {
	color: #ff8000;
	text-decoration: none;
}

a:hover {
	color: #ff9c1b;
}

a.highlight {
	background-color: #ff8000;
	color: white;
	text-decoration: none;
}

a.highlight:hover {
	background-color: #ffb54d;
	color: white;
	text-decoration: none;
}

p.footer a {
	color: white;
	text-decoration: none;
}

p.footer a:hover {
	color: white;
	text-decoration: underline;
}

a.divlink {
	display: block;
	text-decoration: none;
	color: #606060;
}

a.divlink:hover p {
	text-decoration: none;
	color: #7f7f7f;
}

a.divlink:hover h2 {
	text-decoration: none;
	color: #666666;
}

div#container.t2 div.c1 {
	width: 246px;
}

div#container.t2 div.c2 {
	margin-left: 16px;
	float: right;
	width: 246px;
}

div#container.t2 div.c3 {
	margin-left: 16px;
	float: right;
	width: 246px;
}

div#container.t1 div.r div#timer {
	height: 180px;
	background-repeat: no-repeat;
	background-image: url(images/race3_timer.jpg);
	line-height: 16px;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif, Tahoma;
	text-align: center;
	width: 300px;
	overflow: hidden;
}

div#container.t1 div.r div#timer span#cntdwn {
	font-family: monospace;
	color: gray;
	top: 130px;
	position: relative;
	line-height: 40px;
	font-size: 32px;
}

div#container.t1 div.r div#timer span#cntdwn span.number {
	font-weight: bold;
	color: #e1e124;
	line-height: 40px;
	font-size: 32px;
}

div#container.t1 div.l img.l {
	margin-right: 15px;
}

