﻿/* CSS layout */
#masthead {
}
#container {
	position: relative;
	width: 100%;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #C0C0C0;
	margin-top: 25px;
	margin-left: 30px;
}
#page_content {
	margin-left: 300px;
	margin-top: 25px;
	width:495px;
	position:absolute;
}
#footer {
	background-color: #FFFF99;
	position: absolute;
	width: 795px;
	top: 700px;
	height: 100px;
}
body
{
	font-family: Book Antiqua, Times New Roman, Times;
	background-color: #FFCC99;
	color: rgb(0,0,0);
}
#top_nav {
	padding: 10px 0px 0px 0px;
	position: relative;
	margin-top: 10px;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#top_nav li {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
}
#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px solid #7D5F50;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #7D5F50;
	margin-right: 2px;
}
#top_nav a:hover {
	color: #FAE687;
	text-decoration: none;
	border: 1px solid #C99981;
	background-color: #C99981;
}

#page_content h1 {
	color: #800000;
}
