body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}
table {
	border-collapse: collapse;
	table-layout: fixed;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
p {
	padding: 4px 0 0 0;
	margin: 0;
}
a {
	color: orange;
}
a:hover {
	color: white;
}
#mainTable {
	background-image: url(../img/BG-Tires.gif);
	background-repeat: repeat;
	border: 1px solid white;
}
#header {
	height: 95px;
	background-image: url(../img/BG-Header.jpg);
	background-repeat: no-repeat;
}
#headerImg {
	height: 76px;
	padding: 8px 0 10px 10px;
}
#headerImg img {
	border: 2px solid orange;
}
#headerNav {
	text-align: right;
	vertical-align: bottom;
}
#headerNav img {
	margin-right: 60px;
}
#leftNav {
	background-image: url(../img/BG-TiresGradient.jpg);
	background-position: 0 -10px;
	border-right: 1px solid white;
	vertical-align: top;
	text-align: center;
}
#leftNav img {
	padding: 14px 0 0 0;
}
#mainCell {
	vertical-align: top;
	padding: 10px;
}
#mainCell img {
	border: 2px solid orange;
	margin: 4px;
}
#mainCell table {
	padding: 10px;
}
#sponsors {
	background-color: white;
	text-align: center;
	vertical-align: top;
}
#sponsors img {
	border: none;
}
#sponsors td {
}
.left {
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}
.right {
	text-align: right;
	vertical-align: top;
}
#results {
	width: 100%;
	color: black;
	font-size: 10px;
	border: none;
	border-collapse: collapse;
	background-color: #FFFFCC;
}
#results a {
	color: black;
}
#results a:hover {
	color: orange;
}
#results td {
	padding: 3px;
	margin: 0;
	border: 1px solid orange;
}
#footer {
	text-align: center;
	font-size: 10px;
	color: white;
}
#footer td {
	border: 1px solid white;
}
#footer img {
	border-top: 1px solid white;
}
