﻿@import url("layout.css");
body {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	background-color: #ffffff;
	padding:0px;
}
#container {
	width: 1000px;
	margin: auto;
	background-color: #ffffff;

}
#masthead {
	text-align: left;
	width: 1000px;
	height:110px;
	background-color: #fff;
	background-image:url('../img/gradientbg2.gif');
	background-position:right;
    background-repeat:repeat-y;
   	border-bottom: 3px solid #6f2910;

}
#navigation {
	position: relative;
	float: left;
	width: 220px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #fff;
	background-image:url('../img/gradientbg2.gif');
	background-position:right;
    background-repeat:repeat-y;

}
#content {
	float: right;
	width: 738px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 1000px;
	padding: 0px;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color: #be3300;
	font-size:1.5em;
	letter-spacing:3px;
}
#masthead h3 {
	color: #542;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #e8ab96;
}
#navigation a {
	color: #a60;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #e8ab96;
}
/* Content Styles */
h6 {
	color: #5a4822;
	text-transform:uppercase;
}

h5 {
	color: #5a4822;
	text-transform:uppercase;
}

h4 {
	color: #5a4822;
	text-transform:uppercase;
}

h3 {
	color: #5a4822;
	text-transform:uppercase;
}

#content h2 {
	color: #5a4822;
	text-transform:uppercase;
}

#content img {
	padding: 5px;
	border: 1px solid #964;
}

#content a {
 font-weight:		bold;
 color:			#5A4822;

}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #a60;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}