body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #000;
	color: #333;
	/*background-image: url(bg1.jpg);*/
}

h1{
	font-size: .6em;
	letter-spacing: 1em;
	text-transform: uppercase;
	text-align: center;
	color: #3c3c3c;
}

p {
	margin: .7em;
}

div img {
	border: none;
	float: left;
	margin: 0;
	padding: 0 1px 1px 0;
}

#exhibition img {
	
	float: left;
	margin: 4px 0 0 4px;
	padding: 0;
}


a, a:active, a:hover, a:visited {
	color: #666;
	text-decoration: none;
}


#content {
	margin: 2em auto;
	width: 1230px;
}

#navigation {
	text-align: center;
}

#video {
	position: absolute;
	width: 600px;
	height: 415px;
	margin: 15px 0 0 15px;
	padding: 0;
	font-size: .9em;
	line-height: 1.2em;
	z-index: 2;
	background: #e0e0e0;
}

#text {
	position: absolute;
	width: 580px;
	height: 395px;
	margin: 15px 0 0 615px;
	padding: 10px;
	font-size: .9em;
	line-height: 1.2em;
	z-index: 2;
	background: #000;
}

#exhibition {
	position: absolute;
	width: 1230px;
	height: 671px;
	margin: 0;
	padding: 0;
	z-index: 3;
	background: #000;
}

.info {
  color: #3c3c3c;
  margin: 8px 5px;
  padding: 0px;
}

#footer{
	clear:both;
	margin: 2em 0;
	padding: 2em 0;
	font-size: .7em;
	text-align: right;
}

.clear {
	clear: both;
}

.nav {
	list-style: none;
	margin: 1em 195px;
	width: 20px;
	height: 20px;
	background: #666;
	float: left;
}

.hidden { display: none; }
.unhidden { display: block; }


