h2 {
	border: none;
}
#wrapper {
	width: auto;	
	margin: 0 20px;

}
#content {
	overflow: auto;
	margin: 20px;
}
#map_container {
	margin: 0 0 1em 0;
}
#map {
	height: 500px;
	border: 1px solid black;
}

.buttons {
	overflow: auto;
	margin: 30px 0 5px;
}
.buttons input {
	float: left;
}

.buttons ul {
	list-style: none;
	margin: 5px 0 0;
	padding: 0;
	float: right;
}

.buttons li {
	display: inline;
	margin-left: 10px;
}
.buttons a {
	color: #000;
	
}
.buttons a:visited {
	color: #333;
}
.buttons a:hover {
	background: #eee;
	
}
.buttons li.selected a {
	font-weight: bold;
}

