#map {
	width: 330px;
	height: 300px;
}

#toolbar {
	width: 600px;
	padding 10px;
	background: white;
	border: 0px 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: none;
}
#content a:hover {
	color: #009900;
	text-decoration: none;
}

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


ul#filters {
	width: 600px;
	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;
}

.neaten {
	font-face: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	align: center;
}

ul#sidebar-list {
	width: 600px;
	list-style: none;
	margin-left: 0; 
	padding-left: 0;
	}
	ul#sidebar-list li {
		display: inline;
		text-decoration: none;
	}

