﻿  /* CSS layout */
body {
	border: thick none #C87460;
	margin: 0 auto 0 auto;
	padding: 0;
	width: auto;
	height: auto;
	background-image: url('../images/Fox_tails.jpg');
	background-repeat: repeat;
}
#masthead {
	background-color: #B3AD7E;
	width: 850px;
	height: 260px;
	font-family: "Lucida Handwriting";
	font-size: x-large;
	font-weight: bold;
	color: #586435;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#top_nav {
	padding: 5px 10px 5px 20px;
	background-color: #586435;
	height: 25px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	position: static;
	text-indent: 200px;
}
#container {
	min-width: 600px;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	height: auto;
	background-color: #FFFFFF;
}
#left_col {
	border: thick none #006666;
	width: 200px;
	float: left;
	text-align: center;
	background-color: #586435;
	padding-bottom: 5px;
	height: auto;
	line-height: normal;
}
#page_content {
	border-width: thick;
	border-color: #6600FF;
	padding: 7px;
	width: auto;
	background-color: #FFFFFF;
	top: 0px;
	font-size: 14px;
	font-weight: lighter;
	font-family: "Times New Roman";
	line-height: 18px;
	text-align: left;
	margin-left: 200px;
}
#footer {
	padding: 10px;
	clear: both;
	text-align: center;
	background-color: #B3AD7E;
	font-family: "Lucida Handwriting";
	font-size: small;
	color: #336600;
	font-weight: bold;
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
.text {
	font-size: 16px;
	color: #663300;
	font-weight: 700;
}
