#side {
	width: 300px;
	vertical-align: top;
	padding-top: 80px;
}

#main {
	margin: 0;
	vertical-align: top;
	padding-top: 120px;
	padding-right: 50px;
}

#title {
	position: absolute;
	left: 30px;
	width: 520px;
}

#title h1 {
	top: -80px;
	overflow: hidden;
	width: 520px;
}




#map {
	overflow: hidden;
	width: 300px;
	height: 300px;
	position: relative;
	display: block;
	text-decoration: none;
	background: #fff;
}

#map-canvas {
	width: 300px;
	height: 300px;
	position: absolute;
}

#map-instruction {
	width: 300px;
	height: 0;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	display: block;
	padding: 0;
	margin: 0;
	
	
	background: #000;
	color: #fff;
	line-height: 2.6em;
	text-align: center;
	font-weight: bold;
}

#map-links {
	width: 100%;
	height: 30px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	display: block;
	padding: 0;
	margin: 0;
	
	
	background: #000;
	color: #fff;
	line-height: 2.2em;
	text-align: center;
	font-weight: bold;
}
#map-links a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
