/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

html{
min-height:100%;
 background-image:url(footer.jpg);
 background-position:bottom;
 background-repeat:repeat-x;
 background-color:#000;
	}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color:#000;
min-height:100%;
 background: url(faux.jpg);
 background-position:center;
 background-repeat:repeat-y;
 padding: 0; 
 margin: 0;
 }
#wrapper { 
 margin: 0 auto;
 width: 1002px; 
min-height:100%;
}
#faux {
margin: 0 auto;
overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
width: 778px;
background-color:#000;
}
#header {
 color: #333;
 padding: 0px;
margin:0px;
height:346px;
}

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px 10px;
 width: 260px;
 float: left;
 text-align:center;
}

#leftcolumn p{ 
	background-image:url(vert-faux.jpg);
	background-repeat:repeat-x;
	height:300px;
	text-align:left;
	width:260px;
	color:#FFF;
	padding:10px 10px 0px 10px;
}

#leftcolumn a{ 
	color:#C00;
	display:inline-block;
	margin:0px 8px;
	background-image:url(button.jpg);
	width:120px;
	height:25px;
	line-height:25px;
	text-align:center;
}

#rightcolumn { 
 float: left;
 color: #333;
 margin: 5px 5px 5px 15px;
 padding: 0px;
 width: 450px;
 display: inline;
 position: relative;
}

#vid { 
border:1px solid #FFF;
}
.clear {
	clear: both;
	background: none;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 36px;
	text-align: center;
}

#episode{
	background-image:url(button.jpg);
	background-repeat:repeat-x;
	padding:5px 0px;
	margin:5px 0px;
	width:450px;
	}

#episode h1{
	color:#C3C;
	display:inline;
	margin:5px 30px;
	line-height:30px;
	font-size:20px;
	}

#episode a{
	color:#C00;
	display:inline-block;
	margin:0px 8px;
	background-image:url(button.jpg);
	width:120px;
	height:25px;
	line-height:25px;
	text-align:center;
	}
	
center{
	color:#FFF;
	}

