body {
	padding: 0px;
}

#main_container {
	width: 100%
}

#map_area {
	border: none;
	height: auto;
	width: 100%;
	margin: 20px auto;
}

#map {
	width: 400px;
	height: 400px;
	margin: 10px auto;
	float: none;
	border: none;
}
	
#side_bar {
	display: none;
}

#side_bar a {
	color: #ffffff;
}

#directions {
	display: block;
	overflow: visible;
	height: auto;
	padding: 5px;
}

h1 {
	margin-top: 0px;
}

#footer_div {
	display: none;
}

#copy_legal {
	display: none;
}

#taxi {
	text-align: center;
	clear: both;
	margin: 10px auto;
	border-collapse: collapse;
	font-size: .75em;
}

#taxi th {
	border: 1px solid #999999;
	font-size: 1.1em;
	padding: 5px 0px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}

#taxi #city_heading {
	text-align: left;
	padding: 7px 0px 7px 10px;
	font-size: 1.3em;
	background: transparent url(../images/taxi.gif) repeat-x top left;
	border-color: #000000;
}

#taxi_city {
	padding: 2px 3px;
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
}

#taxi td {
	border: 1px solid #999999;
	padding: 5px 2px;
}

#taxi .drk_row {
	background-color: #ebebeb;
}

#taxi .light_row {
	background-color: #FFFFFF;
}

#taxi .drk_row:hover, #taxi .light_row:hover {
	background-color: #ffdbdb;
}

#header {
	display: none;
}

#nav {
	display: none;
}

.sub_nav {
	display: none;
}