body {
	background-color:#fff;
	font-family:verdana, sans-serif;
	margin:0;
}

h1 {
	font-size:110%;
	text-align:center;
	font-weight:normal;
	display:block;
	background-color:#00ADEF;
	color:#fff;
	
	margin:0;
	margin-bottom:1em;
	
	padding:.5em 1ex;
}

h1 a {
	color:#fff;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:underline;
}

#Map {
	text-align:center;
}
#Map img {
	border:0;
}

#BottomLink {
	text-align:center;
	position:absolute;
	width:100%;
	bottom:1em;
	line-height:1.5em;
	
	font-size:80%;
}
#BottomLink p {
	margin:.1em 0;
}
#BottomLink a {
	color:#f90;
	text-decoration:none;
	}
	#BottomLink a:hover {
		text-decoration:underline;
	}
/**/
#BottomLink .copy {
	color:#999;
	font-size:90%;
}


