@charset "utf-8";

@import url("reset.css");

#wrapper {
	width: 500px;
	padding: 15px 0;
	margin: 0 auto;
	text-align: left;
	background: url(../map/images/bg.gif) no-repeat center top;
}
#pTitle {
	position: relative;
	height: 51px;
	vertical-align: top;
}
#pTitle h1 {
	font-size: 1em;
}
#pTitle h2 {
	position: absolute;
	top: 16px;
	right: 0;
	font-size: 1em;
}
#pTitle h3 {
	position: absolute;
	top: 24px;
	font-size: 1.2em;
}
#wrapper #map {
	margin: 0 0 10px;
}
#wrapper p {
	font-size: 1.2em;
}

