@charset "utf-8";
/* CSS Document */

body
	{
	margin : 0;
	background-repeat : repeat-x;
	background-image : url(../images/body_bg.jpg);
	background-color : #adaa80;
	text-align : center; /* legacy browser support*/
	font-family : arial, verdana, helvetica;
	font-size : 9pt;
	margin-top:0px;
	text
	}
	
A
	{
	text-decoration: none;
	color : #f6d617;
	}
	
A:visited 
	{
	text-decoration: none;
	color : #FF0000;
	}
A:active
	{
	text-decoration: none;
	color : #FF9900;
	}

#container
	{
	width : 1025px;
	margin : 0 auto;
	background-color : #9a561f;
	clear:both;
	overflow : hidden;
	}
	
#masthead
	{
	float:left;
	width:100%;
	height:120px;
	background-repeat : repeat-x;
	background-image : url(../images/body_bg.jpg);
	}	

#mastheadlogo
	{
	float:left;
	background-image: url(../images/logo.gif);
	width : 279px;
	height: 120px;
	margin:0;
	}

#mastheadlogo a
	{
	display: block;
	width : 279px;
	height: 120px;
	margin:0;
	}
	
#mastheadad
	{
	background-image : url(../images/body_bg.jpg);
	float:left;
	margin-top:15px;
	margin-left:3px;
	border:1px solid white;
	}

#masthead img
	{
	border:1px solid white;
	}


#flasharea
	{
	float:left;
	width : 1025px;
	height:578px;
	background-image: url(../images/flashbg.jpg);
	}

#threecolumns
	{
	background-color:#F00;
	width : 1017px;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
	}

#leftcolumn
	{
	width : 256px;
	float : left;
	text-align : left;
	padding-left : 24px;
	padding-right: 24px;
	}
	
#midcolumn
	{
	width : 530px;
	float : left;
	text-align : left;
	color:#FFF;
	}
	
#midcolumn ul
	{
	width : 500px;
	list-style-type : none;
	margin : 0px;
	padding : 0px;
	position : relative; 
	}

#midcolumn li
	{
	color : white;
	margin-bottom : 8px;
	}

#midcolumn img
	{
	float : left;
	margin : 0 8px 8px 0;
	}
	
.episodetitle
	{
	width:100%;
	float : left;
	font-size:12pt;
	font-weight: bold;
	}

.pagelinksact
	{
	 color:#f6d617;
	 font-weight: bold;
	}
	
.pagelinksnon
	{
	 color:white;
	 font-weight: bold;
	}

a.pagelinksact:hover
	{
	 color:red;
	}
	
a.pagelinksact:visted
	{
	color:#f6d617;
	}

#rightcolumn
	{
	float : left;
	text-align : center;
	border:4px solid white;
	/*margin-left : 16px;*/
	}
	
#rightcolumn img
	{
	border : 3px solid white;
	}
	
#newsletter h1
	{
	display : block;
	width : 256px;
	height: 57px;
	margin : 0;
	background-image : url(../images/header_newsletter.gif);
	}
	
#newslettercontent
	{
	margin : 0;
	padding : 5px;
	background-color : #d9d7ad;
	color:#727047;
	border-left : 3px solid #ff972f;
	border-right : 3px solid #ff972f;
	}

#newsletterform
	{
	text-align:center;
	}

#newsletter input
	{
	color:#555;
	font-size:9pt;
	width:150px;
	margin : 4px 0 0 0;
	}
	
#newsletterfooter
	{
	width : 256px;
	height : 10px;
	background-image : url(../images/segment_bottom.gif);
	}
	


#whatshappening
	{
     padding-top:30px;
	}	

#whatshappening h1
	{
	display : block;
	width : 256px;
	height: 57px;
	margin : 0;
	background-image : url(../images/header_whatsnew.gif);
	}
	
#whatshappeningcontent
	{
	margin: 0;
	padding : 5px;
	background-color : #d9d7ad;
	color:#727047;
	border-left : 3px solid #ff972f;
	border-right : 3px solid #ff972f;
	}

#whatshappeningcontent ul
	{
	margin : 0;
	padding-left : 4px;
	list-style-type: none;	
	}

#whatshappeningcontent li
	{
	margin : 0 0 10px 0;
	}
	
#whatshappeningfooter
	{
	width : 256px;
	height : 10px;
	background-image : url(../images/segment_bottom.gif);
	}
	
.character_title
	{
	font-weight:bold;
	}
	
.character_desc
	{
	margin:0px; width:360px; float:left;
	}
.charcter_img
	{
	}
	
#footer
	{
	padding: 25px 10px 10px 0px;
	width: 1025px;
	font-size:10pt;
	float:left;
	text-align:center;
	color:#FFF;
	}