a {
	color: white;
	}
#menu {
	font-size: 1.75em;
	color: white;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: 20px;
	}
#title {
	font-size: 3em;
	font-weight: bold;
	color: white;
	margin: 0;
	position: absolute;
	}
#intro {
	background-color: #72765E;
	font-size: 1.75em;
	color: white;
	text-align: center;
	padding: 0;
	margin: 10px 0 0 0;
	}
#headline {
	margin: 0;
	padding: 5px 0 5px 0;
	}
#distance {
	background-image: url("../distance background.jpg");
	width: 475px;
	height: 120px;
	float: left;
	font-size: 1.5em;
	text-align: center;
	color: white;
	padding: 0 10px 0 10px;
	margin: 10px 10px 10px 0;
	}
#start {
	background-image: url("../start background.jpg");
	width: 495px;
	height: 120px;
	float: right;
	color: white;
	font-size: 1.5em;
	text-align: center;
	padding: 0;
	margin: 10px 0 10px 0;
	}
#start a {
	font-style: italic;
	}
#description {
	clear: both;
	background-color: #B59C75;
	font-size: 1.25em;
	text-align: justify;
	padding: 5px 20px 10px 20px;
	margin: 0 0 20px 0;
	}
#maparea {
	float: right;
	margin: 20px 0 10px 20px;
	}
#osmap {
	background-color: #72765E;
	color: white;
	text-align: justify;
	margin: 0 0 10px 0;
	padding: 5px;
	}
#routemap {
	overflow: auto;
	}
.options {
	font-size: 1.5em;
	border: 1px solid white;
	}
#enlarge {
	float: left;
	}
#print {
	float: right;
	}