@charset "utf-8";
* {
	margin: 0px;
	text-decoration: none;
}
html {
    overflow-y: scroll;
}
#wrapper {
	background-color: #EEAC06;
	width: 800px;
	margin-right: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EEAC06;
	border-left-color: #EEAC06;
	height: auto;
	margin-left: auto;
	text-decoration: none;
}
#wrapper #logo {
	background-color: #EEAC06;
	height: 137px;
	text-decoration: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#wrapper #navigation {
	height: 50px;
	top: auto;
	align: center;
	right: auto;
	font-family: "Palatino Linotype";
	font-size: 24px;
	color: #000000;
	text-decoration: none;
}
#wrapper #headerImg {
	background-color: #EEAC06;
	background-repeat: no-repeat;
	text-decoration: none;
}
#wrapper #bodyArea #footer {
	height: auto;
	top: auto;
	align: center;
	right: auto;
	font-family: "Palatino Linotype";
	font-size: 24px;
	text-decoration: none;
}
a:link {
	color: #800000;
	text-decoration: none;
	font-weight: normal;
}
a:focus {
	outline: 4px #198C19;
	width: 700px;
	text-decoration: none;
}
html { min-height: 100%; margin-bottom: 1px; }

