* {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
body {
	background: #000;
  font-family: lucida grande, helvetica, sans serif;
  font-style: normal;
  font-weight: normal;
	font-size: 14px;
	line-height: 1.56em;
	color: #200;
}
a {
	text-decoration: none;
	padding-bottom:3px;
	color:#988;
	background: url("../image/design/dotted-underline.gif") repeat-x 0px 18px;
}
a:hover, .hover {
	color: #6B0;
	background: url("../image/design/dotted-underline-reverse.gif") repeat-x 0px 18px;
}

h1 {
	font-weight: normal;
}
strong {
	font-weight: normal;
	color: #6B0;
/* nice:
	color: #5dda32;
*/
}
.invisible {
	visibility: hidden
}
.visible {
	visibility: visible
}
#bg {
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 5;
}
#bg canvas {
	width: 1220px;
	display: block;
	margin: 0 auto;
}

#use {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;

}
#section {
	width: 568px;
	height:335px;
	background: #333 url("../image/design/veil_bg.gif");
	padding: 21px;
}
#book {
	margin: 58px auto;
	width: 870px;
}
#prev, #next {
	display: block;
	float: left;
	width: 55px;
	height: 610px;
	padding: 0;
	text-indent: -9999px;
}
#prev {
	margin-right: 3px;
}
#next {
	margin-left: 3px;
}
/*
Below is the .hover class temporarily applied to prev and next when the either of the others fires the onmouseover event.
*/
#prev:hover, #next:hover, #prev.hover, #next.hover {
	background: #FFF;
	filter:alpha(opacity=6);
	opacity:0.06;
/*
	background: rgba(255, 255, 255, .06);
*/
}
#spread {
	width: 754px;
	height: 610px;
	display: block;
	float: left;
/*
	clear: both;
*/
	background: #FFF url("../image/design/spread_bg.gif");
	text-align: center;
}
.image {
	position: relative;
	float: left;
}
.year {
	padding: 46px 44px 41px;
	background: #000;
	color: #FFF;
	font-family: Pullchain Pixel Figures Thin;
	font-size: 52px;
	position: absolute;
	top: 395px;
	
}
.captioned {
	margin-bottom: 15px;
}
.spreadBlock.captioned {
	margin-bottom: 30px;
}
.captioned.gap195 {
	margin-bottom: 209px;
}
.captioned.gap125 {
	margin-bottom: 153px;
}
div.toMargins {
	margin: -26px 0 21px;
}
div.dulles {
	margin-top: -35px;
}

.image span {
	background: #000;
  filter:alpha(opacity=6);
  opacity:0.065;
	position: absolute;
	display: block;
	height: 100%;
}
.left .bleed {
	margin: -94px 0 0 -58px;
}
.right .bleed {
	margin: -94px 0 -21px -29px;
}
.right .image span {
	width: 100%;
}
.toMargins span, .spreadBlock span{
	width: 50%;
	left: 50%
}
.spreadBleed span {
	height: 610px;
	right: 0;
	top: -94px;
	width: 377px;
}
.spreadBleed.captioned, .left .bleed.captioned {
	margin-bottom: -63px;
}
.caption {
	font-family: lucida grande, helvetica, sans serif;
	font-size: 9.2px;
	line-height:15px;
	list-style-type: none;
	position: relative;
/*
below three lines are all for IE's sake
*/
	display: block;
	float: left;
	width: 290px;	
}
.left .caption.shift {margin-left: 348px; z-index:5;}
.caption li:first-child, h1.caption {
	color: #a1a1a1;
}
.midtone + .caption li:first-child {
	color: #7d7d7d;
}
h1.caption {
	display: block;
	float: left;
	margin: 27px 23px 7px;
	padding-bottom: 7px;
	width: auto;	
}
h1.caption a {
	padding-bottom: 7px;
}
h1.caption a:hover {
	color: #518339;
}
h1.caption span {
	font-size:8.4px;
}
h1.caption span.scissors {
	color: #988;
	font-size: 32px;
}
.page {
	display: block;
	float:left;
	text-align: left;
	width: 290px;
}
.left {
	padding: 94px 29px 21px 58px; 	
}
.right {
	padding: 94px 58px 21px 29px; 	
}
.hide {
	display: none;
}
#instructions {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 694px;
	z-index: 175;
	text-align: center;
	background: rgba(0,0,0,0.3);
	font-family: lucida grande, helvetica, sans serif;
	font-size: 12px;
}
#instructions blockquote {
	margin-top: 262px;
	padding: 18px;
	background: #FFF;
}

#instructions blockquote span {
	font-size: 10.6px;
	letter-spacing: 1px;
}
.instrPrev {margin-right: 296px;}
.instrNext {margin-left: 314px;}

#prev, #next, .instrPrev, .instrNext {cursor: pointer;}

