﻿#container {
    margin: auto;
    width: 950px;
    background-color: #827D40;
    padding: 0px;
}

#Homecontainer {
    margin: auto;
    width: 900px;
    background-color: #827D40;
}

#header {
	background: url('../images/headerSlice.jpg') repeat-x right top;
	padding: 0px;
	margin: 0px;
	height: 90px;
}

#address {
	color: white;
	text-align: right;
	float: right;
	padding: 5px 5px 0px 0px;
}

#quote {
    font-family: "Vladimir Script", Brush Script Std, Verdana;
    font-size: 24pt;
    color: #F1BA3A;
}

#contentBody {
    text-align:left;
    vertical-align:top;
    width: 950px;
}

#content {
	padding: 5px;
	vertical-align: top;
	background-color: #98873C;
	color: white;
}

#about td {
	vertical-align: top;
	padding: 0px 2px 0px 2px;
}

.top a {
	color: white;
	font-size: 10px;
}

#eventsContainer {
	width: 200px;
	background-color: #777236;
	border: 1px solid #F1BA3A;
	padding: 3px;
}

.notes {
	font-size: 8pt;
	font-style: italic;
}

.menu {
	width: 600px;
	margin: auto;	
}

.menu td {
	border: dotted 1px #333333;
	padding: 2px;
}

#footer {
	background-color: #B89E5B;	
	color: white;
	text-align: center;
	font-size: 10px;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*
#Hometable {
	font-family: "Baskerville Old Face", Times, serif;
	font-size: 1.2em;
	color: #080804;
	width: 600px;
	margin: auto;
}

#Hometable td {
	width: 50%;
	text-align: center;
}

#Homefooter {
	text-align: center;
	font-family: "Baskerville Old Face", Times New Roman;
	font-size: 12pt;
	color: #DDD9A6;
}
*/

#Hometable2 {
	font-family: "Baskerville Old Face", Times, serif;
	color: #080804;
	margin: auto;
	width: 900px;
	text-align: center;
	border: #AB8C2F 2px solid;
}

#Homefooter2 {
	text-align: center;
	font-family: "Baskerville Old Face", Times New Roman;
	font-size: 12pt;
	color: #DDD9A6;
}

#homeNav2 {
	width: 200px;
	text-align: left;
	border: #AB8C2F 2px solid;
	background-color: #98873C;
}

#homeNav2 a {
	text-decoration: none;
	padding-left: 5px;
	line-height: 25px;
	font-family: Verdana;
}

#homeNav2 a:hover {
	color: #333333;
}

#subNav2 a {
	font-size: 80%;
	line-height: 15px;
	margin-left: 15px;
}


#Homefooter a:link {
	color: white;
	text-decoration: none;
}

#Homefooter a:visited {
	color: white;
	text-decoration: none;
}

#Homefooter a:active {
	color: white;
	text-decoration: none;
}

#Homefooter a:hover {
	color: #080804;
}

