#container {
	position:relative;
	margin:15px auto 0 auto;
	width:970px;
	text-align:left;
	background:transparent url(../images/content_bg.jpg) repeat-y 0 240px;
}
#container-inner {
	padding:100px 90px 40px 90px;
	width:790px;
	background:transparent url(../images/content_top.jpg) no-repeat 0 0;
}
/* -------------------------------------------------------------------------------
----------------------------------------------------------------------------------
	Header
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------*/
#header {
	position:relative;
	z-index:100;
	padding:0;
	background:transparent url(../images/header_bg.jpg) no-repeat 50% 0;
}
#content {
}
#content-inner {
}

ul#nav {
	float:left;
	margin:35px 0;
}
ul#nav li {
	margin:0;
	display:inline;
	list-style:none;
	font-size:1.2em;
	line-height:2em;
}
ul#nav li a {
	float:left;
	width:156px;
	margin:0 1px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-color:#6f0000;
}
ul#nav li a:hover {
	text-decoration:none;
	background-color:#910000;
}
.title {
	margin:0;
	padding:0;
	font-size:4.7em;
	line-height:1.2em;
	font-weight:normal;
	border-bottom:none;
	text-align:center;
}
.title a,
.title a:hover {
	color:#000;
	text-decoration:none;
}
.title a:hover {
	background:none;
}
.title span {
display:block;
}
.byline {
	margin:.75em 0;
	font-size:2em;
	line-height:1em;
	font-weight:normal;
	text-align:center;
}
.byline a {
	text-decoration:none;
}
p {
	font-size:1.4em;
	line-height:1.4em;
}
p.highlight {
	margin-top:1.5em;
	font-size:2em;
}
.first {
	margin-top:0;
}
.pdfformat {
	padding:15px;
	background-color:#d1b07b;
	border:1px solid #90621f;
}
.toc_outline {
	margin:0 50px;
}
.toc_outline li {
	margin:.5em 0;
	list-style:none;
}
.toc_outline li h2 {
	font-size:1.6em;
}
.toc_outline li li {
	margin:.5em 2em;
	list-style:square;
}
.toc_outline li li li{
	list-style:disc;
}

/* About the author */
.aboutauthor h1 {
	margin-bottom:.2em;
}
.aboutauthor p {
	font-size:1.2em;
}
.aboutauthor li {
	font-size:1.2em;
	margin-top:.1em;
	margin-bottom:.1em;
}

/* -------------------------------------------------------------------------------
----------------------------------------------------------------------------------
	Footer
----------------------------------------------------------------------------------
----------------------------------------------------------------------------------*/
.footer {
	width:790px;
	height:45px;
	margin:0;
	padding:15px 90px 0 90px;
	color:#3f2e19;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	text-decoration:none;
	background:transparent url(../images/footer.jpg) no-repeat 50% 0;
}
#copy a {
	color:#666;
	text-decoration:none;
}
#copy a:hover {
	color:#fff;
	text-decoration:none;
}