body {
	margin: 0px;
	background-color: white;
}
img {
	border: 0px;
}
h1 {
	font: 16pt Arial, sans-serif;
	color: #84258B;
}

h2 {
	font: 14pt Arial, sans-serif;
	color: #84258B;
}

#header	{
	height:253px;
	width: 100%;
}

#footer	{
	clear: both;
	width: 1000px;
}

#content {
	width: 1000px;
}
#content-left {
	float: left;
	width: 297px;
}
#content-centre {
	margin-left: 297px;
	margin-right: 128px;
	width: 575px;
}
#content-right {
	float: right;
	width: 128px;
	margin-left: 872px;
}

#navbar {
	position: absolute;
	left: 297px;
	text-align: center;	background: url("/images/cyclist-banner.jpg") no-repeat 0 0;
	height: 253px;
	width: 575px;
}
#navbar-links {
	position: absolute;
	background-color: #080;
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	bottom: 0px;
}
#navbar-links a {
	font: 10pt Arial, sans-serif;
	color: white;
	text-decoration: none;
	margin: 1%;
	white-space: nowrap;
}	

#navbar-links a:hover {
	text-decoration: underline;
}
#big-wheel-of-kent-logo	{float: left;}
#register {
	position: absolute;
	left: 872px;
}

#rides-navigation {
	font: 10pt Arial, sans-serif;
}

#rides-navigation a {
	text-decoration: none;
	white-space: nowrap;
}

#rides-navigation a:hover {
	text-decoration: underline;
}

#rides-navigation .selected {
	font-weight: bold;
}