body {
	background-color: #ccf;
	color: #000;
	font-family: Verdana, serif;
}

#content {
	margin-left: 14em;
}

#menu {
	position: absolute;
	left: 1em;
	width: 12em;
	text-align: center;
	font-family: Arial, serif;
	background-color: #fff;
	padding-top: 5px;
	border-style: solid;
	border-width: 3px;
	border-color: #669 #003 #003 #669;
}

#menu a {
	display: block;
	background-color: #339;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	width: 10em;
	border-style: solid;
	border-width: 3px 5px 5px 3px;
	border-color: #669 #003 #003 #669;
	text-align: center;
	margin: 0.5em auto;
	padding: 3px;
}

#menu a:hover {
	border-width: 5px 3px 3px 5px;
	border-color: #003 #669 #669 #003;
}

#menu a.home {
	display: inline;
	background-color: transparent;
	border-style: none;
}

img {
	border-style: none;
}

h1 {
	font-size: 1.75em;
	color: #339;
	text-align: center;
	font-family: Arial, serif;
}

h2 {
	font-size: 1.5em;
	color: #339;
	text-align: center;
	font-family; Arial, serif;
}

address {
	text-align: center;
}

p.map {
	text-align: center;
}

dl dt {
	font-weight: bold;
}

table {
	width: 90%;
	margin: auto;
}

table tr td {
	padding: 0.5em;
}

span.city {
	font-weight: bold;
	text-decoration: underline;
}
