* {
	margin: 0;
	padding: 0;
}

body {
	background: #1f1b22 url(body.jpg) 50% 0 repeat;
	color: #1f1b22;
	font: 75% Georgia, serif; /*12px*/
}

.hide {display: none;}

/* ===== */

#main {background: #f2f1e5 url(main.jpg) 50% 0 repeat;}

#main .wrapper {
	background: #dad4c8 url(main-wrapper.jpg) 0 0 repeat-y;
	margin: 0 auto;
	width: 540px;
}

/* ===== */

#header {
	background: transparent url(sprites.jpg) 0 0 no-repeat;
	padding: 155px 160px 40px 20px;
}

#header a {
	background: transparent url(sprites.jpg) -20px -155px no-repeat;
	display: block;
	height: 135px;
	text-indent: -10000px;
}

#header a:hover {background-position: 0 -330px;}

/* ===== */

#content {
	background: transparent url(content.gif) 50% 100% no-repeat;
	line-height: 2;
	padding: 0 45px 105px 45px;
}

#content h2 {display: none;}

#content p {display: inline;}

#content sup {
	vertical-align: baseline;
	position: relative;
	bottom: 0.5em;
}

#content a {
	background: transparent url(a.gif) 50% 100% repeat-x;
	border-bottom: 1px dotted #570000;
	color: #570000;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	background: transparent;
	border-color: #dad4c8;
	color: #73604d;
	text-decoration: underline;
}

/* ===== */

#footnotes {font-size: 0.8333em;} /*10px*/

#footnotes.hide {
	display: block;
	height: 0;
	overflow: hidden;
}

#footnotes hr {
	border: 0;
	border-top: 1px dotted #1f1b22;
	margin-top: 35px;
	text-align: left;
	width: 20%;
}

#footnotes ul {padding-left: 2em;}

/* ===== */

#extras {
	background: transparent url(extras.gif) 50% 0 repeat-x;
	color: #dad4c8;
	font-size: 0.8333em; /*10px*/
}

#extras .wrapper {
	background: transparent url(sprites.jpg) 0 -465px no-repeat;
	margin: 0 auto;
	padding: 210px 40px 10px 40px;
	position: relative;
	width: 450px;
}

#extras h2 {display: none;}

#extras a {
	border-bottom: 1px dotted #dad4c8;
	color: #dad4c8;
	text-decoration: none;
}

#extras a:hover {
	border-color: #1f1b22;
	color: #fff;
	text-decoration: underline;
}

/* ===== */

#return {
	left: 200px;
	position: absolute;
	top: 0;
}

#return a {
	background: transparent url(sprites.jpg) -200px -465px no-repeat;
	border: 0;
	display: block;
	height: 90px;
	text-indent: -10000px;
	width: 145px;
}	

#return a:hover {background-position: -360px -330px;}