@import "../common/screen.css";

#body {
	background: transparent url(body.jpg) no-repeat;
}

#body div.address {
	position: absolute;
	left: 30px;
	top: 400px;
	color: #006394;
}

#body div.address h3 {
	font-variant: small-caps;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 15px;
}

#body div.address p {
	font-size: 11px;
	line-height: 14px;
}

#body div.address address {
	font-size: 14px;
	padding: 10px 0;
	font-style: normal;
}

#body h2 {
	position: absolute;
	right: 30px;
	top: 167px;
	width: 601px;
	height: 27px;
	background: transparent url(title.jpg) no-repeat;
	overflow: hidden;
}

#body h2 span {
	position: absolute;
	top: -9999px;
}

#body img.map {
	position: absolute;
	right: 30px;
	top: 211px;
}
