body {
	background: url('../images/background.jpg') no-repeat fixed top center #000;
}

#page {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	background: #030;
}

#header {
	width: 960px;
	height: 150px;
	background: #030;
}

#header h1 {
	display: none;
}

#header img {
	border: 0;
}

#left {
	width: 170px;
	margin-left: 10px;
	float: left;
}

#content {
	margin-left: 190px;
	width: 740px;
	background: url('../images/contentbottom.gif') no-repeat bottom left #FFF;
	padding: 0px 10px 10px 10px;
}

#footer {
	width: 940px;
	background: url('../images/footer.gif') no-repeat bottom left #030;
	clear: both;
	text-align: right;
	color: #FFF;
	padding: 10px 20px 30px 0px;
	font: bold 10px Verdana;
}

#footer a {
	padding: 0px 3px 0px 3px;
}

#footer a:link { color: #DDD; text-decoration: none; }
#footer a:visited { color: #DDD; text-decoration: none; }
#footer a:active { color: #DDD; text-decoration: none; }
#footer a:hover { color: #FFF; text-decoration: underline; }

#carlogo {
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: -492px;
	width: 160px;
	height: 159px;
}

#teamrecord {
	position: absolute;
	top: 7px;
	right: 20px;
}

#teamrecord h5 {
	font: bold 14px Verdana;
	text-align: center;
	margin: 0;
	color: #FFF;
}

#teamrecord h4 {
	font: bold 36px Arial;
	text-align: center;
	margin: -5px 0px 0px 0px;
	color: #FFF;
}

#teamrecord p {
	font: bold 10px Verdana;
	text-align: center;
	margin: -4px 0px 0px 0px;
	color: #FFF;
}

#nav {
	padding: 0;
	margin: 10px -10px 10px -10px;
}

#nav li {
	font: bold 12px Verdana;
	list-style: none;
	text-align: right;
	margin-bottom: 0;
}

#nav li a {
	display: block;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #040;
	border-bottom: 1px solid #020;
	padding-right: 23px;
	text-decoration: none;
}

#nav li a:link { color: #DDD; background: #030; }
#nav li a:visited { color: #DDD; }
#nav li a:active { color: #DDD; }
#nav li a:hover { color: #FFF; background: #003F00; }

#sponsors img {
	border: 0;
}

h2 {
	font: bold 24px Verdana;
	color: #030;
	height: 35px;
	line-height: 35px;
	padding: 5px 0px 5px 10px;
	margin: 0px -10px 5px -10px;
	border-bottom: 1px solid #374A35;
	background: url('../images/contenttop.gif') no-repeat top left #B5CBB2;
}

#imagebanner {
	width: 738px;
	height: 300px;
	border: 1px solid #030;
}

#captionbar {
	background: #000;
	width: 728px;
	height: 23px;
	color: #FFF;
	font: bold 13px Verdana;
	padding: 7px 0px 0px 10px;
}

h3 {
	font: bold 18px Verdana;
	color: #030;
}

a:link { color: #060; }
a:visited { color: #060; }
a:active { color: #060; }
a:hover { color: #030; }

table.sponsor {
	width: 738px;
}

table.sponsor td.logo {
	vertical-align: top;
}

table.sponsor td.logo img {
	border: 0;
}

table.sponsor td.description p {
	margin-top: 0;
	margin-left: 5px;
}

p.byline {
	font: 10px Arial;
	color: #060;
	margin: -15px 0px 5px 0px;
}

div.blog {
	padding: 0px 10px 0px 10px;	
}

p.comments {
	font: bold 14px Arial;
	border-bottom: 1px dotted #666;
	margin-top: -15px;
	padding: 0px 10px 20px 0px;
	text-align: right;
}

#video {
	background: #f00;
	width: 320px;
	height: 180px;
	margin-left: 420px;
	margin-top: 10px;
}

#blogsummary {
	background: #B5CBB2;
	width: 410px;
	height: 180px;
	margin-top: 10px;
	float: left;
}

div.summary {
	width: 408px;
	height: 43px;
	border-top: 1px solid #050;
	border-bottom: 1px solid #030;
	border-left: 1px solid #030;
	border-right: 1px solid #030;
}

div.summary-headline {
	width: 329px;
	height: 13px;
	padding-top: 1px;
	padding-left: 3px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	font: bold 10px Verdana;
	color: #000;
}

div.summary-excerpt {
	width: 329px;
	height: 26px;
	padding-top: 2px;
	padding-left: 3px;
	overflow: hidden;
	font: 10px Verdana;
	color: #030;
}

div.summary-more {
	width: 75px;
	height: 43px;
	margin-left: 332px;
	margin-top: -43px;
	border-left: 1px solid #fff;
	font: bold 14px Verdana;
	color: #030;
	line-height: 42px;
	text-align: center;
}

div.summary-more:hover { background: #030; color: #fff; }

div.summary-more a:link { color: #030; text-decoration: none; }
div.summary-more a:visited { color: #030; text-decoration: none; }
div.summary-more a:active { color: #030; text-decoration: none; }
div.summary-more a:hover { color: #fff; text-decoration: none; }

ul li {
	margin-bottom: 10px;
}