html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 10pt;
}

body, div, span, td, th, h3 {
	font-family: Arial;
}

a {
	font-weight: normal;
	text-decoration: none;
}

a img {
	border: none;
}

#header {
	height: 75px;
	vertical-align: bottom;
	font-weight: bold;
}

#menu {
	height: 100px;
	vertical-align: top;
}

#menu ul li a.current, .highlight, h3, a {
	color: #FC0003;
}

#menu ul li a.current, .highlight, h3 {
	font-weight: bold;
	text-decoration: none;
}

#photo {
	padding: 10px;
	display: none;
	background-color: #FFFFFF;
	margin-top: 50px;
	position: absolute;
	z-index: 20;
}

#photo .frame {
	height: 700px;
	width: 500px;
	display: table-cell;
}

#photo .caption {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 8pt;
}

#photo .controls {
}

#photo .controls span {
	cursor: pointer;
}

#photo .controls .close {
	margin-left: 5px;
	float: right;
}

#backdrop {
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 10;
	position: absolute;
	display: none;
}

#content {
	width: 710px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	height: 20px;
	color: #000000;
}

#menu ul {
	width: 100%;
	list-style: none;
	display: inline;
}

#menu ul li {
	style: span;
	float: left;
	margin-right: 7px;
}

#menu ul li a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 7px;
}

#copy {
	padding-top: 40px;
	height: 100%;
	vertical-align: top;
}

table#exhibition td {
	padding: 5px;
}

table#exhibition td img {
	cursor: pointer;
}

.exhibition img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.exhibition {
	border-bottom: 1px solid black;
	margin-bottom: 20px;
	height: 120px;
	_height: 140px;
}

.exhibition .image {
	width: 170px;
	text-align: right;
}

.exhibition .image img {
	margin-right: 10px;
}

.exhibition a {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	padding-bottom: 5px;
}

img#exhibition {
	display: block;
	margin-top: 5px;
}

#footer {
	height: 20px;
	font-weight: bold;
	vertical-align: bottom;
	margin-top: 10px;
	font-size: 11px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}