@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(icycle_images/bg.gif);
	background-repeat: repeat;
}
#container  {
	width: 1024px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header  {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-top: 40px;
	height: 32px;
	padding: 0;
}
#mainContent  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#footer  {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#info {
	background-image: url(icycle_images/Icycle-09-info.png);
	background-repeat: no-repeat;
	height: 786px;
	margin:-624px 0 0;
	position:relative;
z-index:50;
}
#directions {
	background-image: url(icycle_images/Icycle-09-directions.png);
	background-repeat: no-repeat;
	height: 786px;
}
#results {
	background-repeat: no-repeat;
	height: 786px;
	background-image: url(icycle_images/Icycle-09-results.png);
}
#contacts {
	background-image: url(icycle_images/Icycle-09-contacts.png);
	background-repeat: no-repeat;
	height: 786px;
}
#xc {
	background-image: url(icycle_images/Icycle-09-xc.png);
	background-repeat: no-repeat;
	height: 786px;
}
#dh {
	background-image: url(icycle_images/Icycle-09-DH.png);
	background-repeat: no-repeat;
	height: 786px;
}
#home {
	background-image: url(icycle_images/Icycle-2010-Homerev3.png);
	background-repeat: no-repeat;
	height: 786px;
}
#sponsors {
	background-image: url(icycle_images/Icycle-2010-SponsorPage%20copy.png);
	background-repeat: no-repeat;
	height: 786px;
}
#text {
	float: right;

	width: 410px;
	padding: 20px;
	margin-top: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#info_cont {
	float: right;
	width: 410px;
	padding: 20px;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#btm_text {
	clear: right;
	float: left;
	width: 520px;
	padding: 20px;
	text-align: center;
}
#results_scroll {
	width: 450px;
	float: right;
	height: 600px;
	overflow: scroll;
	margin-top: 150px;
}
#racemain {
	float: right;
	width: 450px;
	margin-top: 160px;
}
#resultsmain {
	float: right;
	width: 400px;
	margin-top: 180px;
}
#vid {
height:224px;
margin:400px 0 0 83px;
width:400px;
position:relative;
z-index:60;
}
