@charset "UTF-8";
html {
	min-height: 100%;
	margin: 0 0 1px 0;
	padding: 0;
}
#flashcontent {
	height: 500px;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #333300;
	color: #999966;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}
h1 {
	font-size: 100%;
	font-weight: bold;
	color: #7F7F49;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.4em;
}
a:link {
	color: #CC6600;
	text-decoration: none;
	font-size: 100%;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: none;
	color: #FF9933;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
#footer {
	background: #333300;
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	border-top: thin solid #999966;
	border-bottom: thin solid #999966;
}
#footer li {
	list-style-type: none;
	display: inline;
	font-size: 75%;
	font-weight: bold;
}
#footer p {
	margin: 0;
	padding: 5px;
}
#footer img {
	padding-top: 15px;
}
#sitedesign {
	text-align: left;
	width: 780px;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 60%;
	font-weight: bold;
	padding-top: 7px;
	clear: both;
}
#sitedesign a {
	color: #585836;
}
#sitedesign a:hover {
	color: #CC6600;
}
.smallprint {
	font-size: x-small;
	line-height: 3em;
}
