@font-face {
	font-family: "League Gothic";
	src: url("fonts/LeagueGothic.otf") format("truetype");
}

@font-face {
	font-family: "Goudy Bookletter 1911";
	src: url("fonts/GoudyBookletter1911.otf") format("truetype");
}

@font-face {
	font-family: Raleway;
	src: url("fonts/Raleway.otf") format("truetype");
}

@font-face {
	font-family: Junction;
	src: url("fonts/Junction.otf") format("truetype");
}

@font-face {
	font-family: Prociono;
	src: url("fonts/Prociono.otf") format("truetype");
}

@font-face {
	font-family: "Sorts Mill Goudy";
	src: url("fonts/SortsMillGoudy.otf") format("truetype");
}

@font-face {
	font-family: "Sorts Mill Goudy";
	src: url("fonts/SortsMillGoudy_Italic.otf") format("truetype");
	font-style: italic;
}

body {
	font-family: "Helvetica Neue", Arial, Futura, /*"News Gothic", "Franklin Gothic", */sans-serif;
	font-size: 11pt;
	font-weight: 300;
}

header, body > section, footer {
	width: 80%;
	margin: 1% auto;
}

header {
	text-align: center;
	border-bottom: 3px solid black;
	padding: 0em 1em;
}

header h1 {
	font-size: 30pt;
	font-stretch: condensed;
/*	text-transform: uppercase;*/
	margin: 0em;
	padding: 0em;
	text-align: right;
}

#submit {
	margin: 1em 2em 0em auto;
	padding: 0em;
	width: 10%;
	text-align: center;
	border: 1px solid black;
}

nav {
	display: inline-block;
	font-weight: normal;
	width: 100%;
	margin: 0em;
	padding: 0em;
	text-transform: none;
	font-size: 10pt;
}

nav h2, nav li {
	display: inline-block;
	float: left;
	padding: 1em;
	margin: 0em;
	height: 100%;
	vertical-align: middle;
}

nav h2 {
	text-align: right;
}

nav li {
	background: white;
	color: gray;
	border-right: 1px solid darkgray;
	text-align: center;
	width: 7em;
}

nav li:first-of-type {
	border-left: 1px solid black;
}

nav li:hover, nav li:active {
	background: forestgreen;
	color: white;
	border-right: 1px solid yellowgreen;
}

nav ul, nav li a {
	margin: 0em;
}

body > section {
	clear: both;
/*		border-width: 0px 1px;
	border-style: solid;
	border-color: black;*/
	padding: 1em;
}

footer {
	text-align: center;
	border-top: 3px solid black;
	padding: 0em 1em;
	line-height: 130%;
}

footer b {
	font-weight: 500;
}