body {
	width: 1024px;
	margin: 0 auto;
	font-family: sans-serif;
}
img.banner {
	width: 1024px;
	height: 320px;
}
div.banner {
	display: block;
	line-height: 64px;
	text-align: center;
	font-size: 24pt;
	font-weight: 800;
	background: black;
	color: white;
}
div.about {
	text-align: center;
	font-family: serif;
	font-weight: 100;
}
div.about_name {
	font-size: 24pt;
	line-height: 48px;
}
div.about_address {
	font-size: 16pt;
	line-height: 24px;
}
div.about_phone {
	font-size: 28pt;
	line-height: 56px;
}
a.phone_link {
	text-decoration: none;
	color: black;
}
