#mapid {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    top: 50px;
    width: 82%;
}

#panel {
	position: absolute;
	z-index: 75;
	right: 0px;
	bottom: 0px;
	width: 18%;
	height: 100%;
	background-color: #ad5151;
	min-width: 100px;
	//opacity: 0.75;
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: -1px 0 5px black;
}

#topbar {
	position: absolute;
	background-color: #9e3737;
	z-index: 50;
	top: 0;
	left: 0;
	width: 82%;
	height: 50px;
	//opacity: 0.8;
	min-height: 25px;
	box-shadow: 0 1px 5px black;
}	

h1 {
	font-family: Papyrus, Candara, Book Antiqua, Serif;
	margin-top: 0;
	margin-left: 10px;
}

p {
	font-family: Papyrus, Candara, Book Antiqua, Serif;
	margin: 10px;
}	