@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.2 Verdana, Arial, Helvetica, sans-serif;
	background: #222222;
	background-image:url('../images/backgroundstripe.gif');
	background-attachment:fixed;	
	background-position:10px 200px;
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	color:#008;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	background: #f7db00;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
.header {
	background: #ADB96E;
	height: 240px;
}

/* Hide/show the mailing list box */
.mailinglistbox {
	visibility:hidden;
}

/* ~~ These are the columns for the layout. ~~ */
.sidebar1 {
	float: left;
	width: 180px;
	background: #f7db00;
	font-size:small;
	color:#000;
	padding: 5px 0;
}
.buttonpanel {
	background: #252a38;
	background: #f7db00;
	padding-top:5px;
	padding-bottom: 5px;
}
.content {
	padding: 10px 0;
	width: 600px;
	background: #FFFFFF;
	float: left;
}
.sidebar2 {
	float: left;
	width: 180px;
	background: #f7db00;
	font-size:small;
	color:#000;
	padding: 5px 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* ~~ The footer styles ~~ */
.footer {
	color: #FFF;
	padding: 0px 0;
	background: #f7db00;
	text-align:center;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ The footer styles ~~ */
.sponsor_footer {
	padding: 10px 10px;
	background: #f7db00;
	text-align:center;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.ms_quotes { /* Display of motorsports quotes */
  font-size:small;
}
.cust_comment { /* Display of customer comments */
  font-size:small;
}
.figure_caption {font-size:small}

.image01 {
	border-width:thin;
	border-style:solid;
}
.swag_left_img {
	margin-left:20px;	
	margin-top:0px;
}
.swag_right_img {
	margin-left:275px;	
	margin-top:-100px;
	z-index:1;
}
