#map {
	width: 500px;
	height: 350px;
}

#toolbar {
	width: 400px;
	padding 10px;
	background: white;
	border: 1px solid black;
}

.title {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#options ul li {
	list-style-type: square;
}

#options a:link, #options a:visited {
	color: #00382D;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #009900;
	text-decoration: underline;
}

#bottom-bar {
	padding-top: 30px;
}


ul#filters {
	max-width: 400px;
	list-style: none;
	padding-top: 20px;
	}
	ul#filters li {
		display: inline;
		padding-left: 20px;
	}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

ul#sidebar-list {
	max-width: 400px;
	list-style: none;
	padding-top: 10px;
	}
	ul#sidebar-list li {
		display: table;
	}
