* {
	margin: 0;
	padding: 0;
}

body {
	font-family: georgia, charter, serif;
	font-size: 12pt;
	color: #5e5e5e;
	background: white;
}

p {
	margin-top: 10pt;
}

p code {
	font-size: 10pt;
}

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

a:hover {
	text-decoration: underline;
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
}

code {
	font-family: Lucida Console, Monaco;
}

h1 {
	font-family: georgia, charter, serif;
	font-weight: normal;
	font-size: 24;
	color: #746d62;
	margin-top: 12pt;
	margin-bottom: 10pt;
}

h1.bookexcerpt {
	font-family: georgia, charter, serif;
	font-size: 28pt;
	margin-top: 12pt;
	margin-bottom: 10pt;
	float: right;
	clear: both;
}

h2 {
	font-family: georgia, charter, serif;
	font-weight: normal;
	font-size: 16pt;
	color: #746d62;
	margin-top: 18pt;
	margin-bottom: 6pt;
}

img {
	border-style: none;
}

img.menu {
	display: block;
	border: 0;
}

div#container { 
	width: 866px;
	margin: 0 auto;
}

div#menu {
	height: 31px;
	background: black;
	font-size: 18px;
}

div#menu img {
	float: left;
}

div#menu ul {
	display: inline;
	list-style: none;
}

div#menu ul li {
	display: inline;
}

div#menu ul li a {
	float: right;
	clear: none;
	height: 28px; 
	padding: 3px 10px 0 10px;
	text-decoration: none;
	color: #a49d92;
}

div#menu ul li a:hover {
	background: #362a1a;
}

div#footer {
	margin-top: 10px;
	background: black;
	font-size: 12px;
}

div#chapquote {
	float: right;
	margin-left: 25em;
	margin-bottom: 3ex;
}

div.sep {
	display: block;
	clear: both;
}

div#chapnum {
	font-family: Verdana, sans-serif;
	font-size: 22pt;
	font-weight: bold;
	margin-top: 3ex;
	margin-bottom: 6pt;
	display: block;
	float: right;
}

div.code {
	display: block;
	background: beige;
	margin-top: 6pt;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 6pt;
	padding: 6pt;
}

div.code pre {
	font-family: Lucida Console, Monaco;
	font-size: 10pt;
}

div.code code {
	font-family: Lucida Console, Monaco;
	font-size: 10pt;
}

