html, body {
	margin: 0;
	padding: 0;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #666666;
}
#container {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	height: 550px;
	width: 760px;
	margin-right: auto;
	margin-left: -380px;
	position: relative;
	left: 50%;
	top: -275px;
}
#horizon {
	color: #FFFFFF;
	background-color: transparent;
	text-align: left;
	position: absolute;
	display: block;
	height: 1px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	left: 0px;
	top: 50%;
}
#navigation {
	height: 30px;
	width: 100%;
	background: #FFFFFF;
}
#header {
	height: 125px;
	width: 100%;
	background: url(images/ballinaBikersBanner.jpg);
}
#footer {
	height: 30px;
	width: 100%;
	background: #FFFFFF;
	position: relative;
}
#content {
	height: 345px;
	width: 720px;
	background: #FFFFFF;
	padding: 10px 20px;
	overflow: auto;
}
body {
	background-color: #CCCCCC;
	color: #666666;
}
.motto {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #f37712;
	padding-top: 8px;
}
#webbrowser {
	font-size: 8px;
	height: 15px;
	width: 150px;
	position: absolute;
	right: 10px;
	bottom: 5px;
}

h1 {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #F37712;
}
.photocaption {
	font-size: 10px;
	color: f37712;
}
.bodytext {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
