@charset "utf-8";
/* CSS Document */
body {
	background-color: #003366;
	background-image : url(images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

img#header {
    display: block;
}

#content {
	width: 1000px;
	margin: 0 auto 0 auto;
}
/*#topper {
width: 100%;
margin: 0 0 0 0;
background: url(images/topperbg.jpg);
height: 44px;
vertical-align: middle;
}*/
#buttons,
#buttons2 {
text-align:center;
}
#buttons img,
#buttons2 img {
border: 0;
}
#intro {
	border-bottom: #000066 10px solid;
	background-color: #FFFFFF;
	width: 960px;
	margin-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	}
.episodepanel {
	background-color: #FFFFFF;
	width: 960px;
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.episodejoin {
	margin-bottom: 0px;
}
#bottompanel {
margin-bottom: 10px;
}
.episodepanel strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color:#000066;
	font-style: italic;
}
.epPic {
	border: 2px solid #000;
	margin-bottom: 18px;
}
.footsie {
	color: #EEE;
	font-size: 10px;
	text-align: center;
	width: 600px;
	}
.footsie a {
	color:#00CCFF;
	}
.enterlinks {
background-color: #003366; height: 38px; font-size: 30px; text-align:right; color: #FFF; padding-right: 10px;
}

.enterlinks a:link,
.enterlinks a:visited {
	color: #FFF;
	text-decoration: none;
}
.enterlinks a:hover {
	color: #FFF;
	text-decoration: underline;
}
