body {
	margin: 0;
	padding: 0;
	
	background-image: url("images/body_background.gif");
	background-repeat: repeat-x;
	background-color: #6A0404;
	
	font-family: Tahoma, Arial, "sans serif";
	font-size: 11px;
	color: #FFFFFF;
	line-height: 1.4;
}

a:link, a:visited, a:active {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}

a:hover, a:hover:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	color: #FFCE3E;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

hr {
	height: 1px;
	margin: 30px 0;
	border: 0;
	background-color: #824F4F;
	color: #824F4F;
}

blockquote {
	margin: 0px 0 8px 20px;
}

#overall_container {
	position: relative;
	margin: 11px auto;
	width: 760px;
}

#overall_container img {
	border: 0;
	display: block;
}

#border_container {
	padding: 2px 2px 0 2px;
	background-color: #5C1111;
}

#border_container #header {
	position: relative;
	width: 756px;
	height: 102px;
	background-image: url("images/header_right.jpg");
	background-position: 175px 0;
	background-repeat: no-repeat;
}

#header img.logo {
	position: absolute;
	top: 0;
	left: 0;
}

#header_message {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
}

#header_navigation {
	position: absolute;
	top: 55px;
	left: 185px;
	width: 571px;
	
	color: #999999;
	line-height: 28px;
}

#border_container #content_container {
	width: 756px;
	background-image: url("images/leftcontent_background.gif");
	background-repeat: repeat-y;
	background-color: #6A0404;
}

#content_container #content_left {
	float: left;
	width: 488px;
	padding: 18px 20px;
	
	background-image: url("images/header_bottomcap.jpg");
	background-repeat: no-repeat;
}

#content_container #content_right {
	float: left;
	width: 204px;
	padding: 13px 12px;
	
	color: #C39B66;
	
	background-image: url("images/rightcontent_topcap.gif");
	background-repeat: no-repeat;
}

#footer_container {
	width: 760px;
}

#footer_container #footer_navigation {
	position: relative;
	height: 24px;
	margin-top: 22px;
	background-image: url("images/footer_mid.gif");
	
	color: #999999;
	text-align: center;
	line-height: 21px;
}

#footer_container #footer_navigation img.footer_top {
	position: absolute;
	top: -22px;
	left: 0;
}

#footer_container #footer_copyright {
	height: 27px;
	background-image: url("images/footer_bottom.gif");
	
	color: #E4B335;
	text-align: center;
	line-height: 22px;
}

table td {
	vertical-align: top;
}

table td h2 {
	margin-top: 0;
}

table.nopadding, table.nopadding tr, table.nopadding td, table.nopadding tbody {
	margin: 0;
	padding: 0;
}

#header_navigation a:link, #header_navigation a:visited, #header_navigation a:active,
#footer_navigation a:link, #footer_navigation a:visited, #footer_navigation a:active {
	color: #DAD0CF;
	font-weight: bold;
	text-decoration: none;
}

#header_navigation a.highlight:link, #header_navigation a.highlight:visited, #header_navigation a.highlight:active,
#footer_navigation a.highlight:link, #footer_navigation a.highlight:visited, #footer_navigation a.highlight:active {
	text-transform: uppercase;
	color: #ECC46A;
}

#header_navigation a:hover, #header_navigation a:hover:visited,
#footer_navigation a:hover, #footer_navigation a:hover:visited,
#header_navigation a.highlight:hover, #header_navigation a.highlight:hover:visited,
#footer_navigation a.highlight:hover, #footer_navigation a.highlight:hover:visited {
	color: #FFFFFF;
}

.faqanswer {
	background-color: #6A0404;
	border: 1px solid #824F4F;
	margin: 5px 0 5px -30px;
	padding: 5px;
}

.faqclose {
	text-align: right;
}

.faqclose a:link, .faqclose a:visited, .faqclose a:active {
	color: #824F4F;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.faqclose a:hover, .faqclose a:hover:visited {
	color: #A97B7B;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

#previewShadow {
	display: none;
	position: absolute;
	z-index: 999;
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
	background-color: #000000;
	margin-top: -10px;
}

#previewContainer {
	display: none;
	position: absolute;
	z-index: 1000;
	padding: 5px 15px;
	background-color: #FFFFFF;
	border: 2px solid #555555;
}

#previewCloseButton {
	text-align: right;
	width: 360px;
	height: 21px;
}

#previewGamePic {
	text-align: center;
	width: 360px;
	height: 271px;
}

#previewPlayNowButton {
	margin-top: 5px;
	text-align: center;
	width: 360px;
	height: 23px;
}

#previewCloseButton a, #previewPlayNowButton a {
	font-weight: bold;
	text-decoration: underline;
	color: #535353;
}

#previewCloseButton a:hover, #previewPlayNowButton a:hover {
	color: #8c8c8c;
}