	/* ----- Books General Index Page CSS File ----- */

body {
	background-color: #9bc3d5;
	background-image: url(bg1.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: verdana, geneva, georgia, arial, sans-serif;
	font-size: 12px;
	margin: 0px
}

	/* ----- IDs ----- */

#allcontent { 
	width: 800px; 
	background-color: #cadfed;
	padding-top: 5px; 
	padding-bottom: 5px;
	margin-left:	auto;
	margin-right:	auto;
} 


#header {
	background-color: #67939b;
	margin: 0px 10px 10px 10px;
	padding: 0px;
	height: 195px;
}


#main {
	background-color: #ffffff;
	padding: 15px;
	margin: 0px 10px 10px 170px;
}


#sidebar {
	background-color: #e6eef8;
	padding: 15px;
	margin: 0px 10px 10px 10px;
	text-align:center;
	width: 120px; 
	float: left; 
}

#sidebar ul {
	 
	list-style:none;
	 
	margin:0;

	padding: 0px;	 
	list-style-type:none;

}

#footer {
	background-color: #3b4347;
	color: #fffafa;
	text-align: center;
	padding: 15px;
	margin: 10px;
	font-size: 80%;
	clear: left;
}

#current {
	 
	color: #000000;
	border: 1px solid #000000;

}

#promo {
	padding: 15px;
	margin: 0px 120px 10px 120px;
	text-align: center;
}

	/* ----- CLASSES ----- */

.navbottom {
	width: 100px; 
	padding: 0px 0px 0px 0px;
	margin: 30px 10px 0px 10px;
	text-align:center;
}

.mainimg {
	text-align:center;
}

.description {
	margin-left: 0px;
	margin-right: 0px;
	border: 0px solid #000000;
	font-size: 10px;
}

.description td {
	text-align: center;
	vertical-align: top;
	padding: 2px 7px 2px 7px;
	width: 112px;
	}


.episode {
	margin: 0px;
	border: 0px solid #000000;
}

.episode td {
	text-align: center;
	vertical-align: top;
	width: 140px;
	}

.episodetitle {
	margin-left: 0px;
	margin-right: 0px;
	border: 0px solid #000000;
	font-size: 10px;
}

.episodetitle td {
	text-align: center;
	vertical-align: top;
	padding: 2px 10px 2px 10px;
	width: 140px;
	}

.oldepisode {
	width: 100px;
	text-align: left;
	background-color: #a4d2e9;
	border: 2px solid #000000;
	border-collapse: collapse;
	}

.oldepisodetitle {
	text-align: left;
	vertical-align: top;
	width: 470px;
	border: 2px solid #000000;
	border-collapse: collapse;
}

	/* ----- HEADINGS ----- */


h1 {
	font-size: 120%;

}


h5 {
	font-size: 85%;
}


h1, h5 {
	background-color: #e2ebf8;
	color: #516973;
	padding: 1px;
	border: 1px solid #000033;
}

	/* ----- LINKS ----- */

a:link {
	color: #7f1d1d;
	text-decoration: none;
	border-bottom: none;
}


a:visited {
	color: #7f1d1d;
	text-decoration: none;
	border-bottom: none;
}

	/* ----- IMAGES ----- */


.menuimg {
	
	text-align:center;
	margin: 10px 0px 10px 0px;
}



img { 
	border-style: none;
}

	/* ----- PSEUDO IDs ----- */

#footer a:link {
	color: #cd2f2f;
	text-decoration: none;
	border-bottom: none;
}


#footer a:visited {
	color: #cd2f2f;
	text-decoration: none;
	border-bottom: none;
}