html, body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFD600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}

#wrapper {
	width: 100%;
	margin: auto;
	position: absolute;
}

#master {
	width: 966px;
	position:relative;
	background-image: url(../images/components/bike-ride-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 0;
	background-color: #030303;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header {
	position: relative;
	z-index: 1;
	height: 223px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#logo {
	position: absolute;
	z-index: 1;
	height: 83px;
	width: 310px;
	left: 25px;
	top: 83px;
}
#pagetitle {
	font-family: Tahoma, Arial;
	font-size: 30px;
	color: #FFFFFF;
	position: absolute;
	z-index: 1;
	height: 33px;
	width: 546px;
	left: 363px;
	top: 110px;
}
#banner {
	border: 1px solid #FFFFFF;
	position: absolute;
	z-index: 1;
	height: 53px;
	width: 912px;
	left: 25px;
	top: 15px;
	background-color: #FFD600;
	font-family: Tahoma, Arial;
	font-size: 30px;
	line-height: 53px;
	color: #000000;
}
#mainmenu {
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #FFD600;
	position: absolute;
	z-index: 1;
	width: 966px;
	top: 191px;
	left: 0px;
}
#mainmenu a:link { text-decoration: none; color: #FFD600; }
#mainmenu a:visited { text-decoration: none; color: #FFD600; }
#mainmenu a:active { text-decoration: none; color: #FFD600; }
#mainmenu a:hover { text-decoration: underline; color: #FFD600;}

#contentarea {
	position: relative;
	z-index: 1;
	width: 850px;
	left: 0px;
	top: 0px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contentarea a:link { text-decoration: none; color: #999999; }
#contentarea a:visited { text-decoration: none; color: #999999; }
#contentarea a:active { text-decoration: none; color: #999999; }
#contentarea a:hover { text-decoration: underline; color: #999999;}

#midpics {
	height: 600px;
	width: 100%;
	position: relative;
}
#midpics img {
	margin: 15px;
}

#learner {
	background-image: url(../images/mid-pics/Learner.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 2;
	height: 85px;
	width: 85px;
	left: 440px;
	top: 255px;
}

#footer {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #ffd600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 35px;
}
#footer a:link { text-decoration: none; color: #FFD600; }
#footer a:visited { text-decoration: none; color: #FFD600; }
#footer a:active { text-decoration: none; color: #FFD600; }
#footer a:hover { text-decoration: underline; color: #FFD600;}
