﻿/* CSS layout */
#masthead {
	font-family: "Trebuchet MS";
	font-size: x-large;
	font-weight: bold;
	text-decoration: none;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#top_nav {
	font-family: "Trebuchet MS";
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	height: 50px;
	background-color: #F2E69A;
}
#page_content {
	font-family: "Trebuchet MS";
	background-image: none;
	font-size: 100%;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #159267;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#top_nav ul {
	padding: 0px;
	width: 770px;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	background-color: #159267;
	height: 50px;
}
#top_nav li {
	margin: 10px;
	text-decoration: none;
	float: left;
	background-color: #99FF66;
	padding: 2px;
	color: #663300;
	right: auto;
	left: auto;
}
#top_nav li:hover {
	background-color: #663300;
	color: #FFFFFF;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#top_nav a {
	text-decoration: none;
	color: #663300;
}
#top_nav a:hover {
	color: #FFFFFF;
}
#copyright {
	font-family: "Trebuchet MS";
}
#page_content a {
	text-decoration: none;
	font-weight: bold;
}
#top_nav ul:hover {
	width: 100%;
}
#page_content a:hover {
	color: #009900;
}
#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border-style: none;
	border-width: 0px;
	border-color: inherit;
	background-image: url('images/Background1a.jpg');
}

