@charset "UTF-8";
/* CSS Document */

*{/* fixes spacing problems in IE */
	margin: 0;
	padding: 0;
}

h1 {
	font-size:48px;
	font-weight:normal;
	color:#999;
	line-height:0.8em;
	
	}
h2, h3 {
	font-size:36px;
	font-weight:normal;
	color:#999;
	line-height:1.0em;
	
	}

p {
	font-size:30px;
	font-weight:bold;
	color:#999;
	}
	
a { 
	color:#0099FF;
	text-decoration:none;
	}
a:hover {
	text-decoration:none;
	}
	
.red a {
color:#F33;
}
.red a:hover {
color:#F99;
}

.green a {
color:#3F3;
}
.green a:hover {
color:#9F9;
}

.blue a {
color:#33F;
}
.blue a:hover {
color:#99F;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #fff;
	background-color: #333333;
	background-image: url(../_img/bike4.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header { 
	padding: 0 10px 0 10px;  
}
.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 10px 20px 10px;
	background-repeat: no-repeat;
	background-position: 0px 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}
.oneColFixCtrHdr #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; 
	color:#999;
	font-size:12px;
}

