* {
	margin: 0;
	padding: 0;
	line-height: 1.25
}

/****************************************************************
 * =CONTAINER=
*****************************************************************/
div#container {
	margin: 2em auto;
	width: 900px;
}

/****************************************************************
 * =HEADER=
*****************************************************************/
div#header {
	margin: 0 0 1em 0;
	width: 100%;
	height: 175px;
}

div#header h1 {
	text-indent: -9999em;
	background: url(../images/headerLeft.jpg) left top no-repeat;
	height: 175px;
	width: 550px;
	float: left;
}

div#header h2 {
	text-indent: -9999em;
	background: url(../images/headerRight.jpg) left top no-repeat;
	height: 175px;
	width: 350px;
	float: right;
}

/****************************************************************
 * =TOP BANNER=
*****************************************************************/
div#topBanner {
	width: 100%;
	height: 75px;
	text-indent: -9999em;
}

div#topBanner.mgp {
	background: url(../images/banners/mysteryGrandPrix.jpg) left top no-repeat;
}

div#topBanner.gobbler {
	background: url(../images/banners/gobbler09.jpg) left top no-repeat;
}

div#topBanner a, div#topBanner a:hover, a#gpLink {
	border: none;
	background: none;
	cursor: hand;
}

/****************************************************************
 * =CONTENT=
*****************************************************************/
div#content {
	width: 100%;
	margin: 1em 0 2em 0;
}

/****************************************************************
 * =SKINNY=
*****************************************************************/
div#skinny {
	width: 200px;
	background: #000;
	float: left;
	margin: 0 0 2em 0;
}

div#skinny div#menu {
	width: 100%;
	height: 250px;
	background: #000 url(../images/menu.jpg) left top no-repeat;
}

div#skinny div#menu ul#main {
	padding: 6em 0 0 3em;
	list-style: none;
}

div#skinny div#menu ul#main li {
	font: 1.4em/1.5em "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
	font-variant: small-caps;
}

div#skinny div#menu ul#main li a {
	text-decoration: none;
	padding: 0 .25em;
	border: none;
}

div#skinny div#contact {
	width: 100%;
	height: 180px;
	background: #000 url(../images/contact.jpg) left top no-repeat;
}

div#contact p {
	padding: 6em 0 0 4em;
	font: .9em "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
	font-variant: small-caps;
}

div#skinny div#sponsors {
  background: #000 url(../images/sponsors.jpg) left top no-repeat;
}

div#skinny div#sponsors div { padding: 40px 0 100px;}
div#skinny div#sponsors a {
  display: block;
  text-indent: -9999em;
  margin: 20px auto;
  width: 185px;
}

div#sponsors a#rockauto {
  background: url(../images/sponsors/rockauto.jpg) no-repeat left top;
  height: 69px;
}
/****************************************************************
 * =COPY=
*****************************************************************/
div#copy {
	width: 675px;
	background: #000;
	float: right;
}

div#copy h3.photoHeader {
	text-align: center;
	font: 1.3em "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
	font-variant: small-caps;
	margin: 1em 0 .25em 0;
}

div#copy span.eligible {
  background-color: #091d05
}

/****************************************************************
 * =FOOTY=
*****************************************************************/
div#footy {
	background: #000 url(../images/footy.jpg) center top no-repeat;
	height: 150px;
	clear: both;
}

div#footy div {
	float: left;
	width: 25%;
	text-align: center;
	height: 90px;
	margin: 25px 0 0 0;
	font-size: .8em;
}

div#footy div p {
	margin: 0 1em;	
}

div#footy div li {
	list-style: none;
	margin: .25em 2em;
}
/****************************************************************
 * =GLOBALS=
*****************************************************************/

body { 
	background: #000 url(../images/bodyBG.jpg) left top repeat;
}

body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
	color: #ccc;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a {	
	color: #ccc; 
	border-bottom: 1px dashed #a92424;
	text-decoration: none;
}
a:visited { color: #ccc; }

a:hover { 
	color: #ccc;
	background: #000 url(../images/link.jpg) left center repeat;
}

a img {
	border: 1px solid #000;
}

a.pdf {
	background: url(../images/pdf.png) left center no-repeat;
	padding: 0 0 0 16px;
}

a.pdf:hover {
	background-color: #000;
}

/****************************************************************
 * =SCAFFOLD=
*****************************************************************/
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid gray;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}