* {

}

html,body {
	height: 100%;
	margin:0;
	padding:0;
}

body {
	font-size: 62.5%;
	font-family: Garamond, Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
	background-image: url(../img/maze4.png);
	background-color:#900;
	}
	
h1 { font-size: 3em; margin:0; padding: 0;/* 10px × 2em = 20px */ }

a {	color:#900;
	text-decoration: none;
	font-weight:bold;
}

a:link {
	color:#900;
}

a:visited {
	color:#900;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

a:active {
	color:#900;
	text-decoration:underline;
}



#wrapper {
	min-height: 100%;
	width:962px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

* html #wrapper {
	height: 100%;	
}
.exhibitimage {
	border: 1px solid #000;
}


.contextual {
	float: left;
	width: 192px;
	font-size: 1.3em;
	padding-left: 24px;
	
}

.contextual_head {
	height: 96px;
	width: 192px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
}

.contextual ul {
	width:inherit;
	padding:0px;
	margin: 0px;
	list-style: none;
}

.contextual a {
	color:#000000;
	display: block;
	text-decoration: none;
	text-align: left;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
	padding-top: 0.6em;
	padding-right: 0.4em;
	padding-bottom: 0.6em;
	padding-left: 0.4em;
}

.contextual a:hover {
	color:#900;
	
}

.logo {
	margin:12px 0;
	
}


.navigation {
	float: left;
	width: 192px;
	font-size: 1.3em;
	margin-left: 24px;
}

.navigation_head {
	height: 96px;
	width: 192px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
}

.navigation ul {
	width:inherit;
	padding:0px;
	margin: 0px;
	list-style: none;
}


/* link blocks */

.navigation a {
	color:#000000;
	display: block;
	text-decoration: none;
	text-align: left;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
	padding-top: 0.6em;
	padding-right: 0.4em;
	padding-bottom: 0.6em;
	padding-left: 0.4em;
}

.navigation a:hover {
	color:#900;

}


.exhibitblock {
	float:left;
	font-size: 1.6em;
	width: 482px;
	margin-left: 24px;
}

.clear {
	clear:both;
}

.title {
	font-size: 1.8em;
	font-weight: bold;
	color: #900;
}

.artist {
	font-size: 1.3em;
	color: #000;
}
.year {
	font-size: 1em;
}

.description {
	font-size: 1em;
	color: #111111;
}

.description p {
	
}

.description a {
	
}




.url {
	
}

.imagecredit {
	font-size: 0.8em;
	color: #222222;
	text-align: right;
}

.footnote {
	font-size: 0.8em;
	color: #222222;
	
}
.quote {
	margin-left: 2em;
	font-style: italic;
}

#sitemeter {
	position:absolute;
	left:5000px;
	top:1px;
	width:1;
	height:1px;
	z-index:6;
}
