a {
	background-color: inherit;
	color: #B94506;
	text-decoration: none;
}

a:hover {
	background-color: inherit;
	color: #F97833;
}

body{
	background-color: #DCD0C2;
	background-image: url(shadow.gif);
	background-position: center;
	background-repeat: repeat-y;
	color: #000;
	font-family: "Goudy Old Style", Goudy, "Times New Roman", Times, serif;
	font-size: 1em;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
}

h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

img {
	border: none;
}

p,ul,ol {
	text-align: justify;
}

.nav {
	font-size: .85em;
}

.nav a {
	font-weight: bold;
}

#container {
	margin: 0px auto;
	padding: 0px 30px;
	text-align: center;
	width: 718px;
}

#footer {
	clear: both;
	font-size: .8em;
	font-weight: bold;
	padding: 20px 0px;
}

#logo {
	margin: 40px 0px 20px 0px; /*
	float: left;*/
}
