body {
	font-family:Arial;
	font-size: medium;
	color: #000066;
}
.bike
{
}
.bikepicture
{
	height: 165px;
	width:228px;
	padding-bottom:20px;
}
.bikerighttext {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-right: 250px;
}
.bikelefttext {
	text-align: left;
	margin-left: 250px;
	padding-bottom: 50px;
	padding-top: 10px;
}
.bikebothtext {
	padding-bottom: 30px;
	margin-left: 250px;
	margin-right: 250px;
	padding-top: 10px;
}
.repairtext {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-right: 250px;
}
.paragraphheader{
	font-size: x-large;
	font-weight: bold;
	margin: 0px 0px 30px 0px;
}
#header {
	height: 180px;
	width: 1800px;
	background-color:#2b0bc4;
}
#menu {
	height: 78px;
	width: 1800px;
	background-color:#2b0bc4;
}
#wrapper {
	width: 100%;
	float: left;
}
#adbanner {
	height: 900px;
	width: 150px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image:url(images/adbanner.gif);
	background-repeat:no-repeat;
}
#content {
	margin: 10px 10px 20px 180px;
}
#pageheader{
	text-align:center;
	font-size: xx-large;
	font-weight: bold;
	margin: 0px 0px 30px 0px;
	padding-top: 50px;
}
#map {
	width: 800px;
	height: 500px;
}
#mapwrapper {
	width: 1600px;
	float: left;
}
#footer{
	font-size: small;
	float: left;
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	padding: 10px 10px 10px 10px;
	background-position: center;
}

