
body
{
	background-image: url("images/back.jpg");

	margin: 0;
	padding: 0;
	text-align: center;

	color: #333333;
	background-color: black;
	font-family: "Bitstream Vera Sans Mono", Arial, Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, sans-serif;
	font-size: .8em;
}

#container
{
	text-align: left;

	position: relative;
	width: 600px;
	margin: auto;

	background-image: url("images/contback.gif");
}

#masthead
{
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;

	width: 600px;
	height: 100px;
	background-image: url("images/masthead.gif");
}

#menutop
{
	position: absolute;
	z-index: 100;
	right: 0;
	top: 100px;

	width: 175px;
	height: 50px;
	background-image: url("images/menutop.gif");
}

#content
{
	width: 405px;

	margin-right: 175px;
	padding-top: 110px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

	background-color: #F3B97A;
}

#contentprop
{
	height: 450px;
	float: right;
	width: 1px;
}

#contentclear
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* IE box-model hack... ugh. */
* html #content
{
	width: 425px;
	w\idth: 405px;
}

#menu
{
	position: absolute;
	width: 160px;
	right: 0;
	top: 150px;

	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* IE box-model hack... ugh. */
* html #menu
{
	width: 175px;
	w\idth: 160px;
}

#footer
{
	clear: both;

	border: 1px solid black;
	color: #AAAAAA;
	background-color: #111111;

	padding: .25em;
	
	font-size: 70%;
	height: 1.5em;
}

#footer a {color: #AAAAAA; text-decoration: underline; font-weight: normal; }

a {font-weight: bold; text-decoration: underline; color: #333333;}
a:hover {background-color: #000000; color: #D85A12;}

h1, h2, h3, h4, h5, h6
{
	font-family: "Book Antiqua", "Apple Garamond", "Palatino Linotype", "Minion Web", Georgia, "Times New Roman", Times, serif;
	color: black;
}

h1
{
	border-bottom: 1px solid black;
	font-size: 1.5em;
}

h2
{
	border-bottom: 1px solid #D85A12;
	font-size: 1.3em;
}

h3 { font-size: 1.2em; }
h4, h5, h6 { font-size: 1em; }

ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 80%;
}

ul#navlist li
{
	display: block;
	margin: 0;
	padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 0.5em 0 0.5em 2em;
	color: black;
	text-decoration: none;
	background: #D85A12;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
	background: #C35110;
	color: #CCCCCC;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: white;
	background: #000000;
}

.logo
{
	text-align: center;
	padding-top: 3em;
}

.center
{
	text-align: center;
}

