/* -------- Common Styles -------- */
@import url("/_includes/common.css");

html, body {
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	height: auto;
	text-align: center;
}

#container {
	position: static;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
	width: 700px;
	height: auto;
	background-repeat: no-repeat;
}
/* This is just for Mac IE 5 because it can't handle the stuff below */
table {	width: auto; height: auto; }

/* commented backslash hack to hide the right code from IE 5 Mac \*/
table {
	width: auto;
	height: auto;
}

table.listTable {
	width: 300px;
	height: auto;
}
#copy, #copytour, #copytext h2, #footeraddress {
	overflow: visible;
	color: #000000;	
	height: auto;
	position: static; 
}
#nav, .subnav, #homelink {
	display: none;
}
.bgabout, .bgexhibits, .bgcalendar, .bgvisitors, .bgsupport, .bgrentals, .bgeducation {
	background: none;
}
#main {
	position: static;
	height: auto;
}
#footerbar {
	position: static; 
	clear: left;
}
#copytext {
	margin: 0 20px 0 0;
}
#copy, #copytour {
	position: static;
	left: 38px;
	height: auto;
	width: 420px;
	float: left;
}

#footeraddress {
 	background-color: transparent; 
	position: static; 
	z-index: 0; 
	color: #000000; 
	font-size: 10px; 
	text-align: right; 
	line-height: 12px;
 	float: right;
 	width: 261px;
}
#footerbar {
	position: static; 
}
#images, #imagestour {
	position: static;
	float: right;
	width: 250px;
}/**/
