﻿@import url('layout.css');
body {
	font-family: "Verdana", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #fff;
}
#container {
	width: 870px;
	margin: 0 auto;
	background-image: url('../images/container_bg.gif');
	background-repeat: repeat-y;
	background-color: #fff;
}
#masthead {
	width: 850px;
	height: 110px;
	margin-right: auto;
	margin-left: auto;
	/*background-image: url('../images/masthead2.jpg');*/
	background-position: right top;
	background-repeat: no-repeat;
}
#navigation {
	width: 850px;height:30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
	background-image: url('../images/nav2.gif');
	background-position: left top;
	background-repeat: repeat-x;
}
#content {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	text-align: left;
}
#footer {
	clear: both;
	width: 850px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	background-image: url('../images/footer.gif');
	background-position: center center;
	background-repeat: no-repeat;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #efc482;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #efc482;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: inline;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding-left: 10px;
}
#navigation li {
	float: left;font-size:14px;
}
#navigation a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 5px 4px 5px 4px;
	margin: 0 10px 0 0;
}
#navigation a:hover {
	text-decoration: none;
	color: #764414;
    height:30px;
	background-color: #ecc68a;	
	background-image: url('../images/nav3.gif');
	background-position: left top;
	background-repeat: repeat-x;

	
}
/* Content Styles */
#content li {
	list-style-type: square;
}
h6 {
	color: #c49b5e;
}
h5 {
	color: #c49b5e;
}
h4 {
	color: #c49b5e;
}
h3 {
	color: #c49b5e;
}
h2 {
	color: #c49b5e;
}
#content img {
	margin: 5px;padding:3px;
	border: 1px #efc482 solid;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
}
#footer a {
	color: #a0522d;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #a0522d;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.center {text-align:center;}
#wf {text-align:right;margin:auto;width:845px;font-family: "Trebuchet MS", Verdana, Arial, sans-serif;}
#wf a {color: #aaa;text-decoration: none;font-size:10px;}
#wf a:hover {color: #888; text-decoration: underline;}

