body 

{

	background-color: #e1ddd9;

	font-size: 12px;

	color:#564b47;

	padding:20px;

	margin:0px;

	text-align: center;

}



#wrapper 

{

	text-align: left;

	vertical-align: middle;

	margin: 0px auto;

	padding: 0px;

	width: 1050px;

	background-color: #ffffff;

}



#header

{

	width: 100%;

	height: 100px;

	background: #FFF;

}


	#header img
	{
		
		border: none;
		padding: 0;
		margin: 25px 0 0 25px;
		
	}
	
	#header h1
	{
		
		visibility: hidden;
		
	}



#nav

{

	width: 100%;

	height: 35px;

	background: #000 url(images/nav-bg.gif) repeat-x;

}



#content table

{

	width: 100%;

	height: 250px;

}



#content td

{

	width: 250;

	height: 250px;

	margin: 10px;
	
	padding: 0px;

}


#content

{
		
	padding: 10px 10px 30px 10px;
	margin: 0;
	
}


#content a
{
	
	text-decoration: none;

}


#content img

{
	
	border: none;
	
}


.episode a
{
	
	font-size: 14px;
	
	text-decoration: underline;
	
}


#left-box

{

	width: 355px;

	margin: 5px;

	float: left;

}



	#left-box li

	{

		font-size: 16px;

		text-decoration: underline;

	}

	

#right-box

{

	width: 600px;

	margin: 5px;

	float: right;

}



#footer

{

	width: 100%;

	height: 35px;

	line-height: 35px;

	background: #000 url(images/nav-bg.gif) repeat-x;

	text-align: center;

}

#footer a, a:active, a:hover, a:visited { color: #333; text-decoration:none; }



.left

{

	float: left;

}



.right

{

	float: right;

}



.clear

{

	clear: both;

}


h1, h2
{
	
	font: bold 22px/28px "Myriad Pro","Myriad Set","Myriad Apple",Myriad,Helvetica Nueue,Arial,Verdana,Sans-serif;
	letter-spacing: -1px;
	color: #333;
	
}





.aligncenter,

div.aligncenter 

{

	display: block;

	margin-left: auto;

	margin-right: auto;

}