/* Default Stylesheet */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup,
table, tbody, tfoot, thead, tr, th, td, 
*, .x {												/* .x removes any inherent styling to elements below */
	margin: 0;
	padding: 0;
	color:#ffffff;
	font-family:Verdana,Tahoma,Trebuchet MS,"Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	vertical-align: baseline;
	line-height: 20px;
	
	}

												/** 2.	COMMON CLASSES **/
.hide	{ display: none;	}
.inline	{ display: inline;	}
.block	{ display: block;	}
.nfloat	{ float: none;		}
.lfloat	{ float: left;		}
.rfloat	{ float: right;		}
.clear	{ clear: both;		}
.lclear	{ clear: left;		}
.rclear	{ clear: right;		}

p {
	margin: 0.50em 0 1.00em 0;
	
	}
ol {margin-top:15px;}	
li {margin-left:30px;margin-bottom:10px;margin-right:10px;}	

	
a {
	color:#ee1d25;
	background-color: inherit;
	text-decoration: none !important;
	font-weight:bold;
	}
	
	a:hover 	{ color: #ee1d25; background: inherit;text-decoration:underline!important; }
	a:active 	{ color: #ee1d25; background: inherit; }

															/** BODY ELEMENTS **/
body {
	text-align:left;
	background-image:url('../images/dfbtvbg.jpg');	
	background-repeat:no-repeat;
	background-position:top center !important;
	background-color:#000000;
	}
div#header {
	position:top;
	margin:0 auto;

	}

	div#header-in {
		margin:0 auto;
		width:960px;
		height:730px;
		color:#ffffff;
	
	}
	div#tv{
		padding:215px 0px 0px 160px;
		
	}
	
		
																/** MAIN CONTAINERS **/
div#container {
	margin: 0 auto;
	text-align: left;
	color:#ffffff;	
	}

	div#content-wrap {
		margin:0 auto;
		width:960px;
			
		}
		div#content {
			margin: 0 auto;
		
			width:960px;
			}
			div#content-in {
				margin: 0 auto;
				height:100%;
				width:960px;
				padding:0 0px 0 90px;
				
				}
				div#homebottom {
					width:763px;
					margin:15px 0 0 60px;
					color:#000000;
				
				}
				div.otherepisodes {
					float:left;
					margin:0 40px 35px 0;
				}
				div.videotitle{
					font-size:18px;
					text-align:center;
					width:150px;
					color:#ffffff;
				}
				
				
			
								
	div#footer {
		}

		div#footer-in {
			margin: 0px auto;
			background-color:#000000;
			width:960px;
			text-align:left;
			font-size:12px;
			
		
			}

				

