@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
#nav {
	text-align: center;
	padding: 10px;
	border: thin none #000000;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#nav a {
	font-size: 75%;
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
}
#contact a {
	margin-left: 20px;
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	font-size: 75%;
	color: #FF0000;
	text-decoration: blink;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/Grande-Background.gif);
	height: 1200px;
}
#episode1 {
	float: left;
}
#episode2 {
	float: left;
}
#episode3 {
	float: left;
}
#episode4 {
	float: left;
}
#episode5 {
	float: left;
}
#episode6 {
	float: left;
}
#episode7 {
	float: left;
}
#episode8 {
	float: left;
}
#episode9 {
	float: left;
	clear: right;
	margin-left: 350px;
}
#contact {
	text-align: center;
	padding: 10px;
	border-bottom-style: none;
	border-bottom-color: #0946DF;
	margin-bottom: 25px;
	font-size: small;
}
#footer {
	text-align: center;
	padding: 10px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
#player {
	clear: both;
	height: 360px;
	border: thick ridge #FF0000;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 10px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#footer a {
	font-size: 75%;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
