body,html{
	background-color: #c6c5cd;
}

em{
	font-style: italic;
}

strong{
	font-weight: bold;
}

a img, a:visited img{
	border: 1px solid #DDD;
}

a:hover img{
	border: 1px solid #AA2222;	
}

#wrapper{
	width: 900px;
	margin: 0 auto;
	background: white;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;

}

#header{
	background-image: url(../images/banner.png);
	height: 75px;
}

#header .name{
	color: #DDD;
	padding-left: 60px;
	padding-top: 25px;
	font-size: 1.3em;
}

#nav{
	border-bottom: 1px solid #AAA;
	padding: 10px 0px;
	height: 20px;
}

#nav ul{
	padding-left: 40px;
}

#nav li{
	display: inline;
}

#nav a, #nav span{
	width: 200px;
	display: block;
	float: left;
	color: #333;
	text-decoration: none;
	text-align: center;
}

.frontbanner{
	width: 700px;
	margin: 10px 0px;
}

#content .exhibition p{
	width: 700px;
	font-size: 1.1em;
}

#content .exhibition small{
	font-size: 1.1em;	
}

#content .exhibition strong{
	font-size: 1.4em;
}

#content .exhibition .icon{
	float: left;
	margin: 0 10px 10px 0px;
}

#content{
	padding: 10px 40px;	
}

#content h1{
	letter-spacing: 0.09em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.1em;
	margin-bottom: 20px;
	color: #333;
}

#content .seperator{
	margin-bottom: 40px;
	clear:  both;
	border-top: 1px solid #AAA;
	padding: 5px 0px;
}

#content .meta{
	width: 480px;
}

#content .meta .date{
	font-size: .9em;
	color: #555;
	float: right;
}

#content h2{
	color: #333;
	letter-spacing: 0.2em;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 1.4em;
	margin-bottom: 6px;
}

#content h2 a, #content h2 a:visited{
	color: #333;
}

#content h2 a:hover{
	color: #333;
	text-decoration: underline;
}

#content .meta .detail{
	font-size: .9em;
	color: #555;
	margin: 10px 0px;
	font-style: italic;
	font-weight: bold; 
}

#content .medium{
	font-size: 1.15em;
	margin-bottom: 4px;	
	letter-spacing: .1em;
}

#content p{
	color: #444;
	word-spacing: -0.01em;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	width: 500px;
}

#content p.wide{
	width: auto;
}

#content p.bold{
	font-size: 0.9em;
}

#content p.blurb{
	font-size: .98em;
	font-style: italic;
}

#content a{
	color: #3322DD;	
	text-decoration: none;
}

#nav a:visited{
	color: #333;
	text-decoration: none;
}

#content a:hover, #nav a:hover{
	color: #AA2222;
}

#content .media{
	float: right;
	margin-left: 10px;
}

#content .media img{
	display: block;
	margin: 20px;
}

#content .movie{
	text-align: center;
}

#content .movie object{
	margin: 5px 2px;
}

#content .thumbs img{
	width: 150px;
	margin: 3px;
}

#footer{
	clear: both;
	font-size: .8em;
	color: #666;
	text-align: center;
	padding: 5px 0px;
	border-top: 1px solid #AAA;
}

#content.cv p{
	width: 700px;
}

/* lightwindow specific */
#lightwindow_galleries_tab_container{
	display: none;
}