body {
	background: black;
	color: #ffe;
	
	font-family: Garamond, Times New Roman, serif;
	font-size: 11pt;
	line-height: 17pt;
}

#content {

}

ul.menu {
	font-family: Helvetica, Arial, san-serif;
	font-size: 12px;
	line-height: 12px;
	
	color: #cca;
}

ul.menu.vertical ul li {
	border-color: #632;
}

ul.menu a:hover {
	background: #600;
	color: #eef;
}

ul.menu a.current {
	background: 
}


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

a:hover {
	color: #fea;
    text-decoration: underline;
}

a img {
	border: none;
}

#footer {
	font-family: Helvetica, Arial, san-serif;
	font-size: 9pt;
}


p {
	margin: 2em 0;
}

strong.leader {
	color: #fc8;
}

p.top-quote {
	text-align: center;
	font-size: 14pt;
	font-style: italic;
	
	margin: 2em 150px;
}

p.top-quote span.author {
	display: block;
	margin-top: 0.5em;
}