a, p, h1, h2, h3, h4, h5 {
	font-family: Arial, sans-serif;
}

h2,h3,h4 {
	text-align: center;
}

body {
	margin: 0;
	padding: 0;
}

h2 {
	margin-top: 25%;
}

img#topSide {
	position: absolute;
	right: 0;
	top: 0;
}

div.episodeList {
	position: absolute;
	width: 20em;
	border: 1px solid #c0c0c0;
	top: 320px;
	right: 4px;
	background-image:url(1pxwhite.gif);
	background-repeat:repeat;
	background-color: transparent;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	opacity: .8;
	filter: alpha(opacity=80);
}

div.episodeList h1 {
	font-weight: bold;
	text-align: center;
}

div.episodeDetails {
	margin-right: 256px;
	border: solid 1px #c0c0c0;
	background-color: #f5f5f5;
}

div.episodePhoto {
	float: left; width: 162px; height: 109px;
	text-align: center; background: white; color: black;
	border: solid 1px #c0c0c0; border-width: 0 1px 1px 0;
	padding: 0 10px 5px 0; margin: -1px 25px 10px -1px;
}

div.episodePhoto img {
	height: 109px; width: 162px;
}

div.details {
	font-family: Arial;
	padding-top: 1em;
	padding-bottom: 1em;
}

div.details h1 {
	font-family: courier new, fixed;
	font-variant: small-caps;
	text-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}

div.credits {
	font-family: courier new, fixed;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
