.picture-border {
	border: 7px solid #303030; 
}

#header {
	background-image: url(/images/logo_background.jpg);
	height: 150px;
	}
	
#header a:link {
	color: white;
}

h2 {
	padding-top: 0.6em;	
}

.center-frame {
	margin: 0 auto;
}

#map-legend {
	border-collapse: collapse;
}
#map-legend th, #map-legend td {
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
#map-legend th {
	vertical-align: bottom;
}
#map-legend td {
	vertical-align: top;
}
