﻿@import url("layout.css");
#counter {
	border: 0px none #FFFFFF;
	float: left;
	width: 139px;
	height: 1em;
	position: relative;
}
.img_left {
 margin-right: 5px;
 margin-bottom: 5px;
 float: left;
}
body {
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-size: small;
	background-image: url('../images/LOGOS/DBTC_Logos/Logo_BikeOnDBTC_Fade.png');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
 width: 950px;
 margin: 0 auto;
 padding: 10px;
 border-right: 2px solid #725972;
 border-bottom: 2px solid #725972;
 border-left: 2px solid #725972;
 background-color: #fff;
}
#masthead {
 text-align: center;
 width: auto;
 padding: 10px;
 border: 1px dotted #725972;
 background-repeat: repeat;
 background-attachment: scroll;
 background-color: #000000;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	top: 0px;
	left: 0px;
}
#content {
 float: left;
 width: 800px;
 margin-top: 10px;
 margin-bottom: 10px;
 margin-left: 10px;
}
#footer {
 text-align: center;
 clear: both;
 width: 770px;
 border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
 color: #003399;
 text-decoration: none;
 display: block;
 padding: 5px;
 border-bottom: 1px dotted #fff;
 background-color: #9999FF;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1 {
	color: #503750;
}
/*
#content img {
 padding: 5px;
 border: 0px solid #402640;
 float: left;
 vertical-align: top;
 height: 181px;
 width: 215px;
}
*/
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
 color: #0066CC;
 text-decoration: underline;
}
