﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url("../images/backgroundtop.jpg");
	background-repeat: repeat-x;
	background-color: #B9CFA1;
	}
#wrapper{
	margin: 0 auto -57px;
	background-color:#ffffff;
	background-image:url('../images/bkgd.jpg');
}
#container {
	background-image:url('../images/masthead.jpg');
	background-repeat:repeat-y;	
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:57px;

	
}
#masthead {
	text-align: center;
	background-image:url('../images/masthead.jpg');
	background-repeat:repeat-y;	
			
}
#navigation {
	border: 1px solid #808080;
	background-color: #8fbc8f;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 600px;
	padding: 15px 15px 0 15px;
	overflow:visible;
	z-index:10;
	clear:both;
	
}
html>body #column_l {
	width: 600px;
	padding: 0 15px;
	overflow:visible;
	clear:both;
}
#content {
	background-color: #fff;
	clear:both;
	overflow:auto;
	
}
#footer {
	width:100%;
	background-image: url("../images/backgroundbottom.jpg");
	background-repeat: repeat-x;
	height:57px;
	clear:both;
	overflow:auto;

}
html>body #footer {
	width:100%;
	clear:both;
	overflow:auto;

		}
/* Masthead */
#masthead h1 {
	color: #9e887b;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #57473f;
	display: block;
	padding: 5px;
	background-color: #8fbc8f;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #c8c88B;
	background-color: #9e887b;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #9e887b;
}
h2 {
	font-size: x-large;
	color: #9e887b;
}
h3 {
	font-size: large;
	color: #9e887b;
}
h4 {
	font-size: medium;
	color: #9e887b;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}