/* CSS Document */
body {
	background-color: #000;
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	
}
div#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div#header {
	width: 760px;
	margin-top: 15px;
	border-bottom: 2px solid #FC3;
	height: 125px;
	background-color: #000;
	padding-bottom: 15px;
}
img.logo {
	float: left;
	
}
h3 {
	float: left;
	width: 500px;
	color: #FFFFCC;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	padding: 30px 0 30px 20px;
	text-align: left;
}
div#exhibitbox {
	width: 760px;
	background-color: #000;
	margin: 25px 0px;
	
	text-align: left;
	padding-left: 0px;
	border-left: 0px solid #600;
}

h4 {
	color: #FC3;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	letter-spacing: .1em;
	padding: 5px;
	border-bottom: 0px solid #600;
	text-align: left;
}
/*div#navigation {
	width: 200px;
	float: left;
	text-align: left;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	
}
div#navigation ul {
	padding: 0;
	margin-left: 0;
	list-style: none;
}
div#navigation ul li {
	border-bottom: 1px solid #600;
	letter-spacing: 0;
}
div#navigation li a:link, div#navigation li a:visited {
	 font-size: 90%; 
	 display: block; 
	 padding: 0.6em 0 0.6em 0.5em; 
	 border-left: 12px solid #600; 
	 border-right: 1px solid #600; 
	 background-color: #FC3; 
	 color: #600; 
	 text-decoration: none; 
}
div#navigation li a:hover {
	background-color: #FFC; 

}*/
.image {
	text-align: center;
	font-size: 75%;
	color: #FFC;
	background-color: inherit;
}
p.image img {
	padding: 10px;
}
p.textblock1 {
	background-color: #FFC;
	margin: 5px;
	padding: 5px;
	border-bottom: 2px solid #600;
}
p.textblock1 a, p.textblock1 a:active, p.textblock2 a, p.textblock2 a:active {
	color: #600;
	}
p.textblock1 a:hover, p.textblock2 a:hover {
	color: #FC3;
	}
p.textblock2 {
	
	background-color: #FFC;
	margin: 15px;
	padding: 10px;
	margin-bottom: 20px;
	}
div.textblock3 {
	background-color: #FFC;
	margin: 15px;
	padding: 10px;
	margin-bottom: 20px;
	}
img.intext {
	float: right;
	padding: 10px;
}
img.intext2 {
	float: left;
	padding: 0 10px 0 0;
}
a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFC;
	letter-spacing: .05em;	
}
a.footer:hover {
	color: #FC3;
}
.footnotes {
	font-size: 70%;
	color: #FFC;
}
div#holder1 {
	width: 760px;
	background-color: inherit;
}
div#holder2 {
	position: relative;
	width: 760px;
	background-color: inherit;
	
}
p.image2 {
	float: left;
	width: 300px;
	margin: 0;
	padding: 10px;
}
p.reception {
	color: #FFC;
	margin: 5px;
	padding: 5px;
	}
div#top {
	text-align: right;
	font-size: 75%;
	margin: 10px 0;
	}
div#top a {
	color: #FFC;
	
	}
div#top a:hover {
	color: #FC3;
	
	}
table tr td {
	text-align: center;
	color: #FFC;
	font-size: 75%;
	padding: 10px;
}
p.mainbody {
	text-align: left;
	font-size: 90%;
	color: #FFC;
}
p.mainbody a {
	color: #FC3;
	
	}
p.mainbody a:hover {
	color: #FFC;
	
	}
p.small {
	font-size: 100%;
	}