﻿@import url('layout.css');
body {
	background: #7A5330;
	font-family: Mistral, sans-serif, serif, Verdana, "Trebuchet MS";
}
#container {
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	border-left: 2px solid #595959;
	background-color: #FFFFFF;
	height: auto;
}
#masthead {
	margin: 5px -1px 5 0;
	border: 2px;
	text-align: left;
	background-color: #C78B72;
	background-image: url('IMG_3484.jpg');
	background-repeat: no-repeat;
	margin-top: 5px;
}
#navigation {
	background-color: #C78B72;
	background: #C78B72;
	font: normal normal normal 100% sans-serif;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	font-size: medium;
	position: static;
	left: inherit;
	right: inherit;
}
html>body #navigation {
	background: #FFFFFF;
	overflow: auto;
	float: none;
}
#column_l {
	width: 800px;
	padding: 15px;
	background-color: #fff;
	height: auto;
}
html>body #column_l {
	width: 702px;
	padding: 20px 30px 30px 30px;
	background-color: #fff;
	top: 5px;
	left: 90px;
	text-align: center;
	height: auto;
	right: -88px;
	position: relative;
	visibility: inherit;
	max-height: none;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
/* Masthead */
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin-bottom: auto;
	margin: 5px 0 0 0;
	background: #C78B72;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 2px;
	border: #FFFFFF;
	letter-spacing: normal;
	text-align: center;
	vertical-align: baseline;
	clear: both;
	float: inherit;
	overflow: hidden;
	visibility: visible;
	width: 111px;
	z-index: inherit;
	left: auto;
	right: inherit;
	min-width: inherit;
	position: relative;
	max-width: none;
	height: auto;
	bottom: inherit;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 0 #c77;
	background-color: #c77;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	background: scroll center;
	font-size: xx-large;
	color: #000;
	text-transform: uppercase;
	font-family: Mistral, Arial, "Arial Unicode MS", "Times New Roman", Verdana;
	margin-left: auto;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #000;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #000;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
/* Footer */
#footer p {
	font-size: medium;
	color: #C78B72;
	text-align: center;
	font-weight: 700;
	font-family: "Trebuchet MS";
	text-transform: none;
}
/* Links */
a {
	color: #489D6F;
	text-decoration: none;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
