@import url("/style/common");

#content:before {
	display: block;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	margin-left: 33%;
	margin-right: 33%;
	border-bottom: 1px solid black;
	content: "";
}

hgroup {
	text-align: center; text-transform: uppercase;
}
hgroup h2 {
	font-size: 1.1em; font-style: italic;
	margin-bottom: 0;
}
hgroup h3 {
	font-size: 0.95em;
	margin-top: 0;
}

hgroup h3:before {
	display: block;
	margin-top: 0em;
	margin-bottom: 0em;
	text-align: center;
	border-bottom: none;
	content: "—•—";
}

