html {
	/*overflow:hidden;*/
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#010101;
	color: #92a3b1;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	position:absolute;
	overflow-x:hidden;
	
	}
a {
	color:#FFF;
	text-decoration:none;
	}
a img {
	border:0
	}
*.center {
	text-align:center;
	}
#page {
	width:1200px;
	/*height:898px;*/
	left:47%;
	top:-60px;
	margin-left:-600px;
	position:absolute;
	}
#header {
	height:182px;
	background-image:url(../images/bg_header.jpg);
	text-align:center;
}
#nav {
	position:absolute;
	z-index:10;
	left:288px;
	margin:0;
	padding:0;
	list-style:none;
	margin-top:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:10px;
	line-height:10px;
	}
#nav li {
	display:inline;
	padding:0 10px;
	border:1px solid #ccc;
	border-width: 0 0 0 1px;
	}
#nav li.first {
	border:none;
	}
#nav li.selected a {
	color:#FFF !important;
	}
#nav a {
	color:#c1e1f8;
	}
#frame {
	height:440px;
	}
#frame img {
	float:left;
	}
#content {
	background:url('../images/bg_frame.jpg');
	width:932px;
	height:440px;
	float:left;
	position:relative;
	overflow:hidden;
	}
#footer {
	clear:left;
	height:125px;
	text-align:center;
	position:relative;
	background-image:url(../images/bg_footer_main.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-top: 20px;
	}
#footer img {
	vertical-align:top;
	}
#copy {
	
	}

#nav-collections,
#nav-locations,
#nav-history {
	visibility:hidden;
	list-style:none;
	margin:0;
	padding:20px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	top:0px;
	z-index:1;
	}
#nav-collections {
	width:140px;
	left:300px;
  }
#nav-locations {
	width:100px;
	left:497px;
	}
#nav-history {
	width:100px;
	left:585px;
  }	
#nav-collections li,
#nav-locations li,
#nav-history li {
	margin:0;
	padding:4px 0;
	text-align:center;
	background-color:#3d3530;
	}
		
#nav-collections li a:link,
#nav-collections li a:visited,
#nav-locations li a:link,
#nav-locations li a:visited,
#nav-history li a:link,
#nav-history li a:visited {
	color:#92a3b1;
	}
	
#nav-collections li a:hover,
#nav-locations li a:hover,
#nav-history li a:hover {
	color:#ccc;
	}
	
#nav-collections li.selected a,
#nav-locations li.selected a,
#nav-history li.selected a {
	color:#fff !important;
	}
	
	
a.mailingListLink {
	font-size:14px;
	color:#cc6600;
}
a.mailingListLink:hover {
	color:#ff7f00;
}
	
	
	
	

