body {
	background: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}

body, div, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #fff;
	line-height: 20px;
}

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #c6ecfe;
	text-decoration: underline;	
}

a:hover {
	color: #a2e1ff;
}

#wrap {
	text-align: left;
	width: 1024px;
	min-height: 546px;
	background: url(../images/background-standard.png) no-repeat;
	margin: auto;
	padding: 0;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
}

#wrap-home {
	text-align: left;
	width: 1024px;
	min-height: 648px;
	background: url(../images/background-homepage.png) no-repeat;
	margin: auto;
	padding: 0;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
}

#navBar {
	position: absolute;
	margin: 160px 0 0 123px;
}

#pageTitle {
	position: absolute;
	margin: 250px 0 0 123px;
	text-align: left;
}

#navBar a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

#navBar a.selected {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #ffae7f;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

#navBar a:hover {
	color: #ff5f01;
	text-decoration: none;
}

#contentWrap {
	margin: auto;
	padding: 0 126px 0 126px;
	background: url(../images/background-content.gif) repeat-y;
	width: 772px;
	color: #fff;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
	text-align: left;
}

#contentWrap-home {
	margin: auto;
	padding: 0 126px 0 126px;
	background: url(../images/background-content.gif) repeat-y;
	width: 772px;
	color: #fff;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
	text-align: left;
}

div.clearBoth {
	clear: both;
}

#contentLeft {
	float: left;
	width: 440px;
	text-align: left;
}

#contentRight {
	float: right;
	width: 311px;
	text-align: left;
}

#contentMain {
	margin: -250px 0 0 0;
	width: 780px;
	color: #fff;
}

div.meetTheYBike {
	background: url(../images/large-blue-li.png) no-repeat;
	width: 281px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #a2e1ff;
	font-size: 14pt;
	font-weight: bold;
	padding: 0 0 0 30px;
	margin: 10px 0 10px 0;
}

div.meetTheYBike p {
	margin: 0;
	padding: 0;
	color: #afafaf;
	font-size: 9pt;
}

#footer {
	clear: both;
	margin: auto;
	margin-bottom: 0;
	padding: 22px 126px 0 118px;
	background: url(../images/background-footer.png) no-repeat;
	width: 780px;
	color: #fff;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
}

#footerLeft {
	text-align: left;
	float: left;
	width: 500px;
}

#footerRight {
	text-align: right;
	float: right;
	width: 200px;
}

#footerRight p, #footerLeft p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #797979;
}

#footerLeft a, #footerRight a {
	color: #ff5f01;
	text-decoration: none;
}

#footerLeft a:hover, #footerRight a:hover {
	color: #fff;
	text-decoration: underline;
}

h1 {
	color: #ff5f01; 
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif; 
	font-size: 20pt;
	margin: 0;
	padding: 0 0 5px 0;
	display: block;
	width: 700px;
	border-bottom: 4px dotted #626262;
}

h2 {
	color: #ffcc01; 
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif; 
	font-size: 14pt;
	margin: 0;
	padding: 0;
}

div.pdfFile {
	display: block;
	padding: 10px 0 10px 50px;
	background: url(../images/pdf.gif) no-repeat;
	margin: 0 0 5px 0;
	border: 1px solid #313431;
	text-align: left;
}

div.pdfFile:hover {
	border: 1px dotted #626262;
}

div.pdfFile a {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-weight: bold;
	display: block;
}

table.contactTable {
	width: 450px;
}

table.contactTable td strong, table.contactForm td strong {
	color: #01aaf9;
}

table.contactForm {
	width: 100%;
}

input.textBox, select.selectBox, textarea.textareaBox {
	width: 300px;
	color: #000;
	background: url(../images/contact-stripes.jpg) #fff;
	border: 1px solid #a6c8e7;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
}

input.textBox:hover, select.selectBox:hover, textarea.textareaBox:hover {
	border: 1px solid #ffcc43;
}

#quote {
	display: block;
	background: url(../images/quote.png) no-repeat;
	padding: 0 0 0 50px;
}

#quote p {
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: italic;
	color: #bfd1d8;
}

#quote span.author {
	font-family: "Georgia","Times New Roman", Times, serif;
	font-size: 8pt;
	color: #fff;
}