/* Page */
body
{
	background-image: url(../bg/body_bg_main.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
/* Warper */
#wrapper
{
	text-align: center;
	height: 100%;
	width: 935px;
	padding: 0px;
	margin: auto auto;
}
/* Header */
#header
{
	text-align: center;
	height: 395px;
}
#header #header_area
{
	height: 395px;
	width: 935px;
	border: 0px;
	background-position: center center;
	background-repeat: no-repeat;
}
#header_menu
{
	border: 1px solid #BBB;
	border-left: 0px;
	border-right: 0px;
	width: 100%;
	background: url(../design/menu_off.gif) center center repeat-x;
	margin: 0;
	text-align: center;
}
#topLink
{
	background-color: #000000;
	color: #ffffff;
	padding: 4px;
	border: 1px #ffffff solid;
	margin: -15px 0px 0px -10px;
	font-weight: bold;
}
/* Content */
img {
	border: 0px;
}
#content
{
	padding: 10px;
	min-height: 500px;
	color: #D2C8AF;
	text-align: left;
}
#content .nav
{
	font-weight: bold;
	font-size: 120%;
	float: right;
	margin-top: -70px;
	background-color: #332D26;
	border: 1px solid #483F33;
	padding: 3px 10px 3px 10px;
}
#content .noFloat {
	border: 4px #ababab solid;
	margin: 4px;
}
#content .floatLeft {
	float: left;
	border: 4px #996600 solid;
	margin: 0 4px 0 0;
}
#content .floatRight {
	float: right;
	border: 4px #996600 solid;
	margin: 0 0 0 4px;
}

#content table {
	border: 1px #990000 solid;
	text-align: center;
	margin: 12px 0 12px 0;
	background: #000000;
}

#content table tr td {
	border: 1px #990000 solid;
	background: #000000;
	color: #ffffff;
}

#content table tr.header td {
	background-color: #996633;
	color: #000000;
	font-weight: bold;
}

#content a, #content a:link, #content a:visited, #content table a, #content table a:link, #content table a:visited {
	color: #fff3d5;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover, #content a:active, #content table a:hover, #content table a:active {
	color: #fff3d5;
	text-decoration: underline;
	font-weight: bold;
}

#content h1
{
	color: #af8627;
	font-size: 180%;
}

#content h2
{
	color: #af8627;
	font-size: 140%;
}

#content h3, #content h4
{
	color: #af8627;
	font-size: 120%;
}

#content h5
{
	text-align: right;
	color: #c09f57;
	font-size: 120%;
}

#content .notesBox {
	width: 400px;
	border: 1px #990000 solid;
	margin: 12px 0 12px 0;
	background: #000000;
}
#content .notesText {
	border: 0px;
	text-align: left;
	margin: 12px 0 12px 0;
	background: #000000;
	padding: 8px;
	vertical-align: top;
}
/* LCD Countdown */
.lcdstyle
{
	color: #ffffff;
	font-weight: bold;
	padding: 3px;
}

.lcdstyle sup
{
	font-size: 70%
}

#countDownWrapper
{
	text-align: left;
	margin-top: -16px;
	padding-left: 42px;
}
/* PT Chooser */
#pt_chooser
{
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 1000;
	visibility: hidden;
	border:	4px #996600 solid;
	background: #000000;
	padding: 4px;
}
#pt_chooser a, #pt_chooser a:link, #pt_chooser a:visited {
	color: #fff3d5;
	text-decoration: none;
	font-weight: bold;
}

#pt_chooser a:hover, #pt_chooser a:active {
	color: #fff3d5;
	text-decoration: underline;
	font-weight: bold;
}
/* Footer */
#footer
{
	background-image: url(../design/footer_bg.jpg);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: center center;
	height: 180px;
}
#footer #counter
{
	margin-top: -65px;
	margin-left: 755px;
}
#footer #footer_area
{
	height: 180px;
	width: 935px;
	border: 0px;
}