﻿/* Remove margins from the 'html' and 'body' tags, and ensure the page takes up full screen height */
html, body {height:100%; margin:0; padding:0;}
/* Set the position and dimensions of the background image. */
#page-background {position:fixed; top:0; left:0; width:100%; height:100%; }
/* Specify the position and layering for the content that needs to appear in front of the background image. Must have a higher z-index value than the background image. Also add some padding to compensate for removing the margin from the 'html' and 'body' tags. */
#content {
	position: relative;
	z-index: 1;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

html {overflow-y:hidden;}
body {overflow-y:auto;}
#page-background {
	z-index: -1;
	position: absolute;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#content {position:static;padding:10px;}

a {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #E1DDB0;
}



#Header
{
	text-align: center;
	height: 120px;
	font-family: "Times New Roman";
}
#Content_Mid
 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#Audio
 {
	width: 350px;
	margin-left: 33px;
	float: left;
	height: 326px;
	margin-top: 33px;
	margin-bottom: 33px;
	background-image: url('../images/trans_bg1.png');

}
#Video
 {
	width: 450px;
	margin-left: 33px;
	float: left;
	height: 326px;
	margin-top: 33px;
	margin-bottom: 33px;
	background-image: url('../images/trans_bg1.png');


}
#Main_Content
 {
	width: 833px;
	margin-left: 33px;
	float: left;
	height: 900px;
	margin-bottom: 33px;
	background-image: url('../images/trans_bg1.png');
}
#Footer
 {
	width: 900px;
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
	margin-top: 15px;
	text-align: center;
	font-family: "Times New Roman";
	color: #A3A47D;
	font-size: 14pt;
	height: 180px;
}
#FanBridge
 {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: center;
	height: 60px;
}




.style1 {
	background-image: url('../images/trans_bg2.png');
}
.style3 {
	text-align: center;
	font-family: "Times New Roman";
	font-size: 14pt;
	color: #E1DDB0;
}
.style4 {
	font-family: "Times New Roman";
	font-size: 26pt;
	color: #FFFFFF;
	text-align: left;
}
.style5 {
	background-image: url('../images/spacer.gif');
}
.style6 {
	font-family: "Times New Roman";
	font-size: 14pt;
	color: #A3A47D;
	text-align: left;
}
.style7 {
	font-family: "Times New Roman";
	font-size: 14pt;
	color: #FFFFFF;
	text-align: left;
}
.style8 {
	font-family: "Times New Roman";
	font-size: 12pt;
	color: #FFFFFF;
}
.style9 {
	border-width: 0;
}
.style10 {
	font-size: 16pt;
}
.style11 {
	text-align: center;
}
.style12 {
	font-size: 16pt;
	color: #E0DDB0;
}

.style13 {
	font-size: 20pt;
	color: #6F1D0E;
	font-family: "Times New Roman";
}
.style14 {
	border: 1px #000000 solid;
}

.style15 {
	text-align: center;
	background-color: #9D9C7E;
}


/* TOP NAV */

#Nav
{
	text-align: center;
	height: 40px;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
}

#TN_spacer{
	display: block;
	width: 16px;
	height: 40px;
	background-repeat: no-repeat;
	float: left;
}


#TN_news_button{
	display: block;
	width: 109px;
	height: 40px;
	background-image: url('../images/nav/news.png');
	background-repeat: no-repeat;
	float: left;
}
#TN_news_button:hover
{ 
  background-position: 0 -40px;
}
#TN_news_button span
{
  display: none;
}
#TN_news_button_ov{
	display: block;
	width: 109px;
	height: 40px;
	background-image: url('../images/nav/news.png');
	background-repeat: no-repeat;
	float: left;
    background-position: 0 -40px;	
}


