/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	
	background-color: #4a4d4a;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
			
	color: #000000;
	font-family: Arial, 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 .ie-center-align {margin-left: 1px;}

.link {
	font-size: 23px;
	font-weight: bold;
}

.title {
	font-size: 23px;
	font-weight: bold;
}

.orange {
	color: #ffa911;
}

/* /layout */



/* episode */

.e-top-bg {
	background-image: url(../images/episode_02.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 740px;
	height: 80px;
}

.e-bottom-bg {
	background-image: url(../images/episode_04.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 740px;
	height: 130px;
}

/* /episode */



/* join */

#j-top-bg {
	background-image: url(../images/join-final_04.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 770px;
	height: 105px;
}

#j-bottom-bg {
	background-image: url(../images/join-final-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 770px;
	height: 370px;
}

/* /join */



/* global links */

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #ffa911;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

/* /global links */