body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Trebuchet MS, Helvetica, sans-serif, Georgia, Arial;
} 
body {
	background: #333;
}
#header-wrapper {
}
#header {
	margin: 0 auto;
	height: 193px;
	text-align: center;
	background: #000 url(../template/img/bg-header.jpg) repeat-x;
}
#wrapper {
	width: 976px;
	margin: 20px auto 0 auto;
}
#left-nav {
	float: left;
	width: 149px;
	text-align: right;
}
#left-nav ul {	
	list-style: none;
	margin: 0 0 40px 0;
}
#left-nav li p, #left-nav li a, #left-nav li a:hover {
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Helvetica, Arial;
}
#left-nav li p {
	color: #000;
	background: #d3d3d3;
	font-size: 12px;
	margin: 0 0 20px 0;
	padding: 2px 10px 1px 0;
	width: 139px;
}
#left-nav li a, #left-nav li a:hover {
	margin: 9px 0 0 0;
	padding: 0 8px 0 0;
	width: 133px;
	height: 24px;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
}
#left-nav li a {
	border-right: 8px solid #00a9ec;
}
#left-nav li a:hover {
	border-right: 8px solid #75cfea;
}
#left-nav li a.red{
	border-right: 8px solid #cc0000;
}
#content {
	width: 618px;
	min-height: 600px;
	margin: 0 0 20px 15px;
	padding: 40px 15px 20px 15px;
	float: left;
	background: #fff url(../template/img/bg-content.jpg) no-repeat top;
}
#content h1 {
	color: #000;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}
#content h1 span {
	color: #cc0000;
	font-size: 32px;
	font-weight: bold;
}
#content p, #content li {
	color: #333;
	margin: 0 0 8px 0;
	font-size: 13px;
	line-height: 20px;
}
#content a { 
	color: #00a9ec;
    text-decoration: none;
}
#content a:hover { 
	color: #75cfea;
    text-decoration: none;
}
#content embed, #content object { 
	margin: 20px 0 0 0;
}
#content table {
	width: 433px;
	text-align: left;
	margin: 10px 0;
}
#content td, #content th {
	padding: 7px;
	border: 1px solid #ccc;
	font-size: 13px;
}
#content th {
	background: #eee;
}
#left-col {
	width: 170px;
	float: left;
}
#left-col img {
	margin: 15px 0 0 0;
}
#right-col {
	width: 433px;
	float: left;
	margin: 70px 0 0 15px;
}
#flash {
	margin: 70px 0 0 0;
}
#right-nav {
	float: right;
	width: 149px;
}
#right-nav ul {	
	list-style: none;
	margin: 0 0 40px 0;
}
#right-nav li p, #right-nav li a, #right-nav li a:hover {
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Helvetica, Arial;
}
#right-nav li p {
	color: #000;
	background: #d3d3d3;
	font-size: 12px;
	margin: 0 0 20px 0;
	padding: 2px 0 1px 10px;
	width: 139px;
}
#right-nav li a, #right-nav li a:hover {
	margin: 10px 0 0 0;
	padding: 0 0 0 8px;
	width: 133px;
	height: 24px;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
}
#right-nav li a {
	border-left: 8px solid #00a9ec;
}
#right-nav li a:hover {
	border-left: 8px solid #75cfea;
}
#right-nav li.freeride a, #right-nav li.freeride a:hover, #right-nav li.dirt-jump a, #right-nav li.dirt-jump a:hover, #right-nav li.northshore a, #right-nav li.northshore a:hover {
	width: 121px;
	height: 14px;
	padding: 90px 0 0 20px;
	margin: 20px 0 0 0;
}	
#right-nav li.freeride a {
	background: url(../template/img/bg-freeride.jpg) no-repeat 20px 0;
}
#right-nav li.freeride a:hover {
	background: url(../template/img/bg-freeride.jpg) no-repeat 20px -200px;
}
#right-nav li.dirt-jump a {
	background: url(../template/img/bg-dirt-jump.jpg) no-repeat 20px 0;
	border-left: 8px solid #F7931E;
}
#right-nav li.dirt-jump a:hover {
	background: url(../template/img/bg-dirt-jump.jpg) no-repeat 20px -200px;
	border-left: 8px solid #FFCD67;
}
#right-nav li.northshore a {
	background: url(../template/img/bg-northshore.jpg) no-repeat 20px 0;
	border-left: 8px solid #e3eb00;
}
#right-nav li.northshore a:hover {
	background: url(../template/img/bg-northshore.jpg) no-repeat 20px -200px;
	border-left: 8px solid #eaeb76;
}
#footer-wrapper {
	clear: both;
}
#footer {
	margin: 20px auto 0 auto;
	width: 976px;
	height: 60px;
	font-size: 11px;
	text-align: center;
}
#footer p {
  	color: #777;
	line-height: 18px;
}
#footer a {
  	color: #999;
	text-decoration: none;
}
#footer a:hover {
  	color: #75cfea;
	text-decoration: none;
}
.align-center {
	text-align: center;
}
.floatleft {
	float: left;
	margin: 0 20px 0 0;
}
.cyan {
	color: #00a9ec;
}
.magenta {
	color: #e4007b;
}
.yellow {
	color: #e3eb00;
}
.red {
	color: #cc0000;
}
.orange {
	color: #FF9900;
}