body {
	font-family: Futura, Helvetica, Arial, "Sans Serif";
	margin: none;
	padding: none;
	text-align: center;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}

a {
	text-decoration: none;
}

a:hover {
	border-bottom: thin dotted;
}

li {
	list-style: none;
}

div#frame-left, div#frame-right {
	float: left;
	height: 40%;
}

div#frame-left {
	width: 48%;
	padding-right: 2%;
	text-align: left;
	border-right: thick solid black;
}

div#frame-left * {
	float: left;
}

#photo {
	margin-right: 2%;
}

div#frame-right {
	width: 48%;
	text-align: right;
}

div#frame-right div {
	float: right;
}

#map {
	float: right;
	margin-left: 2%;
}
	
#name h1 {
	font-size: 4em;
}

#map {
	float: left;
	background-color: #E9E9E9;
}

#footer {
	clear: both;
	padding-top: 5%;
}

#footer li {
	display: inline;
	padding-left: 1em;
	padding-right: 1em;
}

#footer li.ad {
  position: relative;
  top: 40px;
}