@charset "UTF-8";
/* CSS Document */

body {
	background:#111111 url('images/nyserpent.jpg') no-repeat fixed top;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	}
	
#wrapper {
	width: 840px;
	margin-right: 200px;
	}

 #menu {
	width: 200px;
	float: left;
	opacity:0.60;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	}
	
#wrapper #body {
	background-color: #4b5764;
	width: 590px;
	float: right;
	opacity:0.90;
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	padding: 15px;
	border-style: ridge;
	border-width: 3px;
	border-color: #4b5764;
	text-align: justify;
	font-family: Arial, sans-serif;
	}
	
#wrapper #body table {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	}
	
/* Anybody's guess why this next one is necessary */	

#wrapper #body #featured {
	margin-top: -150px;
	}
	
	
#wrapper #body #featured h1 {
	font-size: 36px;
	background-color: #999999;
	color: #4b5764;
	font-weight:500;
	display: block;
	text-align: center;
	border-style: double;
	}

#exhibit {
	min-height:400px;
	width: auto;
	font-size: 16px;
	color: #222222;
	}

.single {
	display:inline;
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	}

#exhibit div {
	background-color: #bbbbbb;
	margin-left: 10px;
	padding: 10px;	
	float: left;
	display: inline;
 	border-style: double;
	width: 540px;
}

#exhibit h1 {
	font-size: 18px;
	font-weight:700;
	border-bottom-style:double;
	display: inline;
	color: #dddddd;
	text-align: left;
	}
	
#category {
	background-color:#bbbbbb;
	color: #000000;
	padding: 10px;
	border-style:double;
	border-color:#333333;
	margin-bottom: 0px;
	display: block;
	position: static;
	}
	
#category h1 {
	font-size: 28px;
	color: #4b5764;
	font-weight:300;
	display: inline;
	float: left;
	text-align: center;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 4px;
	border-bottom-style: double;	
}
	
#category p {
	font-size: 14px;
	font-weight:100;
	}
	
a {
	color: #ffff66;
	text-decoration: none;
	}
	
table p {
	display:block;
	text-align: center;
	margin-bottom: 40px;
	}

.30percent img {width:30%; height:30%;}
	
.tableimg {
	float:none;
	}
	
	
.quote, blockquote {
	margin-left: 20px;
	font-size:11px;
	text-align:left;
	}
	
sup, sub {
	font-size: 10px;
	}

