#print_header{
height:0;
display:none;
font-size: 18px;
}



#map_wrap {
	float:left;	
	width:490px;
}	

 
#map {
	float:left;
	width:490px;
	height:450px;
	font-size:12px;
	margin-top:2px;
}

#directions_wrap {
	float:right;
	width:450px;
}

#directions_header {
	width:450px;
}


#directions {
	float:right;
	width:450px;
	font-size:12px;
}

#show_directions {
	float:right;
	width:450px;
	display:block;
	margin:0;
}

#print_directions {
	float:right;
	width:450px;
	display:none;
}

#show_directions p, #print_directions p, #map_instructions p {
	text-align:center;
	font-size:12px;
	margin:0;
	padding:0;
}