@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-family: "Century Gothic", "Courier New", monospace;
	text-align:center;
	color: #000000;
	margin: 0px;
}
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 100%;
	white-space: nowrap;
	margin-bottom: auto;
	height: 100%;
}
#header {
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	color: #B97F1E;
	text-align: center;
	vertical-align: bottom;
	font-size: 16px;
	font-weight: bolder;
	background-color: #000000;
	margin-top: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#header img {
	text-decoration: none;
}


#main {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	min-height: 100%;
	height: 350px;
	vertical-align: top;
	margin-top: 0px;
	max-height: 300px;
}

#main table {
	margin-right: auto;
	margin-left: auto;
}
.bodylinks {
	color: #000000;
	text-decoration: none;
	font-size: 24px;
}


#main  td {
	text-align: center;
}

#main h1 {
	font-size: 42px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	height: 50px;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
}
#footer2 {
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	height: 50px;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	margin-top: 30px;
}
.footerlinks {
	text-decoration: none;
	border-color: #FFFFFF;
	color: #FFFFFF;
	border: 0;
}
.navlinks {
	color: #B77220;
	text-decoration: none;
}
