body {
	margin: 0 0 0 0;
	font-family: Verdana, Arial, 'Times New Roman';
	font-size: .81em;
	background: #29ca26 url('images/hracing_wall_green.jpg') top center repeat-y;
}
#root {
	width: 100%;
}
#main {
	margin: 0 auto;
	width: 852px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}
#header {
	height: 120px;
	background: url('images/header2.jpg') top left no-repeat;
}
#nav {
	height: 24px;
	background: url('images/nbg2.png') top left repeat-x;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}
#nav a {
	width: 106px;
	height: 24px;
	text-align: center;
	font-size: 1.4em;
	text-decoration: none;
	display: block;
	float: left;
}
#nav a:link, #nav a:visited {
	color: #FFFFFF;
}
#nav a:hover, #nav a:visited:hover {
	color: #FFFFFF;
	background: url('images/nbgi2.png') top center repeat-x;
}
#content {
	padding: 2px;
	background: #333333;
	border-bottom: 1px solid #000000;
}
#content a:link, #content a:visited {
	color: #1f3aff;
	text-decoration: none;
}
#content a:hover, #content a:visited:hover {
	color: #1d33c6;
	text-decoration: underline;
}
#footer {
	height: 30px;
}
table {
	font-size: 1.3em;
	width: 100%;
}
tr {
	padding: 5px 0 5px 0;
}
th {
	text-align: left;
}
.sub {
	margin: 0 2px 0 2px;
	float: left;
	text-align: left;
	width: 100%;
}
.italic {
	font-style: italic;
}
.block {
	margin: 3px;
	border: 1px solid #B0B0B0;
	min-height: 100px;
	background: #FFFFFF;
}
.block .title {
	padding: 1px 0 0 3px;
	font-size: 1.2em;
	color: #FFFFFF;
	height: 23px;
	border-bottom: 1px solid #000000;
	background: #000000 url('images/btr2.png') top right no-repeat;
}
.block .content {
	padding: 2px;
}
.right .block .content img, .left .block .content img {
	display: block;
	margin: 2px auto;
	border: 1px solid #000000;
}
.right .sponsorcenter {
	margin: 0 auto;
	width: 262px;
	height: 46px;
}
.right .block .sponsors img {
	display: block;
	margin: 4px auto;
}
.right .block .sponsorcenter img {
	float: left;
	margin: 0 2px 0 2px;
}
.block .content .caption {
	margin-bottom: 3px;
	text-align: center;
	font-style: italic;
	font-size: .85em;
}
.bottom .block .content img {
	display: inline;
	float: left;
	margin: 2px 2px 2px 2px;
	border: 1px solid #000000;
}
.top {
	width: 100%;
	min-height: 653px;
}
.left {
	float: left;
	width: 60%;
	height: 100%;
}
.middle {
	float: left;
	width: 100%;
	min-height: 45px;
}
.middle .content img {
	float: left;
	border: 1px solid #000000;
	margin: 2px 2px 2px 2px;
}	
.right {
	float: left;
	width: 38%;
	height: 100%;
}
.bottom {
	width: 100%;
	height: 170px;
}
.center {
	text-align: center;
	font-size: 2em;
}
.frontcenter {
	text-align: center;
}
.bioleft {
	float: left;
	width: 100px;
}
.bioright {
	float: right;
	width: 150px;
}
.margin {
	margin-top: 70px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
