﻿/* CSS layout */
body {
	background: #FFFFFF;
	font-family: Papyrus, Garamond, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
#masthead {
	position: absolute;
	z-index: 10;
	width: 750px;
	top: 0px;
	left: 0px;
	height: 150px;
	font-family: Papyrus, Garamond, sans-serif;
	font-size: large;
	color: #FFFFCC;
}
#top_nav {
	z-index: 20;
	position: absolute;
	width: 630px;
	height: 50px;
	top: 100px;
	left: 0px;
	font-family: Garamond, Papyrus, sans-serif;
}
#container {
	position: absolute;
	width: 750px;
	z-index: 30;
	left: 0px;
	top: 150px;
}
#left_col {
	width: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	border-style: none;
	border-width: 5px;
	margin-right: 0px;
	margin-left: 120px;
	z-index: 51;
	color: #008080;
}

#footer {
	z-index: 40;
}
.h1 {
	font-family: Garamond, Papyrus, san-serif;
	font-size: x-large;
	color: #800000;
}
.text_center {
	font-family: Papyrus, Garamond, sans-serif;
}
.img_right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 2px solid #800000;
}
.img_left {
	border: 2px solid #800000;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
a {
	color: #800000;
}
a:active {
	color: #FF6666;
}
a:hover {
	color: #FF6666;
}
