body {
	font-family: sans-serif;
	background-color: white;
	margin: 0;
	width: 100%;
}

ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

li {
	margin: 0;
}

p {
	border-style: none;
	padding: 1em;
}

img {
	margin: 0;
	border-style: none;
}

#header {
	background: url(images/HeaderBackGround.gif);
	height: 150px;
	width: 500%;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#menu {
	background: url(images/MenuBackGround.gif);
	width: 200px;
	margin: 0;
	position: absolute;
	height: 100%;
	top: 150px;
	left: 0;
	z-index: 1;
}

@media screen {
	body>div#header {
		position: fixed;
	}
	
	body>div#menu{
		position: fixed;
	}
	
	body>div#popup {
		position: fixed;
	}
}

* html body{
	overflow: hidden;
}

* html div#content{
	height: 100%;
	width: 100%;
	overflow: auto;
}

#content {
	position: absolute;
	z-index: 0;
	border-style: none;
	padding: 160px 1em 1em 210px;
	margin: 0;
	text-align: left;
	top: 0;
	left: 0;
	display: inline-block;
}

#road {
	float: left;
	text-align: center;
	width: 390px;
	display: inline;
}

#mountain {
	float: right;
	text-align: center;
	width: 390px;
	display: inline;
}

#members {
	clear: both;
	padding-top: 1em;
	margin: 0;
}

#image {
	right: 0;
	float: right;
	padding: 1em;
}

#bio {
	float: left;
	padding-right: 1em;
	height: 150px;
	width: 150px;
}

#spacer {
	width: 150px;
	margin-bottom: 150px;
}

#sponsor {
	border-style: none;
	text-align: center;
	font-size: 24pt;
	margin: 0;
	padding: 1em;
}

#popup {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 2;
	text-align: center;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/popupbackground.png');
}

#popup[class] {
	background-image: url(images/popupbackground.png)
}

#popuppic {
	position: relative;
	top: 0;
}

#thumb {
	padding-bottom: 2px;
}

#alingment{
	text-align: center;
}

#message {
	text-align: left;
}

#frontpage {
	font-size: 16pt;
	list-style-type: disc;
	margin-left: 1em;
	text-align: left;
	padding-bottom: 120px;
}

#sponsorthumbs {
	text-align: center;
}

#fp {
	width: 100%;
	text-align: center;
}

#tickets {
	font-size: 16pt;
}

#ticketsfp {
	font-size: 9pt;
	padding-top: 2em;
	padding-left: 20%;
	padding-right: 20%;
	padding-bottom: 2em;
}

#rd {
	color: red;
	padding-bottom: 1em;
}

#mb {
	color: blue;
	padding-bottom: 1em;
}

#cx {
	color: green;
	padding-bottom: 1em;
}

#tr {
	color: orange;
	padding-bottom: 1em;
}

#race {
	border-collapse: collapse;
	border: solid black 2px;
	padding: .25em;
}

#day {
	width: 10%;
	border: solid black 2px;
	vertical-align: top;
}

#today {
	width: 10%;
	background-color: lightgrey;
	border: solid black 2px;
	vertical-align: top;
}

#blank {
	padding-bottom: 140px;
}
