﻿p {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	margin-top: .25em;
	margin-bottom: .25em;
	text-align: center;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	text-align: center;
	margin-top: .25em;
	margin-bottom: .25em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	margin-top: .25em;
	margin-bottom: .25em;

}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin-top: .25em;
	margin-bottom: .25em;
}
hr {
	margin: 0px;
}
a:hover {
	color: red;
}
body {
	margin: 0 auto;
	background: white;
	background-image: url('images/pageback.png');
}
#container {
	padding: 0px;
	margin: auto;
	width: 1000px;
	background: url('images/maincontainerback.png');
}
#wrapper {
	position:relative;
	height: auto;
	width: 796px;
	border: none;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#logo {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	height: 140px;
	width: 796px;
}
#navbar {
	position: absolute;
	z-index: 2;
	background: white;
	top: 20px;
	right: 20px;
	float: left;
	height: 18px;
	width: 500px;
	text-align: right;
}
#spacer {
	height: 10px;
	clear: both;
}
#footer {
	border: 2px solid #FFFFFF;
	text-align: center;
	background: #d4d4d4;
	clear: both;
	padding: 2px;
	height: 90px;
	width: auto;
}
#footer p {
	margin: 1em .5em .5em .5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
