* {
	margin: 0;
	padding: 0;
}

html, body, #wrapper { height: 100%; }

body {
	font: 1em Verdana;
	background-color: #FFF;
	color: #000;
}

a img { border: none; }

/*
a:link, a:visited, a:hover, a:active {
	color: inherit;
	text-decoration: none;
}
*/

#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: url('images/theregoestheneighbourhood.png') repeat-y right top;
}

#header {
	position: absolute;
	top: 0;
	left: 10px;
	right: 60px;
	height: 110px;
	background-color: #008080;
}

#navigation {
	position: absolute;
	top: 120px;
	left: 10px;
	width: 100px;
	list-style: none;
}

#content {
	position: absolute;
	top: 120px;
	bottom: 40px;
	left: 120px;
	right: 60px;
	padding-right: 20px;
	overflow: auto;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 60px;
	height: 40px;
	color: #008080;
	font-size: 85%;
	border-top: solid 1px #008080;
}

#footer p {
	line-height: 38px;
	text-align: right;
}

#footer span { vertical-align: middle; }

p, blockquote {
	margin-top: 1em;
	margin-bottom: 1em;
}

blockquote {
	border: dotted 1px #008080;
	padding: 0.5em;
	background-color: #f5ffff;
}

blockquote p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h2 {
	font-weight: bold;
	font-size: 120%;
	margin-top: 2em;
	margin-bottom: 1em;
	clear: both;
}

blockquote p.citation {
	color: #008080;
	font-size: 75%;
	text-align: right;
	margin-bottom: -0.5em;
}

blockquote p.citation > a[href] {
	color: inherit;
	text-decoration: none;
}

.floatleft {
	float: left;
	margin-right: 10px;
}

.floatright {
	float: right;
	margin-left: 10px;
}

.caption {
	font-size: 75%;
	margin-top: 0.5em;
}

.footnote {
	font-size: 75%;
	color: #666;
	margin-top: 1em;
	margin-bottom: 1em;
}

.footnote p {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.verse p { margin-top: 0; margin-bottom: 0;}
.postdate {color:#008080;font-size:75%;margin-top:-0.5em;}
.title {font-style:italic;}
