body
{
	margin: 0;
	padding: 0;
	background: #2E2E2E;
	font-family: georgia, verdana, tahoma, times new roman;
}

a
{
	text-decoration: none;
	color: #F90;
}

a:hover
{
	text-decoration: none;
	color: #FFC671;
}

#outercontainer
{
	margin: 0 auto;
	width: 800px;
	background: #2E2E2E url('oc-background.jpg') repeat-y;
}

#container
{
	margin: 0 auto;
	width: 760px;
	background: #FFF;
}

#header
{
	width: auto;
	height: 100px;
	background: #FFF url('rider.jpg') repeat-x;
}

#menu
{
	width: auto;
	height: 50px;
	background: #000 url('footer-background.jpg') repeat-x;
}

#menu h1
{
	margin: 0;
	padding: 0;
	font-size: 200%;
	font-weight: normal;
	color: #F90;
	font-family: georgia, verdana, tahoma, times new roman;
}

#maincontent
{
	width: auto;
	background: #FFF url('maincontent-background.jpg') repeat-x;
	padding: 25px;
	font-size: 85%;
	margin-right: 200px;
	margin-left: 200px;
	line-height: 150%;
}

#maincontent p
{
	margin: 0;
	padding: 0 0 10px 0;
}

#maincontent h1
{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	font-size: 125%;
	color: #000;
	font-family: georgia, verdana, tahoma, times new roman;
}

#maincontentleft
{
	float: left;
	width: 160px;
	padding: 25px;
	background: #FFF url('maincontent-background.jpg') repeat-x;
	line-height: 150%;
	color: #666;
}

#maincontentright
{
	float: right;
	width: 160px;
	padding: 25px;
	background: #FFF url('maincontent-background.jpg') repeat-x;
	line-height: 150%;
	color: #666;
}


#footer
{
	clear: both;
	width: auto;
	font-size: 80%;
	background: #111 url('footer-background.jpg') repeat-x;
	color: #888;
	font-family: georgia, verdana, tahoma, times new roman;
	font-spacing: -2px;
}



#footerleft
{
	float: left;
	width: 350px;
}

#footerright
{
	float: right;
	width: 350px;
}

#bottom
{
	clear: both;
	width: auto;
	text-align: right;
	padding: 15px 10px
}