﻿
body {
	background-color: #232314;
}
h1 {
	color: #990000;
	font-size: 25px;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	color: #FFDD8F;
	font-size: x-large;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	color: #DF811F;
}
h4 {
	font-family: "Courier New", Courier, monospace;
	color: #CCFF99;
}
li {
	color: #A3CB36;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-align: left;
	text-indent: 2em;
	margin-top: -1em;
	width: 700px;
}
a {
	color: #0066FF;
}

#leftside {
	width: 300px;
	height: auto;
	background-position: 49px;
	background-attachment: fixed;
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	left: 0px;
}
#logo {
	background-image: url('../images/logo.jpg');
	width: 300px;
	height: 280px;
	background-repeat: no-repeat;
}
#navleft {
	position: absolute;
	top: 280px;
	height: auto;
	width: 160px;
	left: 51px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	background-image: url('../images/glowy.jpg');
}
#middle {
	position: absolute;
	height: auto;
	width: 750px;
	top: 0px;
	left: 300px;
}
#top {
	top: 0px;
	height: 75px;
	position: absolute;
	width: 750px;
	overflow: hidden;
}
#menutop {
	background-image: url('../images/redglow.jpg');
	background-repeat: repeat-y;
	height: 80px;
	top: 77px;
	position: absolute;
	width: 750px;
	text-align: center;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	background-color: #FE2500;
}
#location {
	position: absolute;
	width: 750px;
	height: 30px;
	top: 155px;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	text-align: left;
	padding-top: 10px;
	font-weight: normal;
}
#content {
	width: 750px;
	height: auto;
	top: 210px;
	position: absolute;
}
#footer {
	position: absolute;
	width: 750px;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #FFDD93;
	top: 1180px;
}
#rightside {
	background-position: 0px 0px;
	position: absolute;
	width: 230px;
	left: 1049px;
	height: auto;
	top: 0px;
	background-image: url('../images/notestop.gif');
	background-repeat: no-repeat;
}
#notes {
	position: absolute;
	width: 220px;
	height: auto;
	top: 200px;
	background-color: #FFDD93;
	right: 5px;
	margin-left: 0px;
	text-align: center;
}
a.navbutton {
	border: thick outset #E7F5D0;
	text-align: center;
	background-color: #FF6B21;
	display: block;
	width: 148px;
	visibility: visible;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 2em;
	vertical-align: middle;
}
a.navbutton:hover {
	border-style: inset;
}
a.highlight:hover {
	background-position: #FFDD8F;
	border: thin solid #FFDE8C;
	
}
h3 {
	color: #FF6B21;
	font-family: "Courier New", Courier, monospace;
	text-align: left;
	white-space: normal;
}
