@charset "utf-8";
/* CSS Document */

background {
	background-color: #000;
}
.imagesright {
	margin: 8px;
	float: right;
	text-align: left;
}
.imagesleft {
	margin: 8px;
	float: left;
}
.main links {
	color:#9C0
}
a:link, a:visited {
	color:#09F;
}
a:hover {
	color:#0FF;
	font-weight: bold;
}
.font2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #CCC;
}
.font {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
.color {
	color: #999;
}
.homepage-text {
	color: #FFF;
	margin-left: 5px;
}
.float-right {
	float: right;
}
.float-left {
	float:left;
	color: #00C;
}
.bg-image-header {
	background-image: url(../Images/bike-header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.thin-borders {
	border-width:thin;
	color:#666;
}
