@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #E8E1BE;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	font-family: "Agency FB";
}
#wrapper #logo {
	height: 150px;
	background-color: #E8E1BE;
	font-family: "Agency FB";
}
#wrapper #headerImg {
	height: 250px;
	background-image: url(../Images/HomePage%20image.png);
	background-repeat: no-repeat;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	font-family: "Agency FB";
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Agency FB";
}
#wrapper #navigation {
	height: 25px;
	background-color: #E8E1BE;
	font-family: "Agency FB";
}
a:link {
	font-family: "Agency FB";
	font-size: 16px;
	font-weight: bold;
	color: #666633;
}

#wrapper #bodyArea #left {
	width: 550px;
	float: left;
	height: auto;
	font-weight: bolder;
	font-family: "Agency FB";
}
#wrapper #bodyArea #right {
	width: 250px;
	float: right;
	height: auto;
	font-family: "Agency FB";
	font-size: 14px;
	color: #666666;
	vertical-align: top;
	background-position: top;
}
#wrapper #bodyArea #footer {
	height: 25px;
	clear: both;
	margin: 0px;
	padding: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-top-color: #9B8304;
	text-align: center;
	font-size: 12px;
	font-family: "Agency FB";
}
p {
	font-family: "Agency FB";
	font-size: 18px;
	color: #666666;
	margin: 15px;
}