#TN_tour_button{
	display: block;
	width: 120px;
	height: 40px;
	background-image: url('../images/nav/tour.png');
	background-repeat: no-repeat;
	float: left;
}
#TN_tour_button:hover
{ 
  background-position: 0 -40px;
}
#TN_tour_button span
{
  display: none;
}
#TN_tour_button_ov{
	display: block;
	width: 120px;
	height: 40px;
	background-image: url('../images/nav/tour.png');
	background-repeat: no-repeat;
	float: left;
	background-position: 0 -40px;
}


#TN_media_button{
	display: block;
	width: 135px;
	height: 40px;
	background-image: url('../images/nav/media.png');
	background-repeat: no-repeat;
	float: left;
}
#TN_media_button:hover
{ 
  background-position: 0 -40px;
}
#TN_media_button span
{
  display: none;
}
#TN_media_button_ov{
	display: block;
	width: 135px;
	height: 40px;
	background-image: url('../images/nav/media.png');
	background-repeat: no-repeat;
	float: left;
	background-position: 0 -40px;
}

#TN_video_button{
	display: block;
	width: 133px;
	height: 40px;
	background-image: url('../images/nav/video.png');
	background-repeat: no-repeat;
	float: left;
}
#TN_video_button:hover
{ 
  background-position: 0 -40px;
}
#TN_video_button span
{
  display: none;
}
#TN_video_button_ov{
	display: block;
	width: 133px;
	height: 40px;
	background-image: url('../images/nav/video.png');
	background-repeat: no-repeat;
	float: left;
	background-position: 0 -40px;
}

#TN_forum_button{
	display: block;
	width: 111px;
	height: 40px;
	background-image: url('../images/nav/forum.png');
	background-repeat: no-repeat;
	float: left;
}
#TN_forum_button:hover
{ 
  background-position: 0 -40px;
}
#TN_forum_button span
{
  display: none;
}
#TN_forum_button_ov{
	display: block;
	width: 144px;
	height: 40px;
	background-image: url('../images/nav/forum.png');
	background-repeat: no-repeat;
	float: left;
	background-position: 0 -40px;
}

#TN_press_button{
	display: block;
	width: 120px;
	height: 40px;
	background-image: url('../images/nav/press.png');
	background-repeat: no-repeat;
	float: left;
}
#TN_press_button:hover
{ 
  background-position: 0 -40px;
}
#TN_press_button span
{
  display: none;
}
#TN_press_button_ov{
	display: block;
	width: 120px;
	height: 40px;
	background-image: url('../images/nav/press.png');
	background-repeat: no-repeat;
	float: left;
	background-position: 0 -40px;
}


#TN_store_button{
	display: block;
	width: 117px;
	height: 40px;
	background-image: url('../images/nav/store.png');
	background-repeat: no-repeat;
	float: left;
}
#TN_store_button:hover
{ 
  background-position: 0 -40px;
}
#TN_store_button span
{
  display: none;
}
#TN_store_button_ov{
	display: block;
	width: 117px;
	height: 40px;
	background-image: url('../images/nav/store.png');
	background-repeat: no-repeat;
	float: left;
	background-position: 0 -40px;
}

#TN_enter_button{
	display: block;
	width: 130px;
	height: 40px;
	background-image: url('../images/nav/enter.png');
	background-repeat: no-repeat;

}
#TN_enter_button:hover
{ 
  background-position: 0 -40px;
}
#TN_enter_button span
{
  display: none;
}
#TN_enter_button_ov{
	display: block;
	width: 117px;
	height: 40px;
	background-image: url('../images/nav/enter.png');
	background-repeat: no-repeat;

	background-position: 0 -40px;
}

.auto-style1 {
	border-width: 0px;
}
.auto-style2 {
	font-family: "Times New Roman";
	font-size: 14pt;
	color: #FFFFFF;
	text-align: center;
}
.auto-style3 {
	text-decoration: none;
}
.auto-style4 {
	font-family: "Times New Roman";
	font-size: 9pt;
	color: #FFFFFF;
	text-align: center;
}

