@charset "UTF-8";
html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
body {
	font-family: georgia, serif;
	font-size:100%;
	line-height:1.125em; /* 16x1.125=18px */
	margin:0;
	padding: 0;
	background-color: #444;
	color: #fff;
	}
p { font-size: 0.875em; }
table { height: 100%; }
td { vertical-align: middle; }

#wrapper {
	width: 913px;
	margin: 0 auto;
	padding-top: 30px;
	}
#header {
	margin-bottom: 0;
	}
#nav { list-style: none; 
	width: 100px; 
	margin: 20px auto;
	position: relative;
	text-align: center;
	padding: 0;
	}	
#nav a {
	text-align: center;
	display: block;
	text-indent: -30000px;
	position: relative;
	outline: none;
	height: 15px;
	background-position: left top;
	margin: 0 auto 10px;
	}	
#nav a:hover {
	background-position: left bottom;
}	
#nav .bio-btn {
	width: 29px;
	background: url(images/bio-btn.gif) no-repeat;
	}	
#nav .exhibition-btn {
	width: 108px;
	background: url(images/exhibition-btn.gif) no-repeat;
	}
#nav .gallery-btn {
	width: 71px;
	background: url(images/gallery-btn.gif) no-repeat;
	}	
#nav .contact-btn {
	width: 78px;
	background: url(images/contact-btn.gif) no-repeat;
	}	
	
	
	
	
.bio { padding: 0 5px 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #333;
	}
	
#flashcontent img { margin-bottom: 15px; }	


#audio-player { float: right; width: 150px; margin-bottom: 20px; }