/* LAYOUT */

body {
	background-color: #64B1A2;
	background-image: url(../images/bg.png);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	text-transform: none;
	color: #FFFFFF;
	}

#intro_box {
	background-image: url(../images/intro-box_02.png);
	background-position: top center;
	background-repeat: repeat-y;
}

#intro_text {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	text-transform: none;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	color: #000000;
}

.episode-box {
	background-image: url(../images/episode-box_02.png);
	background-position: top center;
	background-repeat: repeat-y;
}

.episode-text-box {
	background-image: url(../images/episode-text-box_02.png);
	background-position: top center;
	background-repeat: repeat-y;
}

.episode-text-box-font {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
	text-decoration: none;
	text-transform: none;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	color: #D6F1EA;
}

.episode-box-title {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	color: #FFFFFF;
}

.copyright {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #D6F1EA;
}
	
/* end of LAYOUT */


/* GLOBAL LINKS */

a {
	color: #FFFF00;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* end of GLOBAL LINKS */
