﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #472b28;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 700px;
	border: 0px solid #472b28;
	background-color: #472b28;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-style:normal
}
#navigation1 {
	font: inherit;
	background-color: #472b28;
	font-style: normal;
	margin-left: 0px;
	text-align: center;
	border-top: 0px #472b28 none;
	border-bottom: 0px #472b28 none;
	border-style: inherit;
	border-width: inherit;
}
#content {
	float: left;
	width: 698px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: px;
	padding: 1px;
	border: 0px solid #472b28;
	background-color: #472b28;
	background-repeat: no-repeat;
	color: #FFFFFF;
	border-left-color: #000000;
	border-right-color: #000000;
}
/* Masthead Styles */
#masthead h1 {
	color: #ffffff;
}
#masthead h3 {
	color: #542;
}
/* Navigation Styles */
}
#navigation1 a {
	background-color: #472b28;
	background: #472b28;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
}
#navigation1 a:hover {
	color: #fff;
	text-decoration: none;
	border: 0px solid #964;
	background-color: #808080;
}
/* Content Styles */
h6 {
	color: #c82;
}
h5 {
	color: #c82;
}
h4 {
	color: #c82;
}
h3 {
	color: #c82;
}
h2 {
	border-color: #000000;
	color: #ffffff;
}
#content h1 {
	color: #ffffff;
}
#content img {
	padding: 5px;
	border: 0px solid #964;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #742;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

