﻿/* CSS layout */
#masthead {
	margin: 0px auto 0px auto;
	background-color: #DBD7B1;
	text-align: center;
	position: relative;
	width: 1024px;
}
#top_nav {
	margin: 0px auto 0px auto;
	background-color: #DBD7B1;
	height: auto;
	width: 1024px;
	position: relative;
	text-align: center;
}
#container {
	text-align: center;
	width: 1024px;
	margin: 0 auto;
	position: relative;
	background-color: #DBD7B1;
}

#page_content {
	padding: 5px;
	background-color: #DBD7B1;
}
#footer {
	background-color: #C4BC7D;
	background-image: url('footertile.gif');
	background-repeat: repeat-x;
	text-decoration: none;
	text-align: center;
}
#masthead h1 {
	font-size: 160%;
	font-weight: bolder;
	color: #FFFFFF;
	margin: 0px;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	float: left;
	clear: inherit;
}
#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 5px ridge #C2BE81;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #7CC142;
	margin-right: 2px;
}
#top_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 5px ridge #C99981;
	background-color: #FF00FF;
}
.picture_no_border {
	border-width: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.top_navfont {
	font-family: cursive;
	font-weight: bold;
}
#left_col p {
	font-size: 90%;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}
h2 {
	color: #663300;
}
h3 {
	color: #663300;
}
