html { background-color:#400000; }
body {
	display:table; margin:auto;
}

#header {
	background-image:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

#entrance {
	margin:0 auto;
	width:710px;
}
#entrance td {
	font-size:0; /* fix gaps when zoomed */
}

#subjectnav {
	min-width:810px !important;
}
#subjectnav ul {
	padding-left:0 !important;
}

/* NOTE: #splashnav is just a tweaked #librarynav */
#splashnav {
	background-image: url("../images/back_nav.jpg");
	background-repeat:no-repeat;
	background-size:100% 100%;
	margin:0 auto; padding:0;
	width:710px;
}
#splashnav ul {
	margin:0 auto;
	padding:16px;
	
}
#splashnav li {
	list-style-type: none;
	display:inline;
	margin:0 0 0 50px;
}
#splashnav li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
/*	font-size: 36px; *//* from Jon's CSS */
	letter-spacing:5px;
/*	letter-spacing: 2px; *//* from Jon's CSS */
	text-shadow:0 0 .3em black;
	color: #FF6464; /* pinkish */
/*	color: #A5BDDE; *//* from Jon's CSS */
	margin:0; padding:0;
}
#splashnav li a:hover {
	text-shadow:0 0 .2em black, 0 0 .3em black;
	color:#A5BDDE; /* ISE blue */
	text-decoration:none;
}

