* {
	margin: 0;
	padding: 0;
}
body {
  background-color: #a8000d;
  font: 90%/140% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  color: #000;
  margin: 1em 0;
}
a {
  text-decoration: none;
  color: #5c7212;
  padding-bottom: 5px;
}
a:hover {
  background: url(../cssimages/a_underline.png) repeat-x 100% 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #a8000d;
}
h1 { font-size: 2em; font-weight: bolder; letter-spacing: 0.15em; line-height: 2em; padding-left: 0.5em; border-bottom: 1px solid #5c7212; }
h2 { font-size: 1em; font-weight: bolder; letter-spacing: 0.15em; line-height: 1.5em; }
h3 { font-size: 1em; font-weight: normal; }
h3 { font-size: 0.8em; font-weight: normal; line-height: 1.5em; }
p { margin-left: 1em; font-size: 0.76em; margin-bottom: 1em; }

#container {
  background-color: #f6bd18;
}

h1 span { font-size: 0.5em; padding-left: 1em; }

#content {
	margin-left: 8.5em;
	border-left: 1px solid #5c7212;
	padding: 0.5em 1em;
}
ul.navigation {
	list-style-type: none;
	float: left;
	margin: 1em;
	font-size: 0.7em;
	width: 10em;
	position: fixed;
}
li.first { margin-bottom: 1em; }
li.close { margin-top: 1em; }