body {
	background: #FCC url(back.jpg);
	color: #333;
	width: 644px;
}
a:link, a:visited {
	color: #C33;
}
a:active {
	color: #F66;
}
p, address {
	font-family: sans-serif;
}
div.body {
	background: #FCC;
	padding: 14px 28px 21px;
	margin: 21px 28px;
}
h1 {
	font-weight: bold;
	font-size: 28px;
	line-height: 42px;
	margin-bottom: 21px;
	text-align: center;
}
div.figure {
	width: 200px;
	padding-bottom: 21px;
}
div.right {
	float: right;
}
div.left {
	float: left;
}
p.figcaption {
	font-size: 12px;
	line-height: 28px;
	text-align: center;
}
hr {
	clear: both;
}
p.right {
	margin: 0 0 21px 228px;
}
p.left {
	margin: 0 228px 21px 0;
}
address {
	text-align: center;
}
#overlay {
	position: absolute;
}
#overlay.show {
	background: #FFF;
	border-radius: 21px;
	padding: 28px;
	width: 800px;
}
#overlay p.caption {
	font-size: 22px;
	margin: 0 200px -22px 0;
}
#overlay p.close {
	margin-left: 600px;
	text-align: right;
}
#overlay a {
	background: #FCC;
	padding: 4px 14px;
}
#overlay p.image {
	width: 800px;
	height: 600px;
	margin-top: 28px;
}

