body, html {
	margin:0;
	padding:0;
	height: 100%;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	
	background-color: #1A1F0E;
}

div#header {
	z-index: 10;
	height: 180px;
	padding: 0px;
	background-color: #374222;
	background-image: url(images/top_bg.png);
}
div#header h1 {
	padding: 0px;
	margin: 0px;
	color: #FFD800;
}
#header table {
	border-collapse: collapse;
}
#header td {
	padding: 0px;
}

div#menu {
	z-index: 10;
	background-color: #65793A;
	border-bottom: 2px solid black;	
	padding: 0em 2em 0.5em;
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	color: #374222;
}
#menu a, #menu a:visited {
	color: #FFD800;
	text-decoration: none;
}
#menu a:hover, #menu a:active {
	color: #FFEB81;
}

div#content {
	padding:1em 0em 118px; /* bottom padding for footer */
	background-color: #1A1F0E;
	color: white;
	
}

div#footer {
	z-index: 10;
	height:118px;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-color: #374222;
	background-image: url(images/bottom_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 2px solid black;
	color: #95793A;
	font-size: 10pt;
}
#footer table {
	border-collapse: collapse;
}
#footer td {
	padding: 0px;
	color: #95793A;
	font-size: 10pt;
}

body {
	background-color: #FFF8CE;
	font-family: Times, serif;
}

a, a:visited {
	color: #95793A;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFD800;
}
a img {
	border: none;
}

.footnote {
	font-size: 8pt;
}

IMG.pagepicture {
	border: 2px solid black;
	margin-right: 1em;
	margin-bottom: 1em;
}
IMG.bar {
	border: 2px solid black;
}

.pagetext {
	padding: 0em 2em 1em;
	color: white;
}

#intro {
	z-index: 2;
	text-align: right;
	position: absolute;
	right: 1em;
	font-weight: bold;
	margin-right: 1em;
	margin-top: 2em;
}
#splash {
	z-index: 1;
	position: absolute;
	bottom: 118px;
}

#cartoon {
	z-index: 15;
	position: absolute;
	bottom: 0px;
}

h2 {
	color: #44c200;
}