body {
	background-color:#562208;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 13px;
	color: #333333;
}

.footertext {
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}

.pagetitle {
	font-size: 18px;
	font-family: Trebuchet MS, Arial, Helvetica;
	font-weight: bold;
	color: #BC3A06;
}

a:link { COLOR: #BD4204; text-decoration:none; font-weight:bold;} 
a:active { COLOR: #BD4204; text-decoration:none; font-weight:bold;} 
a:visited { COLOR: #BD4204; text-decoration:none; font-weight:bold;} 
a:hover { COLOR: #333333; text-decoration:none; font-weight:bold;}

.standard10 {
	font-size: 10px;
}

.standard11{
	font-size: 11px;
}

.standard {
	font-size: 13px;
}

.whtlinks a:link { color: white; text-decoration: none; }
.whtlinks a:active { color: white; text-decoration: none; }
.whtlinks a:visited { color: white; text-decoration: none; }
.whtlinks a:hover { color: #BD4204; text-decoration: none; }

.lglinks a:link { color: #b5571d; text-decoration: none; font-size:14px; font-weight: normal;}
.lglinks a:active { color: #b5571d; text-decoration: none; }
.lglinks a:visited { color: #b5571d; text-decoration: none; }
.lglinks a:hover { color: #333333; text-decoration: none; }

.weblinks { color: #333333; text-decoration: none; font-size:11px; font-weight: bold;}
.weblinks a:link { color: #562208; text-decoration: none; font-size:14px; font-weight: normal;}
.weblinks a:active { color: #562208; text-decoration: none; }
.weblinks a:visited { color: #562208; text-decoration: none; }
.weblinks a:hover { color: #999999; text-decoration: none; }

.jtlinks a:link { color: #663366; font-family: Trebuchet MS, Arial, Helvetica;}
.jtlinks a:active { color: #663366; text-decoration: none; }
.jtlinks a:visited { color: #663366; text-decoration: none; }
.jtlinks a:hover { color: #999999; text-decoration: none; }


.redtext {text-decoration: none; font-size:12px; color:#562208;}

.videotext {text-decoration: none; font-size:12px; font-weight: normal;}
.videotext a:link { color: #562208; text-decoration: none; font-weight: normal;}
.videotext a:active { color: #562208; text-decoration: none; font-weight: normal;}
.videotext a:visited { color: #562208; text-decoration: none; font-weight: normal;}
.videotext a:hover { color: #666666; text-decoration: none; font-weight: normal;}


#homepic{
	padding: 18px 0px 0px 25px;
	text-align:left;
	width:333px;
}

#castcontainer{
	border: 1px solid #999999;
	padding: 2px;
	margin-bottom: 10px;
	width: 700px;
}

#castname{
	padding: 5px;
	color: #562208;
	font-size:14px;
}

#castbio{
	background:url(images/castback.jpg) repeat-x top;
	padding: 4px;
	height: 150px;
	font-size:12px;
}

#jtarea{
	background:url(images/jtpic.jpg) no-repeat bottom right;
	border: 1px solid #efefef;
	margin-top: 8px;
	padding: 5px 5px 5px 0px;
	height: 140px;
	font-size:12px;
}

#episode{
	background:url(images/episodeback.jpg) repeat-x top center;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 5px 5px 5px 0px;
	height: 120px;
}


#footer{
	padding: 5px;
	text-align:center;
	background: url(images/footerback.gif) repeat-x bottom;
	height: 30px;
}


#dhtmltooltip{
position: absolute;
left: -300px;
font-size: 10px;
line-height: 12px;
width: 150px;
border: 1px solid #666666;
padding: 4px;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

 