@charset "UTF-8";
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}	
body {
	background-color: #664326;
}
/*No more red dotted lines in Firefox*/
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
/*No more red dotted lines in Firefox*/
#splashBox {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #664326;
}
#splashContainer {
	width: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 0px;
}
#splashContainer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	line-height: 1.6em;
	color: #D9BC79;
	letter-spacing: 0.1em;
	text-align: center;
}
#splashContainer h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #D9BC79;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	letter-spacing: 0.1em;
	text-align: center;
}
#splashBox #splashContainer a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #DE4552;
	font-weight: normal;
}
#splashBox #splashContainer p a:Hover {
	color: #cc6600;
}
#splashBox #splashContainer img {
	margin-top: 240px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 30px;
}
#bottom-bar {
	position: fixed;
	width: 100%;
	top: auto;
	bottom: 0;
	padding: 0;
	background-color: #664326;
	background-image: url(/assets/images/bottom-bkg.jpg);
	background-repeat: repeat-x;
	color: #CCC;
	z-index: 9999999;
}
#bottom-content {
	background-color: #664326;
	height: 12px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#bottom-content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: #AA8237;
	text-align: center;
	line-height: 12px;
}
#bottom-content p a {
	color: #AA8237;
	text-decoration: none;
}
#bottom-content p a:hover {
	color: #CC6600;
}

