body {
	background-image: url(../images/top.jpg);
	background-position:top; 
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Baskerville Old Face";
	font-size:12px;
	color:#ccc;
	text-align:justify;
	background-color:#333;
	line-height:1.4em;
	margin:0px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1139px;
}
#superwrapper { 
	margin:0px; 
	width:100%; 
	background-position:bottom; 
}
p{	text-align:justify;
}
/*-------------------------------------------------------------------------------------------------------TOP NAVIGATION-------------------------------------------------------------------------------------------------------*/


#navigation {
	margin:0px;
	height:20px;
	width: 720px;
	margin-right:73px;
	margin-top:8px;
	float:right;
	z-index:100;
	font-size:11px;

}
ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 760px;
	list-style: none;
	position: relative;
	font-size: 1.2em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555;
}
ul#topnav li a {
	padding: 8.7px 5px;
	display: block;
	font-size:11px;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #d71920; }
ul#topnav li span {
	float: left;
	padding: 8px 0;
	position: absolute;
	left: 0px; top:33px;
	display: none;
	width: 705px;
	background: #d71920;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}
/*-------------------------------------------------------------------------------------------------------TOP NAVIGATION-------------------------------------------------------------------------------------------------------*/

#contentblock{
	float:left;
	width:1139px;
	min-height:187px;
	margin-top:309px;
	background-image:url(../images/background.jpg)

}


/*-------------------------------------------------------------------------------------------------------FOOTER-------------------------------------------------------------------------------------------------------*/

#footer {
	background:url(../images/footer.png) repeat-x;
	clear: both;
	height:83px;
	background-position:bottom; 
	background-repeat:no-repeat;
}
p:footer {
	margin: 0px 0px 0px 0px;

}






#header {
	margin:0px;
	height:299px;
	width: 960px;
	background: url(../images/bikefin-header.jpg);
	background-repeat:no-repeat;
}
#header1 {
	margin:0px;
	height:454px;
	width: 920px;
	background: url(../images/image2.jpg);
	background-repeat:no-repeat;
	margin-left:-1px;
}


#container {
	margin: 0px auto;
	width: 925px;
	background: url(../images/content.jpg);
	background-repeat:no-repeat;
	height:353px;
	background-color:#FFFFFF;
}




h1 {
	color: #fff;
	font-size: 23px;
	border-bottom: 1px solid #333;
	vertical-align:bottom;
	padding-bottom: 10px;
	font-weight: bold;
	margin-top:0px;
	padding-top: 0px;
	margin-bottom:0px;
}
h2 {
	color: #D41C1E;
	font-size: 12px;
	margin-bottom:0px;
	text-transform:uppercase;
}
a{ 
	color: #666;
	text-decoration:none; 
}
a:hover { 
	color: #B3030E;
	text-decoration:none;
}


p {
	margin: 0px 0px 12px 0px;

}
.white {
	color: #FFFFFF
}

ul {
	margin-left: 0; 
	padding-left: 0;
}
.points2 {
	border-right:1px dotted #808080;
	border-bottom:1px dotted #808080;
	padding: 5px;
}


