body {
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
}

#container {
	width: 900px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

#content {
	width: 850px;
	background-color: #FFF;
}

#content2 {
	width: 566px;
	height: 720px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -360px;
	margin-left: -283px;
	
	background-color: #FFF;
}

#rider{
	background-color: #FFF;
	width: 800px;
	margin-top: -25px;
}

#footer{

	
}

#riderinfo{
	float: right;
	width: 375px;
}

#main-nav {
	width: 850px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 200px;
	margin-right: auto;
	background-color: #FFF;
	padding-top: 10px;
}
#textblock {
	float: left;
	width: 200px;
	padding-top: 40px;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-variant: small-caps;
	line-height: 0px;
	
}

a {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #007D3F;
	text-decoration: none;
}

a:hover {
	color: #00A250;
	text-decoration: none;
}

