body {
	padding: 0;
	margin: 0 auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 76.1%;
	background: white;
	width: 99.9%;
}

#nav {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	background: url("../img/thin_red_line2.png") repeat-x bottom;
	line-height: normal;
}
#nav ul {
	margin: 0;
	padding: 173px 10px 0;
	list-style: none;
}
#nav li {
	float: left;
	background: url("../img/tab_left_b2.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0px 9px;
}
#nav a {
	float: left;
	display: block;
	background: url("../img/tab_right_b2.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	font-size: 110%;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float: none;}
/* End IE5-Mac hack */

#nav a:hover {
	color: #FF6;
  }
#nav #current {
	background-image: url("../img/tab_left_r2.gif");
}
#nav #current a {
	background-image: url("../img/tab_right_r2.gif");
	color: #FFF;
	padding-bottom: 4px;
}
#nav #current a:hover {
	color: #FF9;
}
#header {
	width: 100%;
	height: 200px;
	margin-bottom: 30px;
}
#header-riders {
	width: 100%;
	height: 200px;
	background: white url( "../img/bg_riders.png" ) right no-repeat;
	background: white url( "../img/bg_drawing.gif" ) right no-repeat;
}
#header-logo {
	width: 100%;
	height: 200px;
	background: transparent url( "../img/logo.gif" ) no-repeat;
}
#badge {
  height: 150px;
  width: 150px;
  position: relative;
  top: 15px;
  left: 500px;
  background: transparent url( "../img/badge_new_music.gif" ) top center no-repeat;
}
#main {
	width: 99.5%;
	padding: 0px;
}
#content {
	margin: 0px 280px 20px 40px;
	text-align: justify;
	line-height: 1.4em;
}

#column {
	float: right;
	width: 220px;
	margin: 0px 15px 0px 0px;
	padding: 1em;
	border: 3px dotted #003399;
}
#column ul {
	padding-left: 0;
	margin-left: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0em;
	padding: 1em 0em .5em 0em;
}
h1 {
	font-size: 22pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	clear: left;
	font-size: 12pt;
	padding: .7em 0 1em .7em;
}
h4 {
	font-size: 10pt;
}
h5 {
	font-size: 8pt;
}
h6 {
	font-size: 11pt;
	text-align: center;
	margin-bottom: 1em;
}
p {
	margin: 0em;
	padding: 0em 1em 1em 1em;
}
dl {
	margin: 0;
  padding: 0;
}
dt {
	font-weight: bold;
  margin: 0;
  padding: 0;
}
dd {
  padding: 0 0 1em 1em;
  margin: 0;
}
#main a {
	color: #003399;
	text-decoration: underline;
	background: transparent;
}
#main a:hover {
	color: white;
	text-decoration: underline;
	background: #003399;
}

#footer {
	width: 100%;
	background: url("../img/thin_red_line2.png") top repeat-x;
}
#footer p {
	text-align: center;
	padding: 15px 2em 1em 2em;
	color: #666666;
	font-size: 90%;
}
#footer p img {
	margin: 0;
	padding: 1em 1em;
	vertical-align: middle;
}
#footer a {
	color: #003399;
	text-decoration: underline;
	background: transparent;
}
#footer a:hover {
	color: black;
	text-decoration: underline;
	background: white;
}
#map {
	border: 2px solid black;
	margin: 2em 1em 2em 1em;
}
#wrapper {
}

.smallcaps {
	font-variant: small-caps;
}

label {
	cursor: pointer;
}

#registerForm label {
	width: 50%;
	display: block;
	text-align: right;
	float: left;
	clear: left;
	line-height: 35px;
}
#registerForm fieldset {
	margin: 1em;
}
#registerForm .txtField, #registerForm .selNum {
	width: 45%;
	padding: 3px;
	display: block;
	float: right;
	clear: right;
	line-height: 35px;
}
#registerForm .chkBox {
	padding: 3px;
	display: block;
	float: left;
	clear: right;
	line-height: 35px;
}
#registerForm legend {
	padding: .5em 1em;
	font-size: 110%;
	font-weight: bold;
	border: 1px solid #999;
}



