body {
	background: #443333 url("images/background_canvas_faded.jpg") repeat-y center top;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

#container {
	text-align: left;
	width: 801px;
	margin: 0px auto;
	padding: 25px 0px 5px 0px;
}

#navigation {
	background: url("images/navigation_background.gif") repeat-x;
	width: 801px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#navigation ul {
	list-style: none;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 90px;
}

#navigation ul li {
	padding: 0px;
	height: 30px;
	float: left;
	display: inline;
}

#navigation a, #navigation p {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, sans-serif;
	float: left;
	display: inline;
	padding: 3px 15px 0px 15px;
	height: 27px;
}

.active {
	background: url("images/navigation_background_active.gif");
}

#navigation a:hover {
	background: url("images/navigation_background_hover.gif");
}

#title_banner h1 {
	font-family: Rage Italic, Old English Text MT, fantasy;
	font-size: 40pt;
	text-align: center;
	color: #7b0805;
	font-weight: normal;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#page_text {
	color: black;
	font-size: 12pt;
	font-family: Arial, sans-serif;
	margin: 0px 40px;
}

#page_text h3 {
	
}

#page_text h4 {
	font-weight: bold;
	text-indent: 50px;
	margin-top: 15px;
	margin-bottom: 7px;
}

.page_text_quote {
	font-weight: normal;
	font-style: italic;
}

#page_text p {
	margin-bottom: 10px;
}

#page_text_table_container {
	text-align: center;
}

#page_text table {
	width: 640px;
	margin-left: auto; margin-right: auto;
}

#td1 {text-align: left;}
#td2 {text-align: right;}

#map_div {
	text-align: center;
}

#map_frame {
	border: 2px solid #005500;
}

#map_div a {
	color: #000099;
}

#footer {
	clear: both;
	margin-top: 30px;
	text-align: center;
	font-size: 10pt;
}

#footer hr {
	width: 95%;
	color: #7b0805;
	background-color: #7b0805;
}