/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-y;
			
	color: #5B3C12;
	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;

}

#intro-title {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	width: 700px;
}

#intro-text {
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
	width: 720px;
}





/* end of layout */

/* content box */

.text {
	font-size: 12px;
	text-align: left;
	
}

.content-box-top-bg {
	background-image: url(../images/content-box_01.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 760px;
	height: 60px;
}

.content-box-bg {
	background-image: url(../images/content-box_02.gif);
	background-position: top;
	background-repeat: repeat-y;
}

.content-box-title {
	font-family: Georgia, Times New Roman, serif;
	font-size: 26px;
	text-align: center;
	margin-top: 12px;
}

.content-box-desc {
	font-size: 11px;
	text-align: center;
}

.content-box-thumb-bg {
	width: 178px;
	background-color: #FFFFFF;
	border: 1px solid #5B3C12;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
}

.content-box-thumb-link {
	font-size: 9px;
	margin-top: 10px; 
}

.content-box-thumb-desc {
	font-size: 11px; 
}

/* end of content box */

/* links */

#big-link {
	font-size: 50px;
	text-align: center;
}

#big-link a:link {
	color: #5B3C12;
	text-decoration: none;
}

#big-link a:visited {
	color: #5B3C12;
	text-decoration: none;
}

#big-link a:hover {
	color: #FF6B00;
	text-decoration: none;
}

#big-link a:active {
	color: #ff0000;
	text-decoration: none;
}

#instant-access {
	font-size: 26px;
	text-align: center;
}

#small-link {
	font-size: 12px;
	text-align: center;
}

/* end of links */

/* highlight */

.highlight img {
	border: 1px solid #5B3C12;
}

.highlight:hover img {
	border: 1px solid #FF6B00;
}

.highlight:hover {
	color: #FF6B00; /* Dumb definition for MSIE */
}

/* end of highlight */

/* footer */

#footer {
	width: 600px;
	text-align: center;
	font-size: 9px;
	margin: 0 auto;
}

/* end of footer */

/* episode */

.episode-text {
	font-size: 10px;
	text-align: justify;
	width: 310px;
	margin: 0 auto;
}

.episode-box {
	width: 650px;
	background-color: #FFFFFF;
	border: 1px solid #5B3C12;
}

.episode-thumb {
	border: 1px solid #5B3C12;
}

/* end of episode */

/* join */

.join-box {
	width: 748px;
	background-color: #FFFFFF;
	border: 1px solid #5B3C12;
	margin: 0 auto;
}

.join-bg {
	background-image: url(../images/join-box_02.gif);
	background-position: top;
	background-repeat: repeat-y;
}

.join-text {
	font-size: 12px; 
}

#join-footer {
	width: 740px;
	text-align: center;
	font-size: 9px;
	margin: 0 auto;
}

/* end of join */

/* GLOBAL LINKS */

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

a:visited {
	color: #0000ff;
	text-decoration: none;
}

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

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

/* end of GLOBAL LINKS */
