body
{
	background-color: #FFD5C0;
	padding: 0 10em 0 12em;
}

div { padding-bottom: 16px; }

div.map
{ 
  position: fixed;
  _position: absolute;
  width: 9em; height: auto;
  top: 1.5em; right: auto; bottom: auto; left: 1em;
  background: #E4E0B0;
  border: 1px black solid;
  padding: 0.3em;
}
a.button {
	padding: 0.1em 0em 0.1em 0em;
	display: block;
	width: 9em;
	color: black;
	text-decoration: none;
}
a.button:hover {
	color: white;
	background-color: purple;
}
