body {
	background: white;
	font-family: verdana, arial, sans-sarif;
	font-size: 1.0em;
}

#page {
	width: 606px;
	position: relative;
	left: 75px;
}

#header {
	width: 606px;
	height: 124px;
	background-image: url('images/pickup.jpg');
	border: 2px solid #222;
	text-align: center;
}
#header h1 {
	color: white;
	font-size: 1.4em;
	text-align: center;
	padding: 0px;
	margin: 0px;
	padding-top: 50px;
}
#content {
	width: 596px;
	position: relative;
	left: 5px;
	background: white;
	font-size: 0.9em;
}

a:link {
	color: #A44;
	text-decoration: none;
}

a:visited {
	color: #933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

