@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: normal 1em Monaco, "Trebuchet MS", sans-serif;
	background-color: #FFFFFF;
}
body,td,th {
	color: #000000;
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: none;
}
a:active {
	color: #006600;
	text-decoration: none;
}
#container {
	background: #FFFFFF;
	text-align: left;
	margin: 40px auto 40px;
	padding: 0 1.5em;
	max-width: 56.25em;      /* 960px / 16px = 60em */
	z-index: 1;
}
.showname {
	text-transform: uppercase;
	line-height: 3em;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #000000;
}
#container #header {
	top: 0px;
	position: static;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 35px;
	font-family: Monaco;
	font-size: 0.75em;
	word-spacing: 0.8em;
	text-transform: uppercase;
	z-index: 2;
}
.arrow {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	position: relative;
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;
	text-decoration: none;
	white-space: nowrap;
}
#container #navbar {
	margin-left: auto;
	margin-right: auto
	width: 100%;
	height: 35pt;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	word-spacing: 10px;
	text-align: right;
	
    
}
#container #mainContent {
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	overflow: visible;
	font-size: 85%;
	height: 450px;
	width: 100%;
	
}
#container #mainContent #leftmenu {
	float: left;
	width: 120px;
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: 2;
	top: 0px;
	text-transform: uppercase;
	line-height: 2em;
}
#container #mainContent #leftmenu a:link {
	text-decoration: none;
	color: #000000;	
}
#container #mainContent #leftmenu a:visited {
	text-decoration: none;
	color: #000000;	
}
#container #mainContent #leftmenu a:hover {
	text-decoration: none;
	color: #006600;
}
#container #mainContent #pic {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	height: 450px;
	width: 65%;
	top: 0px;
	overflow: visible;
	visibility: visible;
	z-index: 3;
	float: left;
	line-height: 1.2em;
	left: 60px;
}
#container #footer {
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFFFFF;
	font-size: 75%;
	z-index: 3;
} 
#container #mainContent #pic #caption {
	position: static;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 3;
	overflow: visible;
	visibility: visible;
	font-size: 85%;
	line-height: 1.5em;
	height: auto;
}
.text {
	line-height: 1.5em;
	text-transform: none;
	font-family: Monaco;
	font-weight: normal;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#layer3 {
	background-color: #FFFFFF;
	float: left;
	height: 450px;
	width: 500px;
	position: static;
	visibility: visible;
	z-index: 5;
}
#container #mainContent #pic #pasttb {
	font-size: 85%;
	width: 100%;
	float: left;
	text-align: left;
	vertical-align: top;
}
.textsmall {
	line-height: 1.5em;
	text-transform: none;
	font-family: Monaco;
	font-weight: normal;
	font-size: 80%;
}
.exhibittitle {
	text-transform: uppercase;
	line-height: 2.5em;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #000000;
}

