body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	color: #3b5e97;
}
#container {
	position: relative;
	width: 900px;
	margin: 20px auto;
}
#content {
	position: relative;
	border-top: 18px solid #ffd205;
	border-bottom: 18px solid #ffd205;
	background-color: #dce4ee;
	background-image: url(holding_faded.jpg);
	background-repeat: no-repeat;
}
#map {
	position: relative;
	width: 400px;
	height: 400px;
	margin: 20px;
	border-top: 18px solid #ffd205;
	border-bottom: 18px solid #ffd205;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 20px;
	margin: 0;
}
#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

/* MISC */

a img {
	border: none;
	text-decoration: none;
}