body {
	margin: 0;
	background-color: #000000;
	padding: 0;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

table {
	font-size: 100%;
}
td {
	color: #ffffff;
}

h1, h2 {
	font-weight: bold;
	font-family: 'Courier New', Courier, monospace;
	padding-bottom: 0.25em;
}
a {
	color: #006666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
ol {
	color: #000000;
	font-size: 84%;
}
ul.itemise {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 84%;
	list-style-type: none;
}

table.guidebook ul.section,
table.guidebook p {
	color: #000000;
	font-weight: bold;
	font-size: 118%;
	font-family: 'Courier New', Courier, monospace;
}


/* LAYOUT DIVS ---------------------------------------- */

div#original {
	position: relative;
	margin: 0 auto;
	background: left 80px;
	width: 660px;
	height: 550px;
	top: 0;
	text-align: left;
	z-index: 1;
}

div#headbar {
	background: black;
	text-align: center;
}
div#headbar img {
	vertical-align: middle;
	margin: 0 0.5em;
}

div#gallerybar {
	text-align: center;
}

div#exhibit table {
	width: 660px;
}
div#exhibit td {
	padding: 0;
	width: 100px;
	height: 400px;
	text-align: center;
}
div#exhibit td.piece {
	width: 460px;
}
div#exhibit p {
	margin: 2px;
	background-color: #cccccc;
	padding: 2px;
	color: #000000;
	font-size: 84%;
}

table.guidebook {
	position: absolute;
	margin: 0;
	background-image: url(images/guide_open.gif);
	background-repeat: no-repeat;
	padding: 0;
	width: 660px;
	left: 0;
	top: 100px;
	visibility: hidden;
}
table.guidebook td {
	height: 360px;
	vertical-align: middle;
}
table.guidebook td.flick {
	width: 100px;
	text-align: center;
}
table.guidebook td.page {
	width: 190px;
}
table.guidebook td.gap {
	width: 80px;
}
table.guidebook h2 {
	text-align: center;
	margin: 0;
}
table.guidebook h3 {
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 95%;
	color: #117777;
	font-family: "Courier New", Courier, monospace;
}
table.guidebook p {
	margin: 0;
	font-size: 84%;
}
table.guidebook ul {
	margin: 0 0.4em;
	padding: 0;
	color: #000000;
	font-size: 84%;
	list-style-type: none;
}
table.guidebook li {
	margin: 4px 0;
	padding: 0;
	line-height: 1.1;
}
table.guidebook li a:hover {
	background-color: #006666;
	color: #cccccc;
	text-decoration: none;
}
table#guidebook1 {
	z-index: 3;
}
table#guidebook2 {
	z-index: 4;
}

div#creditbar {
	position: absolute;
	background: #cccccc;
	width: 660px;
	height: 30px;
	left: 0;
	top: 520px;
	color: #000000;
	font-size: 68%;
	text-align: center;
	z-index: 1;
}
