body {
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font: normal .8em "Helvetica CY", Arial Narrow, sans-serif;
}
.wrapper #container {
	width: 800px;
	background: #000000;
	margin: 15px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 3px ridge #4d4d4d;
	text-align: left;
	height: 100%;
}

.wrapper #testimonial {
	color: white;
	font-size: 1.1em;
	line-height: 1.4em;
	font-style: italic;
	text-align: justify;
	padding: 5px 50px;
}

.wrapper #pitReport {
  	float:right;
  	width:280px;
  	height: 250px;
  	background: #3C3C3C url(images/pit_report.jpg) no-repeat;
  	font: normal 1.1em "Helvetica CY", Arial Narrow, sans-serif;
	margin: 50px 15px 5px 0;
}
.wrapper #pitReport .timeStamp {
  margin: 45px 0 20px 28px;
  color:#E12;
  font-size:1em;
}
.wrapper #pitReport ul {
  margin:0;
  padding: 0 25px 0 35px;
  color:#ED1;
}
.wrapper #pitReport ul li {
  margin-bottom:15px;
  list-style-image:url(images/bullet_arrow.png);
}
.wrapper #pitReport ul li a {
  color:#FFF;
  font-weight:bold;
  text-decoration:none;
}
.wrapper #pitReport ul li a:hover {
  color:#ED1;
}


.wrapper #mainContent {
	padding: 10px;
	margin: 0 auto;
}


div#services {
	color: #4d4d4d;
	font: small-caps 500 1.05em/1.4em "Futura", sans;
	background-color: #FFFFFF;
	width: 100%;
	height: 1.6em;
	text-align: center;
	padding: 0;
	vertical-align: middle;
	margin: 15px 0;
}

a.services:link, a.services:visited {
	text-decoration: none;
	color: #4d4d4d;
	font: small-caps 500 1.05em "Futura", sans;
}

a.services:hover, a.services:active {
	border-bottom: thin dotted #f31e3c;
	color: #f31e3c;
}

div#rightCol {
	width: 555px;
	margin-top: 25px;
	margin-left: 10px;
	float: right;
}

#rightCol p {
	color: #FFFFFF;
	font: 1em/1.3em "Helvetica CY", Arial Narrow, sans-serif;
	letter-spacing: .1em;
	padding: 0 5px 0 10px;
}



.bold {
	color: #FFFFFF;
	font: bold 1.1em "Helvetica CY", Arial Narrow, sans-serif;
	letter-spacing: .1em;
	margin-top: 12px;
}

div#leftCol {
	width: 200px;
	border: 2px solid #4d4d4d;
	margin-top: 25px;
	float: left;
}

#leftCol p {
	color: #FFFFFF;
	font: .9em/1.2em "Helvetica CY", Arial Narrow, sans-serif;
	letter-spacing: .1em;
	padding: 0 5px 0 10px;
}




.event {
	color: #FFFFFF;
	font: bold 1em/1.2em "Helvetica CY", Arial Narrow, sans-serif;
	letter-spacing: normal
}

img#head {
	padding-top: 15px;
	margin: auto 0;
}

img#mainTagline {
	padding-top: 5px;
	padding-bottom: 5px;
}

img#mainPic {
	padding-top: 5px;
	float: left;
	padding-left: 10px;
}

img#sponsor {
	padding-bottom: 10px;
	margin: auto 0;
	padding-right: 8px;
	padding-left: 8px;
}

img#dwayne {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

img#team {
	float: right;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}

img#map {
	float: right;
}


a:link {
	color: #e2e51c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #e2e51c;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div#footer {
	color: #FFFFFF;
	font: .9em/2em "Helvetica CY", Arial Narrow, sans-serif;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

