﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url("../images/bg-main.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 843px;
	margin: 0 auto;
	padding: 10px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background-color: #000000;
	border-top: 1px solid #ffffff;
}
#masthead {
	text-align: center;
	width: 840px;
	background-color: #000000;
}
#navigation {
	position: relative;
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
}
#content {
	float: left;
	width: 646px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #c1c1c1;
}
#footer {
	text-align: center;
	clear: both;
	width: 840px;
	border: 1px dotted #d8bfd8;
	background-color: #ffffff;
}

/* 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 inset #000000;
	background-color: #ffffff;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-image: url("../images/menu.jpg");
	background-repeat: repeat;

}
#navigation a:hover {
	color: #9c772a;
	text-decoration: none;
	background-color: #000000;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	color: #9c772a;
	background-image: url("../images/menu.jpg");
	background-repeat: repeat;


}
#content h1 {
	color: #503750;
}
#content img {
	padding: 5px;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}