@charset "utf-8";
#Masthead {
	position: absolute;
	width: 750px;
}
#Masthead h1 {
	margin: 0px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	line-height: 28pt;
	padding-right: .25em;
}
#Masthead h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 48pt;
	margin: 0px;
	font-weight: normal;
}
#Masthead #PayPal {
	position: absolute;
	top: 0px;
	right: 0px;
}

#Body {
	width: 95%;
	position: absolute;
	text-align: left;
	top: 76pt;
}
#Body p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
#Episodes li {
	list-style-type: none;
	display: block;
	width: 540px;
	background-color: #b8b8b8;
	background-image: url(../images/head-gradient.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	cursor: pointer;
}
#PlayAll {
	text-align: right;
	position: absolute;
	top: 12pt;
	font-size: 10pt;
	width: 570px;
}
#Body p {
	width: 750px;
}

#Episodes .title {
	width: 530px;
	font-weight: bold;
	padding-left: 0.5em;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#Body iframe {
	width: 1010px;
	height: 100%;
	border: none;
}
#Navbar {
	position: absolute;
	top: 48pt;
	padding: 0px;
	margin: 0px;
}
#Navbar li {
	display: inline;
	padding-right: 2px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#Body h2 {
	width: 780px;
	margin-top: 0px;
}
#Body img#Products {
	float: right;
	border: solid 1px black;
	padding: 10px;
	margin-left: 10px;
}
#Products .Product {
	display: inline-block;
	vertical-align: top;
}
#Products {
	margin: 5px;
	padding: 5px;
	border: 2px outset #000000;
}

