body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	color: #FFF;
	background-color: #FFCC00; 
	}

title {
	font-size: 12px; 
	font-weight: bold; 
	}

a:link {
	color: RoyalBlue;
	}
	
a:visited {
	color: FireBrick;
	}

img {
	border: 0;
	}

#media {
	font-size: 14px; 
	font-style: normal; 
	}
	
.subheader {
	font-size: 12px; 
	font-style: italic;
	}

.text {
	font-size: 11px;
	color: black;
	}

.copyright {
	font-size: xx-small;
	}

.artistname {
	font-size: medium; 
	font-weight: bold; 
	}

.artistsite {
	font-size: x-small; 
	font-weight: bold; 
	}

#artistinfo {
	font-size: small; 
	font-style: normal; 
	}

#object.flash {
	position: absolute; 
	top: 0px; 
	left: 0px;
	}

#column2 {
	text-align: center; 
	width: 361; 
	position: absolute; 
	left: 60px; 
	top: 0;
	margin-top: 70px;

	}
#column3 {
	text-align: left; 
	width: 370px; 
	height: 600px; 
	position: absolute; 
	left: 460px; 
	top: 0px;
	background-color: white;
	color: black;
	padding: 2px;

	}
#column3Alt {
	text-align: left; 
	width: 380px; 
	height: 600px; 
	position: absolute; 
	left: 460px; 
	top: 0px;
	background-color: white;
	color: black;
	overflow: auto;
	}

.header {
	font-size: 16px; 
	font-style: italic; 
	color: black;
	}

.collection {
	font-size: small;
	font-style: italic;
	}
	
#container {
	margin-left: auto;
	margin-right: auto;
	max-width: 850px;
	text-align: left; 
	height: 660;
	border: 2px dashed #000; 
	position: relative;
	background-color: black;
	}

#image_container {
	border: 0px solid #FF0000;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 20px;
	padding: 0px;
	width: 346px;
	height: 346px;
	vertical-align: middle;
}

#map {
	border: 0px solid #A77993;
	padding: 2px;
	position: relative;
	width: 70px;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}

#tour {

	height: 340px;
	width: 340px;

}

#controls {

	border-top: solid 1px #A77993; 
	position: relative; 
	text-align: center;
	color: gold;
}

.controlbutton {
	font-family: Arial; 
	font-size: 12px; 
	color: #000; 
	border-style: outset; 
	border-width: 1; 
	border-color: ivory; 
	background-color: #ffcc00;
	}
	
form.controls label.fixed {
	font-size: small;
	color: #000;
	}

