@charset "UTF-8";
body {
    background: url(https://www.reed.edu/projectoptions/assets/images/body.bg.b8a988.jpg) top center;
	margin: 0;
	font-family: Geneva, Verdana, sans-serif;
}
#container { background: url(https://www.reed.edu/projectoptions/assets/images/header.bg.fade.dark.jpg) top center repeat-x; }
#header {
	background: url(https://www.reed.edu/projectoptions/assets/images/header.bg.fade.dark.jpg) top center repeat-x;
	position: relative;
	margin: 0 auto;
	width: 700px;
	height: 200px;
}
#header h1 { margin: 0; }
#header h1 a {
	display: block;
	background: url(https://www.reed.edu/projectoptions/assets/images/header.logo.png) no-repeat;
	width: 156px;
	height: 0;
	padding-top: 150px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -75px 0 0 -78px;
}
#header h2 { margin: 0; }
#header h2 a {
  display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -310px;
	width: 218px;
	height: 0;
	padding-top: 48px;
	overflow: hidden;
	background: url(https://www.reed.edu/projectoptions/assets/images/header.title.png) no-repeat;
}
#nav {
	position: absolute;
	top: 0px;
	left: 50%;
	height: 200px;
	width: 350px;
	font-family: 'Fugaz One', cursive;
	font-size: .9em;
	margin-left: 90px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -3.75em;
	line-height: 1.7em;
}
#nav li a {
	background: url(https://www.reed.edu/projectoptions/assets/images/nav.nodes.png) left center no-repeat;
	color: #333;
	text-decoration: none;
	padding: 0 0 0 25px;
}
#nav li a:hover { background-position: -300px center; }
#content {
	clear: both;
	margin: 0 auto 50px;
	width: 550px;
	background: #fff;
	padding: 35px 50px;
	border: 5px solid #000;
	border-radius: 20px;
	box-shadow: 0 3px 5px #ccc;
	position: relative;
}
a {
	color: #9a2902;
}
h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 1rem;
}
h4 { font-size: 1.2em; }
ul.homeMenu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 200px;
	position: absolute;
	top: 35px;
	left: 0;
}
ul.homeMenu li a {
	display: block;
	padding: 10px;
	border-top: 1px solid #ccc;
	text-decoration: none;
}
ul.homeMenu li:first-child a { border-top: none; }
ul.homeMenu li.active a { color: #666; }
#homeContent { margin-left: 180px; }
.fineprint { font-size: 11px; }
