
body
{
	background-color: black;
	margin:0px;
	padding:0px;
	font-family:helvetica,verdana,sans-serif;
	font-size:12px;
}

A:link
{
	color:#000;
}

A:visited
{
	color: #000;
}

A:hover
{
	color: #ff6600
}


#footer
{
	color: white;
	width:100%;
	min-width:910px;
	height:40px;
	position:absolute;
	bottom:0px;
	background:#dedede;
	border-top:1px solid #000;
	padding-top:1px;
	z-index:3;
}

#footer div
{
	width:100%;
	height:39px;
	background:#000;
}

.menu
{
	margin-top:10px;
	margin-left:20px;
	padding-right:20px;
	border-right:1px solid #373737;
	display:inline-block;
	cursor:pointer;
}

#copyright
{
	color: #373737;
	position:absolute;
	right:20px;
	margin:0px;
	padding:0px;
	border:0px solid #fff;
	margin-top:10px;
}

#content
{
	width:100%;
	min-width: 910px;
	height: 450px;
	position:absolute;
	bottom:41px;
	/*overflow:hidden;*/
	z-index:1;
}

#content_target
{
	margin:0px;
	position:relative;
	height:449px;
}

#loading_1
{
	width:100%;
	height:30px;
	position:absolute;
	bottom:120px;
	text-align:center;
	z-index:0;
}

#loading_1 img
{
	width:16px;
	height:16px;
	position:relative;
	top:4px;
}

#splash
{
	position:absolute;
	bottom:70px;
	left:20px;
}

#splash_banner
{
	position:absolute;
	bottom:0px;
	width:100%;
	height:68px;
	background:#000;
	filter:alpha(opacity=45);
	-moz-opacity:0.45;
	opacity: 0.45;
}

#logo
{
	position:absolute;
	bottom:2px;
	left:10px;
}

#submenu
{
	position:absolute;
	bottom:0px;
	height:1px;
	width:100%;
	overflow:hidden;
	z-index:2;

}

#submenu span
{
	display:block;
	background:#000;
	margin-left:74px;
	padding-left:5px;
	height:20px;
	color:#fff;
	filter:alpha(opacity:75);
	-moz-opacity:0.75;
	opacity: 0.75;
	cursor:pointer;
	padding-top:3px;
}




/*//////////////////////////////////

Page Styles

//////////////////////////////////*/

.splash_title
{
	position:absolute;
	bottom:0px;
	left:260px;
	color:#fff;
	font-size:2em;
	font-family: "Hoefler Text", Garamond, serif;
	font-weight:normal;
	color: #f2f2f2;
}

h1, h2
{
	font-family: "Hoefler Text", Garamond, serif;
	font-weight: normal;
}

.mugshot
{
	border:2px solid #000;
	width:103px;
	height:103px;
	display:inline-block;
}

.mugshot div
{
	position:absolute;
	width:103px;
	height:103px;
	cursor:pointer;
}

.mugshot img
{
	position:absolute;
	width:103px;
	height:103px;
}

#exhibits
{
	position:absolute;
	bottom:0px;
	left:0px;
	height:400px;
}

.exhibit_selection
{
	cursor: pointer;
}

input
{
	border:1px solid #cccccc;
	width:600px;
	font-family: helvetica, arial;
}

textarea
{
	border:1px solid #cccccc;
	width:600px;
	height:200px;
	font-family: helvetica, arial;}

