html, body {
	background: black;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#bg {
	background-image: url('leather.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: auto;
	min-height: 100%;
	overflow: hidden;
}

#fg {
	padding-top: 80px;
	padding-bottom: 50px;
}

#page {
	background: url('page-bg.jpg');
	width: 600px;
	margin: 0px auto;
	padding-top: 15px;
	padding-bottom: 20px;
	position: relative;
}

#toc {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: -29px;
}

#toc-title, .toc-item {
	text-transform: uppercase;
	font-size: 13px;
	font-family: Georgia, Helvetica, Arial, serif;
}

#toc-title {
	line-height: 29px;
	text-align: center;
	padding: 0px 10px;
}

#toc-items {
	background-image: url('toc-bg.png');
	background-repeat: repeat-y;
	background-position: right top;
	height: 0px;
	overflow: hidden;
}

#toc-items-spacing {
	padding: 15px 32px 15px 10px;
}

.toc-item {
	line-height: 25px;
}

.toc-item a {
	text-decoration: none;
	color: black;
}

#toc-title-bg {
	background: url('toc-title-left.png') no-repeat;
	margin-right: 32px;
}

#toc-title-arrow {
	background: url('toc-title-arrow.png') no-repeat;
	width: 32px;
	height: 29px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.expanded #toc-title-arrow {
	background: url('toc-title-arrow-expanded.png') no-repeat;
}

#bar {
	width: 600px;
	height: 60px;
	background: url('bar.jpg') no-repeat;
}

#title {
	position: relative;
}

#title .hr {
	position: absolute;
	margin-top: -1px;
	left: 0px;
	top: 50%;
	height: 2px;
	width: 100%;
	background: url('hr.jpg') no-repeat;
}

h2 {
	background-repeat: no-repeat;
	background-position: center top;
	height: 68px;
	text-align: center;
	margin: 30px 0 0 0;
	position: relative;
}

h2 span {
	display: none;
}

h1 {
	font-size: 23px;
	font-weight: 600;
	text-align: center;
	margin: 15px 0px 5px;
}

#edition {
	font-size: 19px;
	font-style: italic;
	text-align: center;
	margin: 5px 0px 35px;
	font-weight: 100;
}

#content {
	font-size: 18px;
	margin: 10px 50px 80px;
	font-weight: 100;
}

#definition {
	font-style: italic;
	font-size: 32px;
	font-weight: 600;
}

#version {
	font-style: italic;
	font-size: 14px;
}

#logo {
	display: block;
	border: 0px;
	width: 160px;
	height: 58px;
	background: url('logo.jpg') no-repeat;
	margin: 0px auto;
}

#nav {
	margin: 20px auto 0px;
	background: url('nav-bar.jpg') repeat-x;
	position: relative;
	height: 66px;
	width: 93%;
}

#nav-noback {
	background: url('nav-noback.jpg') no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 32px;
	height: 66px;
}

#nav-back {
	background: url('nav-back.jpg') no-repeat;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 175px;
	height: 66px;
}

#nav-nonext {
	background: url('nav-nonext.jpg') no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 32px;
	height: 66px;
}

#nav-next {
	background: url('nav-next.jpg') no-repeat;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 175px;
	height: 66px;
}

h1,
#edition,
#content,
#definition,
#version {
	font-family: "adobe-garamond-pro-1", "adobe-garamond-pro-2", serif;
}

.wf-loading h1,
.wf-loading #edition,
.wf-loading #content,
.wf-loading #definition,
.wf-loading #version {
	visibility: hidden;
}

.wf-inactive h1,
.wf-inactive #edition,
.wf-inactive #content,
.wf-inactive #definition,
.wf-inactive #version {
	visibility: visible;
	font-family: serif;
}