body {
	background-image: url(images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #4F6976;
}

#mainArea {
	background-position: left;
	width: 700px;
	text-align: left;
	color: #FFFFFF;

}
h1 {
	color: #FFFFFF;

}
.races {
	float: left;
	width: 650px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.news {
	float: left;
	width: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sponsors {
	float: right;
	width: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.foot {
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;

}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
td {
	color: #FFFFFF;
	padding: 3px;
}
img { border:none; } 
