/* Copyright © 2008 SUPERPOWER PRODUCTIONS, LLC.  All rights reserved. */

/* ============================================== */
/*  NOTICE: PLEASE DO NOT MODIFY THIS STYLESHEET  */
/* ============================================== */
body
{
	min-width: 960px;
	margin-top: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;

	background-image: url(../images/design/backdrop.jpg);
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #0F0F0F;
}

#top
{
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

#container
{
	position: relative;
	width: 950px;
	
	margin: 10px auto 0px auto;
	padding-bottom: 16px;
}

#navigation
{
	z-index: 300;
	position: relative;

	height: 24px;
	margin-left: 16px;
	
	font-size: 13px;
	text-align: center;
}

#navigation a
{
	display: compact;
	position: relative;
	overflow: hidden;
	float: left;

	width: 100px;
	height: 24px;
	
	margin: 0px 1px;
	padding: 0px;

	text-indent: 0;
	text-decoration: none;
	
	background-image: url(../images/design/backtab.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

#navigation a.selected
{
	font-weight: bold;
	color: #DF8F2F;

	background-image: url(../images/design/selected.png);
}

#navigation p
{
	margin: 0px;
	padding-top: 5px;
	
	display: compact;
	white-space: nowrap;
}

#upper,
#lower
{
	display: block;
	z-index: 200;
	position: relative;

	height: 24px;

	background-image: url(../images/design/border.png);
	background-color: transparent;
}

#upper
{
	margin-top: -1px;
	margin-bottom: -16px;	
}

#lower
{
	margin-top: -16px;
	background-position: 0px 24px;
}

#content
{
	display: block;
	z-index: 100;
	position: relative;

	padding-top: 6px;
	padding-bottom: 12px;
	
	border-left: 1px solid #788A99;
	border-right: 1px solid #788A99;
	border-top: 0px;
	border-bottom: 0px;

	background-color: #fbf5d6;/*#E2E6F2;*/
}

#bottomNav
{
	padding: 16px 0px 4px 0px;
	text-align: center;
}

#bottomNav a
{
	margin: 0px;
	padding: 0px 4px;
	display: compact;
	text-decoration: none;
}

#copyright
{
	margin: 4px 0px 0px 0px;
	font-size: 11px;
	color: #E0EAFA;
}

