body {
	color: #000000;
	background-color: #383a3b;
	font-family: Georgia, Serif;
	text-align: center;
	min-width: 900px;
}

a:link, a:visited {color: #1e80d4; text-decoration: none;}
a:hover, a:active {color: #000000; text-decoration: none;}

#container {
	border: 1px solid black;
	margin: 1em auto auto;
	left: 10%;
	width: 800px;
	color: black;
	background-color: #ffffff;
	text-align: left;
}

#header {
	width: 100%;
	height: 80px;
	text-align: center;
	background-image: url('../images/scatterimage.gif');
	background-repeat: repeat-x;
	color: #ffffff;
}

#navigation {
	z-index: 1;
	position: relative;
	border: 1px dashed gray;
	background-color: #ffffff;
	left: -50px;
	top: 10px;
	float: left;
	width: 120px;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: .5em;
	padding-right: .5em;
}

#contentframe {
	z-index: 0;
	position: relative;
	margin-left: 120px;
	left: -40px;
	color: black;
	background-color: white;
	background-image: url('../images/fadedimage.gif');
	background-repeat: no-repeat;
	background-position: center center;
	padding: 1em;
	min-height: 250px; /* ie ignores */ 
	height: 270px; /* ie treats as min-height */
}

*>#contentframe {
	height: auto; /* ie ignores child selector, modern browsers replace height declaration */
} 

#navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li
{
	float: left;
	margin: 1px 2.3px;
}

#navigation li a
{
	position: relative;
	text-align: center;
	line-height: 1.5em;
	width: 7em;
	display: block;
	border: .0625em solid #000000;
	color: #000000;
	background-color: #eb9141;
	text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
	float: none;
}
/* End hide */

#nav-menu li a:hover {
	background-color: #ecad72;
	border: .0625em dotted #000000;
	border-left: .3em solid #000000;
	color: #000000;
}

h2 { 
	font-size: 1em;
	border-bottom: .0625em dashed black;
	text-transform: uppercase;
}

h1 { 
	font-size: 1.5em;
}

hr {

}

yearsection {
	margin-left: 10px;
}

yearhead {
	border-bottom: 1px dashed;
	padding-bottom: 2px;
}

#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333333;
	background-color: #dddddd;
	border-top: .0625em dotted gray;
}

#nav-menu {

}