@charset "utf-8";

html { background-color: #333; }

div#container
{
	width: 800px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -400px;
	background-color: #C96;
}

div#content
{
	background-color: #FFC;
	margin-left: 320px;
	padding: 15px;
}

h1
{
	font-family: "Trebuchet MS";
	background-color: gray;
	color: #FFC;
	position: relative;
	top: 0px;
	left: 10px;
	font-size: 3em;
	padding: 10px 0px 20px 60px;
	font-style: normal;
	width: 715px;
	margin: 30px 0px 0px 0px;
	letter-spacing: 1px;
}

p, h2, div#content, div#cds, p#blurb, ul#nav { font-family: "Gill Sans", Helvetica, "sans serif"; }

h2
{
	font-size: 150%;
	height: 30px;
	margin-top: -50px;
	position: absolute;
	background-color: #FC6;
	color: #630;
	margin-bottom: 0px;
	font-weight: bold;
	letter-spacing: 1.5px;
	padding: 10px;
	text-align: center;
}

h3
{
	font-style: normal;
}

ul#nav
{
	font-size: 125%;
	position: absolute;
	top: 0px;
	left: 85px;
	font-weight: normal;
	list-style-type: none;
	background-color: #C63;
	padding: 10px 25px 10px 24px;
	font-style: normal;
	margin: 150px 0px 0px 0px;
	width: 105px;
}

li.page { padding: 1px; }
li.page a:hover { color: #600; }

li.page a
{
	text-decoration: none;
	color: #FC6;
}

img#line
{
	position: absolute;
	top: 18px;
	left: 40px;
	margin: 0px;
	padding: 0px;
}
