#content {
	padding: 0;
	width: 100%;
}

	#content #map {
		float: right;
		margin-right: 20px;
	}

		#content #map iframe {
			border: 10px solid #ccc;
		}
		
		#content #map p {
			width: 400px;
		}
		
		#content #map h3, #content #map h4 {
			font-size: 100%;
			letter-spacing: -1px;
			margin: 17px 0 0 0;
			padding: 0;
			text-transform: uppercase;
			color: #C00051;
			font-weight: normal;
		}
		
			#content #map h3 {
				color: #666;
				text-transform: none;
				margin-bottom: 5px;
			}
		
			#content #map h4 span {
				color: #666;
			}
			
			#content #map h4 a {
				color: #666;
				text-decoration: none;
			}
			
				#content #map h4 a:hover {
					text-decoration: underline;
				}
			

			p a {
				color: #C00051;
				text-decoration: none;
			}
				p a:hover {
					color: #000;
				}

			span.pink {
				color: #C00051;
			}

			table {
				font-size: 0.9em;
				font-weight: normal;
				color: #666;
				margin-top: 10px;
			}
				table th {
					text-align: right;
					font-weight: normal;
					padding-right: 15px;
				}

				table td.hypen {
					padding: 0 5px;
				}

				iframe {
					margin-bottom: 5px;
				}
