/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	
	background-color: #262626;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
			
	color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

* html #container {
	margin-left: 1px;

}

* html .horizontal-align {
	margin-left: 1px;
}

/* end of  layout */



/* index */

#warning {
	width: 500px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: justify;
}

/* end of index */


/* main */

#main {
	background-image: url(../images/main-final_04.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 271px;
	height: 230px;
}

#intro {
	font-size: 11px;
	text-align: left;
	width: 210px;
	margin: 0px;
	padding: 5px;
	line-height: 14px;
}

#join-button {
	width: 186px;
	margin: 0px;
	padding-left: 10px;
	padding-top: 2px;
}

#main-whores {
	background-image: url(../images/main-final_21.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 329px;
	height: 142px;
}

#m-flash {
	background-image: url(../images/main-final_12.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 232px;
	height: 178px;
}

/* end of main */

#t-flash1 {
	background-image: url(../images/tour-final_14.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 232px;
	height: 178px;
}

#t-flash2 {
	background-image: url(../images/tour-final_19.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 212px;
	height: 158px;
}

/* join */

#join {
	background-image: url(../images/join-final_10.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 400px;
	height: 494px;
}

#join-form {
	width: 360px;
	margin: 0 auto;
	color: #000000;
	padding-top: 20px;
	text-align: center;
}

/* end of join */



/* episode */

.episode-title-bg {
	background-image: url(../images/episode_01.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 970px;
	height: 115px;
}

.episode-title {
	text-transform: uppercase;
	margin-left: 110px;
	margin-top: 30px;
	padding: 0px;
}

.episode-bg-top {
	background-image: url(../images/episode_02.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 970px;
	height: 538px;
}

.episode-bg {
	background-image: url(../images/episode-bg.gif);
	background-position: top;
	background-repeat: repeat-y;
}

.episode-intro {
	width: 615px;
	height: 110px;
	font-size: 11px;
	float: right;
	margin-right: 45px;
	margin-top: 5px;
	padding: 0px;
	text-align: justify;
}

* html .episode-intro {
	width: 615px;
	font-size: 11px;
	float: right;
	padding-right: 45px;
	padding-top: 5px;
	margin: 0px;
	text-align: justify;
}

.trailer {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 10px;
	text-transform: uppercase;
	color: #CCCCCC;
}

/* end of episode */



/* misc styles */

.desc20 {
	font-size: 20px;
	font-weight: bold; 
	text-align: center;
	text-transform: uppercase;
}

.desc12 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.underline {
	text-decoration: underline;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	color: #CCCCCC;
	font-size: 25px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.red {
	color: #FF0000;
}

#instant-access {
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #A3A3A3;
}

#instant-access a:link {
	color: #A3A3A3;
	text-decoration: underline;
}

#instant-access a:visited {
	color: #FF0000;
	text-decoration: none;
}

#instant-access a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#instant-access a:active {
	color: #EEEEEE;
	text-decoration: underline;
}

#bottom-link {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

#bottom-link a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

#bottom-link a:visited {
	color: #A3A3A3;
	text-decoration: none;
}

#bottom-link a:hover {
	color: #EEEEEE;
	text-decoration: none;
}

#bottom-link a:active {
	color: #FF0000;
	text-decoration: underline;
}


/* end of misc styles */



/* global links */

a:link {
	color: #FF0000;
	text-decoration: underline;
}

a:visited {
	color: #DE3CCD;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

/* end of global links */