body
{
	font-family: sans-serif;
	font-size: 0.875em;
	font-weight: normal;
	line-height: 1.25em;

	background: #f5f5dc url('/images/spill.png') bottom left no-repeat;

	max-width: 800px;
	margin: 0; padding: 0;
	margin-bottom: 150px;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.15em; }
h4 { font-size: 1em; }

a, a:link
{
	color: #333;
	text-decoration: none;

	border-bottom: 1px dotted #a0a0a0;
}

a:visited { border: none; }
a:hover { background: #f5f5ed; }
a:active { color: #fff; }

div#header h1
{
	background: url('/images/afm_header.png') no-repeat;

	width: 800px;
	height: 150px;
}

div#header h1 span { display: none; }

div#header h2 { margin-left: 1.25em; }

div#nav { float: left; }

div#nav ul
{
	background: #f5f5ed url('/images/whisky.png') bottom right no-repeat;
	padding: 0.75em 1.50em;
	padding-right: 64px;
	margin: 0 1em;

	list-style-position: inside;
	list-style-type: none;
}

div#nav ul li
{
	margin: 0.75em 0;
	display: block;
}

div#nav ul li.first { margin-top: 0; }
div#nav ul li.last  { margin-bottom: 0; }

div#nav ul li a { font-weight: bold; }

div#content
{
	font-family: monospace;
	font-size: 1.20em;

	min-height: 100px;
	margin-left: 2em;
}

div#footer
{
	font-size: 0.65em;
	text-align: right;

	border-top: 1px dotted #ccc;
}

div#prevnext
{
	font-size: 0.75em;
	text-align: center;
}

div#prevnext ul
{
	list-style-position: inside;
	list-style-type: none;
}

div#prevnext ul li
{
	margin: 0 1.75em;
	display: inline;
}

