﻿/* CSS layout */
body {
	background-position: 100% 100%;
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	background-attachment: fixed;
	position: relative;
	background-color: #FFFFFF;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	z-index: 0;
}
#masthead {
	min-width: 600px;
	position: relative;
	top: 20px;
	font-family: "Copperplate Gothic Light";
	color: #FFFFCC;
	width: 100%;
	z-index: 1;
	height: 85px;
}
#logo {
	width: 200px;
	display: block;
	position: absolute;
	left: 5px;
	height: 250px;
	top: 10px;
	z-index: 3;
}
#logo2 {
	position: absolute;
	z-index: 3;
	width: 200px;
	height: 80px;
	top: 5px;
	left: 480px;
}
#logotext {
	position: absolute;
	z-index: 2;
	left: 165px;
	top: 15px;
	font-family: "Copperplate Gothic Light";
	font-size: 24px;
	color: #CCFF66;
	text-align: left;
}
#menu {
	float: left;
	width: 200px;
	position: absolute;
	z-index: 1;
	height: 400px;
	top: 250px;
	left: 5px;
	text-align: center;
	font-family: "Arial Unicode MS";
}
#navbuttons {
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 15px;
}
#container {
	position: relative;
	z-index: 1;
	width: 90%;
	top: 150px;
	left: 200px;
	minHeight: 450px;
}
#page_content {
	margin: 20px 10px 10px 10px;
	position: relative;
	width: 80%;
	font-family: "Book Antiqua";
	color: #336600;
	top: 20px;
	left: 0px;
	font-size: 12pt;
	z-index: 1;
	font-weight: bold;
	padding-top: 10px;
}
#footer {
	border: 2px solid #660066;
	position: absolute;
	top: 650px;
	width: 100%;
	left: -125px;
	background-color: #B5BA27;
	z-index: 0;
	float: left;
}
#copyright [

	}
#text {
	font-weight: bold;
	color: #336600;
	font-family: "Book Antiqua";
	font-size: 12pt;
}
