﻿/*Stylesheet for High Desert Bikers For Christ*/

body {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	line-height: 1.3em;
	background-color: black;
}
a {
	color: blue;
}
a:visited {
	color: blue;
}
#wrapper {
	width: 900px;
	margin: 10px auto;
	border: 1px solid #ccc;
	background: white;
}
#leftcolumn {
	float: left;
	background-image: url('../images/bfclargelogo.gif');
	background-position: center top;
	background-repeat: no-repeat;
	width: 200px;
	padding: 300px 5px 5px;
	text-align: center;
}
#header {
	margin:  0px 0px 0px 220px;
	width: 640px;
	padding: 5px 5px 10px 0px;
}
#header h1 {
margin: 10px 0;
}
#navbar {
	height: 15px;
	width: 640px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-left: 230px;
	padding: 8px 10px 8px 5px;
	text-align: right;
}
#maincontent {
	margin-left: 230px;
	width: 640px;
	padding: 10px;
	text-align: left;
}
#footer {
	text-align:center;
	font: 11px arial;
	color: #ffffff;
}
#footer a {
	color:red;
}