@charset "utf-8";

h1, h2, h3, ul, img, li, body {
margin: 0;
padding: 0;
border: 0;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #45657e;
}
.cycling #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid 2e4353;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../cycling/images/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
} 
.cycling #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #6b95c2;
	background-image: url(../cycling/images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 
.cycling #sidebar1 h3, #mainContent h1, #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #385875;
}
.cycling #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.cycling #sidebar1 h3 {
	font-size: 130%;
	padding-top: 15px;
}
.cycling #sidebar1 p, #footer p {
	font-size: 80%;
}
.cycling #sidebar1 li {
	list-style-type: none;
	margin-bottom: 5px;
}
.cycling #sidebar1 a:link, #sidebar1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6F9ADB;
	background-image: url(../cycling/images/link_bg.jpg);
	background-repeat: repeat-y;
	display: block;
	padding: 5px;
	border: 1px solid #597daf;
}

.cycling #sidebar1 a:focus, #sidebar1 a:hover {
	background-color: #486783;
	background-image: url(../cycling/images/hover_bg.jpg);
	background-repeat: repeat-y;
}
.cycling #mainContent {
	margin: 0 0px 10 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 520px;
}	
.cycling #mainContent p, #sidebar1 p {
	line-height: 1.3;
	margin-top: 5px;
}
.cycling #mainContent h1 {
	font-size: 150%;
	padding-top: 15px;
	padding-bottom: 15px;
} 
.cycling #mainContent h2 {
	font-size: 140%
} 
.cycling #mainContent p {
	font-size: 80%;
}	
.cycling #mainContent ul li  {
	font-size: 0.9em;
	line-height: 2em;
}

.cycling #mainContent a {
	line-height: 80%;
}
.cycling #mainContent a:hover {
	background-color: #6b95c2;
	color: #fff;
	line-height: 1.1em;
}


.cycling #footer {
	padding: 0 10px 0 500px;
	background-color: #6f9cdd;
	background-image: url(../cycling/images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
} 
.cycling #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.cycling .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.cycling .fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.cycling .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
table#bikeShops {
	width: 85%;
	margin: 0px auto 30px;
	font: 0.9em Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
table#bikeShops th {
	text-align: left;
	padding-left: 10px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
	background-color: #547DAB;
}

table#bikeShops td {
	line-height: 20px;
	padding-left: 10px;
	text-align: left;
}
table#bikeShops caption {
	font: 1.8em "Comic Sans MS", cursive;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #CCC;
}





.cycling #mainContent table {

}

.cycling #mainContent table a {
	line-height: 1.5em;
}

.cycling #mainContent ul {
	margin-left: 30px;
}

#mainContent h3 {
	padding-top: 10px;
	padding-bottom: 5px;
}

#mainContent h2 {
	padding-top: 5px;
	padding-bottom: 5px;
}
