body{
	background-color: #666666;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15pt;
	text-transform: uppercase;
}

ul li{
	display: block;
	position: relative;
	float: left;
	text-align: center;
	width: 33%;
}

ul li a{
	color: black;
	text-decoration: none;
}

ul li a:visited{
	color: black;
}

#footer{
	color: #ffffff;
	font-weight: 300;
	width: 100%;
	margin-top: 1%;
}

#footer ul{
	width: 100%;
	text-transform: uppercase;
}

#header{
	color: #ffffff;
	display: block;
	font-weight: 300;
	height: 25px;
}

#header ul li a{
	color: #ffffff;
	font-size: 1.9vw; 
	text-decoration: none;
	font-weight: 300;
}

#footer ul li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 1.9vw; 
	font-weight: 300;
}

#footer ul li a:visited{
	color: #ffffff;
}

#wrapper{
	position:relative; 
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
    margin-top: 5%;
}

#center{
	width: 100%;
	position: relative;
}

#content{
	position: relative;
	background-color: #000000;
	margin-top: 2px;
	color: #ffffff;
	width: 94%;
	height: 90%;
	overflow: hidden;
}

#default{
	text-align: center;
}

#content #info{
	color: white;
	width: 30%;
	height: 70%;
	overflow: scroll;
	float: left;
	display: inline;
	padding: 5%;
}

h1{
	font-size: 10pt;
}

h2{
	font-size: 10pt;
	font-weight: normal;
}

h3{
	font-size: 10pt;
	font-weight: normal;
}

h4{
	font-size: 10pt;
	font-weight: normal;
}

p{
	font-size: 10pt;
	line-height: 175%;

}

#content #images{
	width: 60%;
	height: 100%;
	float: right;
	overflow: hidden;
	position: relative;
	padding-top: 5%;
}

#content #images img{
	position: absolute;
	z-index: 1;
	width: 90%;
	height: auto;
}

#content #images img.active{
	z-index: 3;
}

#content #images video{
	width: 90%;
	height: auto;
}

#content #PublicArtStatement{
	padding: 5%;
	height: 70%;
	overflow: scroll;
}

#footer .left{
	text-align: left;
}

#footer .right{
	text-align: right;
	float: right;
}

#header .left{
	text-align: left;
}

#header .right{
	text-align: right;
	float: right;
}

ul.top{
	width:100%;
	height: 10%;

}

ul.top li{
	float:right;
	width: 5.55%;
	height: 100%;
	white-space: nowrap;
}

ul.right{
	position: absolute;
	width: 5.55%;
	height: 100%;
	top: 10%;
	left: 94.45%;
	padding-top: 3px;
}

ul.right li{
	width: 100%;
	height: 10%;
}

.thumbs img{
	width: 95%;
	height: 95%;
}
