/*******
	VENUE
*******/
	
	.directions h2 {
		margin-left: 50px;
		font-size: 12px
	}
	
	.directions .map {
		margin-left: 50px;
		margin-bottom: 25px;
		width: 425px;
		height: 350px;
	}
	
	#map h3 {
		color: #000000;
	}
	
	#map h4 {
		color: #000000;
		font-weight: normal;
		float: left;
	}
	
	#map img.venue {
		float: right;
	}
	
	#map a, #map a:visited {
		color:#996600;
		text-decoration: none;
	}
	
	#map a:hover {
		color: #996600;
		text-decoration: underline;
	}