html, body {
	margin:0; padding:0;
	height:100%;
}
 
body {
	background: #000 url(../images/bg.jpg);
	color: #fff;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 80%;
}
 
#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-275px;
	width:1px;
}
 
#centered {
	position:relative; clear:left;
	height:550px; 
	width: 900px; 
	margin:0 auto;
}
 
#content {
	position:absolute; left:0; right:0; top:0; bottom:0;
	overflow:auto; height:550px;
}

h1 {
	float: left;
	font-size: 3.1em;
	margin: 0 16px 0 0;
	letter-spacing: 5px;
	}
	
h2 {
	float: right;
	margin: 25px 4px 0 0;
	font-size: 108%;
	letter-spacing: 2px;
	text-align: right;
	font-weight: bold;
	}
	
	
#nav {
	clear: left;
	margin-left: 56px;
	}
	
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#nav a {
	color: #fff;
	text-decoration: none;
	font-size: 95%;
	display: block;
	float: left;
	margin-right: 76px;
	border: 1px solid transparent;
	padding: 0 3px;
	margin-bottom: 5px;
	}
	
#nav a.current, #nav a:hover {
	border: 1px solid #fff;
	}
	
#nav li {
	text-align: center;
	float: left;
	}
	
#nav a#home, #nav a#biography {
	padding: 8px 6px;
	}
	
#nav a#links {
	margin-right: 0;
	margin-left: 3px;
	}
	
#contentMain {
	clear: left;
	margin-left: 56px;
	background-color: #272E36;
	color: #bbbbbb;
	margin-top: 5px;
	position: relative;
	}
	
#contentMain img {
	border: none;
	}
	
#contentMain #text {
	position: absolute;
	top: 239px;
	left: 0;
	}
	
#contentMain p {
	padding: 1px 5px;
	margin: 0;
	font-size: 1em;
	}
	
#contentMain #galleryleftarrow {
	position: absolute;
	top: 380px;
	left: 120px;
	}
	
#contentMain #galleryrightarrow {
	position: absolute;
	top: 380px;
	right: 120px;
	}
	
#contentMain #tabletoparrow {
	position: absolute;
	top: 380px;
	left: 160px;
	}

#contentMain #exhibitiontext1 {
	position: absolute;
	top: 270px;
	left: 10px;
	}
	
#contentMain #exhibitiontext2 {
	position: absolute;
	top: 270px;
	left: 225px;
	}

#contentMain #exhibitiontext3 {
	position: absolute;
	top: 270px;
	left: 435px;
	}

#contentMain #exhibitiontext4 {
	position: absolute;
	top: 270px;
	left: 645px;
	}	
	
#contentMain #biographytext {
	position: absolute;
	top: 30px;
	left: 120px;
	}
	
#footer {
	margin-left: 56px;
	margin-top: 10px;
	}

#email {
	float: left;
	margin-left: 10px;
	font-size: 1.1em;
	color: #d7d7d7;
	}
	
a {
	color: #fff;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
			
#footer a {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#copyright {
	float: right;
	margin-right: 10px;
	font-size: 0.9em;
	}