@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background: #282827;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

h2{
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 3px;
}

img{
	border: 0;
}



#clear {
	clear: both;
}
#container {
	margin-left: 50%;
	position: absolute;
	left: -512px;
	width: 1024px;
	background: 0px 231px repeat-x url(../images/contentBG.png);
	padding-bottom: 120px;
}
/* Header Layout  */

#header {
	height: 231px;
	background: top left no-repeat url(../images/header.jpg);
}
#logo {
	width: 605px;
	height: 85px;
	float: left;
	margin: 40px 0 0 40px;
}
/* Menu Layout  */

#menu {
	float: right;
	width: 480px;
	height: auto;
	margin: 28px 10px 0 0;
}
/* Body Layout  */

#content {
	min-height: 250px;
	padding: 0px 80px;
}
/*  Footer Layout  */

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 128px;
	background:  repeat-x top left url(../images/footerBG.png);
	padding-top: 0px;
}

#footerContent {
	background: #000;
	width: 100%;
	height: 108px;
	margin-top: 20px;	
}

#footerContent img{
	margin: 0 50px;	
}




/* Menu Items */

#menuItem {
	display: inline;
	padding: 0 12px;
	margin: 0;
}
/* Content Area */

#text {
	float: left;
	width: 450px;
	border-top: 1px dotted #999;
	padding-top: 0px;
	margin: 3px 40px 20px 0;
}

#image{
	position: inherit;
	bottom: 0;
	margin: 0 0 30px 30px;
	float: right;
}

.textLink{
	font-weight: bold;
	text-decoration: underline;
}



/*   RIDERS  */


#riderName{
	float: left;
	width: 130px;
	padding: 10px 10px 0 0;
	border-right: 1px dotted #666;
}

#riderImage{
	float: left;
	width: 280px;
	margin-left: 20px;
}

#riderDetails{
	float: left;
	width: 250px;
	height: 400px;
	font-size:12px;
}

#riderTitle, #riderTitle a{
	display: block;
	width: 150px;
	height: 35px;
	font-size: 16px;
	color: #999;
}

#riderNotes{
	float: right;
	width: 340px;	
}

.title{
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}

.notesList{
	margin-left: 20px;
	padding: 0;
}

li.notesList{
	margin: 2px 0;
	color: #999;
}

