body {
	color: #0D5528;
	font-family: Garamond,
	             Georgia,
	             "New Century Schoolbook",
	             "Nimbus Roman No9 L",
	             serif;
}

a {
	text-decoration: none;
	color: #323232;
}

a h4:hover,
a:hover {
	text-decoration: underline;
}

#body {
	position: relative;
}

/* Navigation */
#nav {
	position: absolute;
	font-size: 85%;
	padding-top: 4.8em;
}

#nav ul a {
	color: #0D5528;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}

#nav ul a:hover, #nav ul a:focus {
	background: #DDE9B0;
}

/* Contact details */
#contact-details-and-credits {
  width: 165px;
  padding: 1em 2px;
  color: #0D5528;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 80%;
}

#contact-details-and-credits ul {
	margin-top: 0.5em;
}

#contact-details-and-credits li {
		list-style: none;
		line-height: 1.5em;
		display: block;
		cursor: pointer;
		font-size: 110%;
}

#contact-details-and-credits a {
	text-decoration: none;
	color: #0D5528;
	display: block;
}

#contact-details-and-credits a:hover, #contact-details-and-credits a:focus {
	background: #DDE9B0;
}

/* Main typography */
.typography {
}

/* Headings */

.typography h2 {
	font-weight: normal;
	font-size: 160%;
	margin-bottom: 0.5em;
}

/* Content */
.typography p {
	margin-bottom: 1em;
}

.typography blockquote p {
	margin-bottom: 0.5em;
}

.typography blockquote {
	margin: 0;
	padding: 0.5em;
	font-style: italic;	
}

.typography a {
	text-decoration: underline;
}