#map {
	width: 650px;
	height: 400px;
}

#map2 {
	width: 650px;
	height: 400px;
}



.mapx A:link {text-decoration: none}
.mapx A:visited {text-decoration: none}
.mapx A:active {text-decoration: none}
.mapx A:hover {text-decoration: none;}


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

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