a.small {
	font-size: 80%;
	font-weight: normal;
}

body {
	background: url(../images/background.gif) #8498A4 repeat;
	font-family: sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

h2 {
	color: #196349;
	font-size: 140%;
	margin: 1.5em 0;
	padding: 0;
}

h3 {
	color: #622419;
	font-size: 120%;
	margin: 0.5em 0;
	padding: 0;
}

#content {
	margin: 0 auto 0 auto;
	padding: 0 20px;
	width: 700px;
}

#footer {
	background: url(../images/footer-bg.gif) no-repeat;
	color: #C0C0C0;
	font-size: 80%;
	height: 40px;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 770px;
}

#header h1 {
	background: url(../images/header.jpg) no-repeat;
	height: 200px;
	margin: 0;
	padding: 0;
	width: 770px;
}

#header h1 span {
	display: none;
}

#nav {
	background: url(../images/nav-bg.gif) repeat-x;
	height: 35px;
	margin: 0 auto 0 auto;
	width: 750px;
}

#nav li {
	display: inline;
}

#nav li a, #nav li a:visited {
	background: url(../images/nav-bg.gif) repeat-x;
	border-right: 1px dotted #000000;
	color: #000000;
	display: block;
	float: left;
	font-size: 110%;
	font-weight: bold;
	padding: 9px 19px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover, #nav li a.active, #nav li a.active:visited {
	background: url(../images/nav-bg-hover.gif) repeat-x;
}

#nav li.last a, #nav li.last a:visited {
	border-right: 0;
	padding-right: 20px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav2 {
	background: url(../images/nav-bottom.gif) repeat-x;
	height: 5px;
	width: 770px;
}

#page {
	background: url(../images/page-background.gif) repeat-y;
	font-size: 0.8em;
	margin: 0 auto 0 auto;
	width: 770px;
}

table.bikes {
	clear: right;
}

table.bikes td {
	font-size: 220%;
	color: #5d3a71;
	font-weight: bold;
	padding: 10px;
}

table.bikes th {
	background: #8498A4;
	font-size: 140%;
	text-align: center;
	color: White;
	padding: 5px;
}

table.photos td {
	text-align: center;
	padding: 10px;
}

table.photos img {
	border: 1px solid black;
}