@charset "UTF-8";
body {
	background-image: url(../_images/Background_2.gif);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	width: 950px;
	position: relative;
}
.gold {
	font-family: georgia;
	font-size: 14px;
	line-height: 18px;
	color: #947946;
}
#logo {
	margin: 0px;
	padding: 0px;
	height: 115;
	width: 227px;
	position: absolute;
	left: 355px;
	top: 208px;
}
#footer {
	text-align: center;
	padding: 0px;
	margin-top: 55px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 950px;
}
#copy {
	width: 645px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a6a6a7;
	border-left-color: #a6a6a7;
	text-align: left;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 122px;
	float: none;
}
#illustration {
	padding: 0px;
	height: 418px;
	width: 920px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #777;
	margin-bottom: 5px;
}

a:link {
	outline: none;
	color: #777;
	text-decoration: underline;
}

a:visited {
	outline: none;
	color: #777;
	text-decoration: none;
}

a:hover {
	color: #947946;
	outline: none;
	text-decoration: none;
}

a:active {
	outline: none;
	color: #777;
	text-decoration: none;
}
