html, h1, h2, h3, h4, h5, h6
{
	font: 100%/1.5 "Georgia", "Bitstream Vera Serif", serif;
}

body
{
	margin: 5em 0 0 0;
	padding: 0 1%;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0.25em 0;
	color: #c00000;
}

h1 { font-size: 2.3em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.2em; font-style: italic; }
h4 { font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 0.8em; }

h1#headline
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	margin: 0;
	padding: 0.5em;
	padding-bottom: 1em;
	
	border-bottom: 1px solid #e0e0e0;
	font-size: 1.5em;
	font-weight: normal;
}

* html h1#headline
{
	width: 100%;
}

h1#headline a
{
	text-decoration: none;
}

#footer
{
	margin-top: 2em;
	padding: 0.5em 0;
	border-top: 1px solid #c0c0c0;
	font-size: 90%;
	color: #404040;
}

a
{
	color: #c00000;
	text-decoration: underline;
}

a:focus, a:hover
{
	color: #000000 !important;
}

/* * * NAVIGATION * * */
ul#navigation
{
	position: absolute;
	left: 0;
	top: 2em;
	width: 50%;
	right: 0 !important;
	margin: 0;
	padding: 0.666em;
	
	font-weight: bold;
	font-size: 1em;
}

ul#navigation li
{
	display: inline;
	margin-right: 1em;
}

ul#navigation a
{
	color: #707070;
}

/* Images */
.right {
	float: right;
}

.imagebox {
	margin: 0.5em;
}
