﻿*
{
	margin: 0;
	padding: 0;
}
body
{
	background-color: #eee;
}
#contentWrapper
{
	margin: auto;
	width: 1000px;
	position: relative;
}
#header img
{
	display: block;
	border: none;
}
#quote
{
	position: absolute;
	top: 129px;
	color: white;
	font-family: Monotype Corsiva, Serif;
	font-size: 23px;
	width: 1000px;
	text-align: center;
	
}
#picture
{
	background: url('images/homepagepic.jpg');
	width: 1000px;
	height: 260px;
}
#navbar
{
	background-color: #800000;
	width: 1000px;
	height: 39px;
}
#navContainer
{
	margin: auto;
	width: 540px;
	background-color: green;
}
#navbar ul
{
	list-style-type: none;
}
#navbar li
{
	float: left;
}
#navbar a
{
	display: block;
background-color: #800000;
width: 108px;
height: 31px;
text-decoration: none;
padding-top: 7px;
color: white;
font-size: 20px;
text-align: center;
font-family: Century, Times New Roman, Serif; 
}
#navbar a:hover
{
	background-color: #660000;
}
#navbar li.active a
{
	background-color: #660000;
}
#bodySpacer
{
	height: 50px;
}
.firstLetter
{
	position: absolute;
	left: 170px;
	top: 25px;
}
.firstLetter2
{
	position: absolute;
	left: 175px;
	top: 25px;
}
.firstLetter3
{
	position: absolute;
	left: 195px;
	top: 25px;
}
.firstLetter4
{
	position: absolute;
	left: 187px;
	top: 25px;
}
#bodyContent
{
	position: relative;
	background: url('images/body.jpg');
	background-color: #fff5e1;
	background-repeat: no-repeat;
	min-height: 313px;
}
#bodyContent p
{
	padding: 10px;
	padding-right: 125px;
	padding-left: 170px;
	font-weight: bold;
	font-family: Georgia, Helvetica, Serif;
	font-size: 14px;
	line-height: 17px;
}
#bodyContent p.indented
{
	text-indent: 60px;
}
#bodyContent a
{
	color: #880000;
}
#bodyContent ul
{
	padding-right: 125px;
	padding-left: 170px;
	font-family: Georgia, Helvetica, Serif;
	font-size: 14px;
	line-height: 17px;
}
#bodyContent ol
{
	padding-right: 125px;
	padding-left: 170px;
	font-family: Georgia, Helvetica, Serif;
	font-size: 14px;
	line-height: 17px;
}