﻿@import url("layout.css");
body {
	font-family: "Palatino Linotype", Tahoma;
	font-size: 0.8em;
	background-image: 
	
}
#container {
	width: 400px;
	margin: 0 auto;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: 000000;
	padding-left: 30px;
	padding-top: 20px;
}
#masthead {
	border-style: none;
	border-width: 0px;
	text-align: inherit;
	width: 600px;
	background-image: 
	
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: none;
}
#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: none;
}
/* Masthead Styles */
#masthead h1 {
	color: #5D5D03;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-style: none;
	display: block;
	background-color font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #9A8B68;
	padding-top: 4px;
	padding-bottom: 4px;
}
#navigation a {
	color: #9A8B68;
	text-decoration: underline;
	display: block;
	background-color: #000000;
	border-bottom-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #D3D3BA;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #808040;
	font-family: "Palatino Linotype", Tahoma;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	padding-top: 30px;
	width: 400px;
	padding-left: 30px;
}
#content img {
	padding: 5px;
}
/* Footer Styles */
#footer p {
	color: #808080;
	font-family: Verdana
}
#footer a {
	color: #808040;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #D3D3BA;
}
a {
	color: 9A8B68;
	text-decoration: none;
}
a:hover {
	color: #402640;
	text-decoration: underline;
	background-color: #D3D3BA;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}