
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
  background: #000;
  color: #000;
  text-align: center;
  font: 90%/140% Verdana, Arial, sans-serif;
  }
  
p {
  margin: 0 0 10px 0;
  font-size: .9em;
  }
  
p.bold {
  font-weight: bold;
  margin-left: 20px;
  }
  
p.center {
  font-weight: bold;
  text-align: center;
  }
  
a {
  color: #f7951d;
  font-weight: bold;
  }
  
a:hover {
  color:#c92119;
  }
  
h2, h3 {
  color: #c92119;
  font-size: 1.5em;
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: bold;
  }
  
h3 {
  font-size: 1.2em;
  margin-bottom: 6px;
  font-weight: bold;
  }
  
h4 {
  font-size: 1em;
  color: #c92119;
  margin: 10px 0 0 0;
  font-weight: bold;
  }
  
h5 {
  font-weight: bold;
  font-size: 1em;
  }
  
 table {
   text-align: center;
   border: solid 1px #ffe0b2;
   margin: 0 0 20px 0;
   }
			
   
 th {
   font-weight: bold;
   text-align: center;
   color: #c92119;
   font-size: 1em;
   padding: 10px 0;
   }
   
 td {
   font-size: .8em;
   text-align: center;
   padding: 6px 0;
   }
   
 td.header {
   font-weight: bold;
   text-transform: uppercase;
   text-align: center;
   background: #fef3d6;
   font-size: .7em;
   padding: 1px 0;
   }
			
	table#sponsors {
	  border: none;
			}
			
	table#sponsors td {
	  padding: 0;
			margin: 0;
			}

 img.right {
   float: right;
   margin: 70px 0 20px 20px;
   }
   
 img.left {
   float: left;
   margin: 40px 0 0 0;
   }
   
 img.middle {
   text-align: center;
   margin: 40px auto 20px auto;
   display: block;
   }
   
 img.bse {
    text-align: center;
   margin: 10px auto 20px auto;
   display: block;
   }
   
 img.win {
   margin: 0 10px 0 0;
   }
   
img.win3 {
   margin: 0;
   }

#wrap {
  width: 770px;
  background: #fff;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  }
  
#header {
  /* background: url(images/header.jpg) no-repeat;
  width: 770px;
  height: 169px; */
  background: url(images/header-new.JPG) no-repeat;
  width: 770px;
  height: 298px;
  }
  
#countdown1{ /*Example CSS to create LCD countdown look*/
color:#000;
font-weight: bold;
font-size: 22px;
font-family: Arial, Helvetica, sans-serif;
}

#countdown {
  padding: 270px 0 0 17px;
 }

  
/* #header-second {
  background: url(images/header2.jpg);
  width: 770px;
  height: 131px;
  } */ 
  
#nav li {
  float: left;
  height: 38px;
  list-style: none;
  overflow: hidden;
	}
  
#nav a {
  height: 38px;
  background: url(images/nav-bar.gif) no-repeat;
  margin: 1px 0 0 0;
  text-indent: -9999px;
  display: block;
  }
  
#button-home { width: 68px; }
#nav #button-home a { background-position: 0 0; }
#nav #button-home a:hover, body#home a#homenav { background-position: 0 -36px; height: 38px; }

#button-enter { width: 150px; }
#nav #button-enter a { background-position: -68px 0; }
#nav #button-enter a:hover, body#enter a#enternav { background-position: -68px -36px; height: 38px; }

#button-information { width: 138px; }
#nav #button-information a { background-position: -218px 0; }
#nav #button-information a:hover, body#information a#informationnav { background-position: -218px -36px; height: 38px; }

#button-results { width: 148px; }
#nav #button-results a { background-position: -356px 0; }
#nav #button-results a:hover, body#results a#resultsnav { background-position: -356px -36px; height: 38px; }

#button-photos { width: 141px; }
#nav #button-photos a {background-position: -504px 0;}
#nav #button-photos a:hover, body#photos a#photosnav { background-position: -504px -36px; height: 38px; }
  
#button-contact { width: 125px; }
#nav #button-contact a { background-position: -645px 0; }
#nav #button-contact a:hover, body#contact a#contactnav { background-position: -645px -36px; height: 38px; }

#main-content {
  background: #fff url(images/main-background.jpg) no-repeat top;
  float: left;
  width: 770px;
  display: inline;
  min-height: 200px;
  }
  
#main-padding {
  padding: 0 30px;
    }

#left {
  width: 48%;
  float: left;
  margin: 0 20px 0 0;
  }
  
#right {
  width: 48%;
  float: left;
  }
  
  
  
#footer {
  width: 770px;
  margin: 20px 0;
  float: left;
  display: inline;
  }
  
 #footer-padding {
 padding: 0 0 30px 0;
   }
  
/* #footer img {
  float: left;
  margin: 0 20px 20px 0;
  } */
  
#footer h2 {
  border-top: solid 1px;
  padding: 6px 0 0 10px;
  }

label {
  float: left;
  display: block;
  width: 160px;
  padding-left: 17px;
  }
  
input.small {
  width: 60px;
  }
  
label.required {
  background: url(images/asterisk.gif) no-repeat left 6px;
  padding-left: 16px;
  }
  
label.nofloat {
  float: none;
  width: auto;
  }
  
label.nofloat-required {
  background: url(images/asterisk.gif) no-repeat left 6px;
  padding-left: 16px;
  float: none;
  width: auto;
  }
  
input.nowidth-required {
  width: auto;
  background: url(images/asterisk.gif) no-repeat left center;
  padding-left: 16px;
  margin-left: 3px;
  margin-right: 4px;
  }

input.nowidth {
  width: auto;
  margin: 0 0 0 -5px;
  padding: 0;
  }
  
label.nowidth {
  width: auto;
  }
  
p.red {
  color: #c92119;
  font-weight: bold;
  }
  
span.radio {
  margin-right: 20px;
  }
  
textarea {
  width: 680px;
  height: 200px;
  font-family :Arial, Helvetica, sans-serif;
  font-size: 86%;
  }
  
span.look {
  font-size: 116%;
  font-weight: bold;
  color: #c92119;
  text-transform: uppercase;
  }
  
p.stop {
  background: url(images/stop.gif) no-repeat left center;
  padding-left: 50px;
  }
  
p.stop label {
  width: auto;
  }

