html {
	margin: 0;
	padding: 0;
	background: white url(../img/strip.gif) fixed repeat-y 100% 0;
	color: black;
	font-family: Georgia, serif;
}

body {
	margin: 5em 50px 50px 50px;
	width: 500pt;
}

#header {
	margin: 0;
	font-family: Garamond, Georgia, serif;
}

#header h1 {
	font-size: 24pt;
	font-style: italic;
	font-weight: normal;
	white-space: nowrap;
}

#header #byline {
	font-size: 18pt;
	font-style: italic;
	font-weight: normal;
}

#header #colophon {
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	margin: 2.5em 0;
	line-height: 1.75em;
}

#navigation h2 {
	display: none;
}

#navigation {
	font-size: 10pt;
	line-height: 1.75em;
	height: 1.75em; /* hack for IE */
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 506pt;
}

#navigation li {
	display: block;
	margin: 0 5pt 0 0;
	padding: 0;
	width: 96pt;
	text-align: center;
	float: left;
}

#navigation a {
	display: block;
	color: #D0D0D0;
	font-variant: small-caps;
	text-decoration: none;
	border: 1px solid white;
	border-bottom-color: #D0D0D0;
}

#navigation a:hover {
	color: #999;
	border-bottom-color: #999;
}

#navigation a:active {
	color: black;
	background: #F9F9F9;
	border-bottom-color: black;
}

body.introduction #navigation li.introduction a,
body.objective #navigation li.objective a,
body.implementation #navigation li.implementation a,
body.coordinates #navigation li.coordinates a,
body.documents #navigation li.documents a {
	color: black;
	border-bottom-color: black;
	cursor: default;
}

#content {
	clear: both;
	padding: 1.5em 0 0 0;
	font-size: 10pt;
	line-height: 1.75em;
}

#content h2 {
	display: none;
}

#content a {
	color: black;
	text-decoration: none;
	border-bottom: 1px #D0D0D0 solid;
}

#content a:hover {
	border-bottom-color: black;
}

#content p {
	text-align: justify;
}

#content dl#coordinates dt {
	clear: both;
	width: 18ex;
	margin: 0;
	padding: 0 2ex 0 0;
	font-weight: normal;
	font-style: normal;
	float: left;
	text-align: right;
}

#content dl#coordinates dd {
	margin: 0 0 0 20ex;
	padding: 0 0 0 2ex;
	font-weight: normal;
	font-style: normal;
	position: relative;
	border-left: 1px solid black;
}

#content ul, #content ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#content ul li:before {
	content: "»";
	padding-right: 2ex;
}