@charset "UTF-8";
#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #A17D67;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #4A1915;
	border-left-color: ##4A1915;
	width: 800px;
	height: 563px;
}
#wrapper #header {
	background-image: url(../images/splash_banner.jpg);
	width: 800px;
	height: 140px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4A1915;
}
#wrapper #right {
	width: 800px;
	height: 350px;
}
#wrapper div #FlashID {
	width: 800px;
}
#wrapper #footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #4A1915;
	height: 300px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#wrapper #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #491813;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-style: normal;
}
#wrapper #footer p a {
	text-decoration: none;
	color: #35110E;
}

