@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #412612;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 125%;
	background-color: #767346;
}
#container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	border: thin solid #422612;
	background-color: #FFFFFF;
}
#header   {
	margin: 0;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #412612;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #412612;
	background-repeat: repeat-x;
	background-image: url(graphics/logoBG.png);
	padding: 0px;
}
#nav {
	background-image: url(graphics/nav2BG.png);
	background-repeat: repeat-x;
	height: 60px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #412612;
}
#nav ul  {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 20px;
}
#nav ul  li  {
	display: inline;
}
#nav ul li a {
	color: #FFFFFF;
	text-shadow:2px 3px 6px #000000;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-bottom: 0.5px;
	padding-left: 1px;
	text-decoration: none;
	font-size: 150%;
	font-variant: small-caps;
	font-weight: lighter;
}
#nav ul li a:hover {
	color: #666633;
}
#sidebar2 {
	width: 200px;
	padding-bottom: 10px;
	color: #FFFFFF;
	margin-top: 20px;
	font-weight: lighter;
	font-variant: small-caps;
	float: left;
}
#sidebar2  img  {
	border: none;
} 
#sidebar2 ul {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#sidebar2 ul li {
	list-style-type: none;
}
#sidebar2 ul li a {
	text-shadow:1px 1px 1px #412612;
	text-decoration: none;
	color: #402512;
}
#sidebar2 ul li a:hover {
	color: #FFFFFF;
}
#mainContent {
	padding: 20px;
	margin-left: 230px;
	margin-right: 10%;
	line-height: 125%;
	font-size: 25px;
} 
#mainContent h1, h2 {
	text-shadow:0.25px 0.5px 2px #49494B;
	font-weight: lighter;
}
#footer {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #412612;
	height: 125px;
	background-color: #767346;
}
#footer #navThree {
	height: 30px;
}
#footer #navThree ul {
	text-align: center;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer #navThree ul li {
	display: inline;
}
#footer #navThree ul li a {
	color: #412612;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2px;
	padding-left: 1px;
	text-decoration: none;
}
#footer #navThree ul li a:hover {
	color: #F2C511;
}
.ftlt {
	float: left;
}
.ftrt {
	float: right;
}
.img {
	border: medium solid #37291E;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.img2 {
	margin-top: 10px;
	margin-bottom: 10px;
	border: medium solid #412612;
}

