/*********************/
/* BASIC */
/*********************/

body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
    font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-image: url("http://www.wisconsinmotorcycling.com/back.jpg");

}

h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}

#disclaimer {
 padding: 8px;
	}
	
#story2 {
	padding: 15px;
	}
	
.mnborder {
  border: solid 1px #000;
}

/*********************/
/* MAIN */
/*********************/
h1 {
	color: #194CA4;
	margin-top: 0px;
	font-size: 25px;

}
.section {
	display: inline;
	color: #999999;
	font-weight: normal;
}

.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}
img.floatRight {
	border: 2px solid #000000;
}

p {
	color: #666666;
	font-size: 16px;
}

h2 {
	color: #194CA4;
	font-size: 20px;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 10px;
	background:  url(http://www.wisconsinmotorcycling.com/bg_h2.gif) repeat-x left bottom;
/*	background:  url(http://www.wisconsinmotorcycling.com/bg_h2.gif) repeat-x left bottom;
}

h3 {
	color: #194CA4;
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	background:  url(http://www.wisconsinmotorcycling.com/bg_h2.gif) repeat-x left bottom;
}

.small {
	color: #000000 !important;
	font-size: xx-small !important;
}

.plntxt {
	color: #666666;
	font-size: 13px;
	line-height: 110%;
}

.link {
	color: #666666;
	font-size: 14px;
	line-height: 120%;
}


/*********************/
/* FOOTER */
/*********************/


#footer {
	font-size: 9px;
	margin-top: 10px;
	border-top: 1px dashed #666666;
	padding: 5px 0 0 5px;

}
iframe {
  border: solid 1px #000;
}