

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
}
.footer, .push {
	height: 142px; /* .push must be the same height as .footer */
}
.footer {
	position: relative;
	background-color: #fff;
	background: url(images/footer-bg.gif) repeat-x top left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	
}

.footer p {
	padding: 5px;
	margin-left: 50px;
}
.smaller {
	font-size: 10px;
}

.push {
	clear: both;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/warning-bg.gif);
	margin: 0px;
	}

#wrap {
	width: 960px;
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;

	}
	
#header {
	width: 960px;
	height: 230px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/header.jpg);	
	}
	
/* *** LEFT MENU *** */


/* MENU COLORS */

#lmenu dl, #nav li, #rcolumn {
	background-color: #770000;
	
}	

#lmenu {
	float:left;
	margin-top: 10px;
	width: 240px;
	
	}

#lmenu dl {
	margin: 5px 0px 5px 0px;
	border: 1px solid #920202;
	}

#lmenu dt {
	background-color: #4c0000;
	padding: 1px;
	margin: 5px 5px 0px 5px;
	border: 1px solid #430000;
	}

#lmenu dd {
	background: url(images/lmenu_gradient.gif) repeat-x top left;
	color: #fff;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	}
	
	
/* END LEFT MENU */	

/* START EPISODE LIST */
#episodes {
	float:left;
	width: 470px;
	background-color:#fff;
	border: 1px solid #000;
	min-height: 1000px;
	margin-bottom: 150px;
	padding: 4px;
	display: inline;
	}
	

#episodes dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
	
#episodes dt {
	color: #4c0000;
	text-transform:uppercase;
	background-color: #fefefe;
	background-image: url(images/ep_title_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding: 2px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #bfbfbf;
	border-right-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	border-left-color: #bfbfbf;
	}
#episodes dd {
	color: #4c0000;
	background-color: #ffffff;
	background-image: url(images/ep_desc_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding: 4px;
	margin: 0px;
	border: solid 1px #bfbfbf;
	height: 102px;
	}
	
#episodes dd img {
	float:left;
	border: 1px solid #000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	}




	
/*END EPISODE LIST */




/* START EPISODE LIST */
#joinform {
	float:left;
	width: 470px;
	background-color:#fff;
	border: 1px solid #000;
	min-height: 1000px;
	margin-bottom: 150px;
	padding: 4px;
	display: inline;
	overflow: hidden;
	}
	

#joinform dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
	
#joinform dt {
	text-transform:uppercase;
	background-color: #fefefe;
	background-image: url(images/ep_title_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding: 2px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #bfbfbf;
	border-right-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	border-left-color: #bfbfbf;
	}
#joinform dd {
	background-color: #ffffff;
	background-image: url(images/ep_desc_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding: 4px;
	margin: 0px;
	border: solid 1px #bfbfbf;
	height: 102px;
	}
	
#joinform dd img {
	float:left;
	border: 1px solid #000;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;
	}

#joinform li {
	padding-left: 15px;
	background-image: url(images/join-dot.gif);
	background-repeat: no-repeat;
	margin-bottom:20px;
}

#joinform ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}





	
/*END EPISODE LIST */


/* ********** START RIGHT COLUMN **********/
	
#rmenu {
	float: left;
	width:240px;
	margin-top: 5px;
	}



#nav  {
	list-style:none;
	text-align:left;
	margin-left: 0;
	padding-left: 0px;
	}
	
#nav ul {

	text-align:left;
	margin-left: 0;
	padding-left: 0px;
	}
	
#nav li {
	text-align:left;
	width:230px;
	border: 1px solid #920202;
	padding: 4px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	}

#nav a {
	display:block;
	background-color: #4c0000;
	border: 1px solid #430000;
	padding: 1px;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;	
	}
	
#rcolumn {
	border: 1px solid #920202;
	padding: 4px;
	min-height: 450px;
	color: #fff;
	}
	
	
/******* END RIGHT COLUMN *****/

	
* html #rmenu {
overflow: hidden;
float:left;
width: expression(document.body.offsetWidth - (document.body.offsetWidth - 240));
}


* html #episodes {
	min-height:1200px;
	height:auto !important;
	height:1200px;
	overflow: hidden;
	width: expression(document.body.offsetWidth - (document.body.offsetWidth - 470));
}

* html #joinform {
	float:left;
	min-height:1400px;
	height:auto !important;
	height:1400px;
	overflow: hidden;
	width: expression(document.body.offsetWidth - (document.body.offsetWidth - 460));
}
