@charset "utf-8";
body {
	background-image: url(../images/biketracks.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
}
#container{
	width: 900px;
	margin-top: 20px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header{
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
	padding-top: 24px;
}
#logo{
	background-image:url(../images/logonew.gif);
	background-repeat:no-repeat;
	width: 600px;
	height: 76px;
	float: left;
}	
#logo h1, #telephone p, #banner h1, #banner p{
	text-indent: -90000em;
}
#telephone{
	float: right;
	width: 200px;
	height: 76px;
	background-image:url(../images/telephone.gif);
}
#nav{
	width: 212px;
	background-image:url(../images/content_container_bg.gif);	
	background-repeat:no-repeat;
	background-color: #ffffff;
	padding: 25px;
	float: left;
	border-left: solid 1px #cccccc;
}
#nav_top{
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	width: 900px;
	height: 34px;
	margin-left: 0px;
	float: left;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 197px;
}
#nav ul li{
	width: 197px;
	line-height: 35px;
	border-bottom: solid 1px #cccccc;
}
#nav ul li a{
	color: #FFFFFF;
	width: 197px;
	display: block;
	text-decoration: none;
}
#nav ul li a:hover{
	text-decoration: underline;
}
#banner{
	width: 900px;
	float: left;
	background-repeat:no-repeat;
	height: 215px;
}
#newbanner{
	width: 650px;
	float: left;
	background-image:url(../images/newbanner.jpg);
	margin-top: 5px;
	background-repeat:no-repeat;
	background-position:top left;
	height: 215px;
}
#newbanner12{
	width: 650px;
	float: left;
	margin-top: 5px;
	background-repeat:no-repeat;
	background-position:top left;
	height: 215px;
}
#form{
	width: 250px;
	float: right;
	margin-top: 5px;
	background-repeat:no-repeat;
	height: 215px;
}
#content{
	width: 599px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-x;
	border-left: solid 1px #FFFFFF;
	float: left;
	padding: 18px;
	padding-top: 26px;
	border-right: solid 1px #cccccc;
  min-height: 1094px;
}
#content1{
	width: 599px;
}
.clear{
	clear: both;
}
#footer{
	background-image:url(../images/footerbg.gif);
	background-color: #ffffff;
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-right: 5px;
	width: 890px;
	height: 64px;
}
#footer a{
	color: #FFFFFF;
}
#copyright{
	float: left;
	padding: 26px;
}
#credit{
	float: right;
	padding: 26px;
}
#credit a{
	color: #6699cc;
	text-decoration: none;
}
#credit a:hover{
	text-decoration: underline;
}
#content_container{
	width: 900px;
	height: 250px;
	margin:auto;
	}
#footer_bottom{
	clear: both;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	height: 24px;
}
h1 {
font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #000000;
}
h2 {
font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:150%;
	color: #000000;
}
a:hover {
text-decoration: underline;
}


