body {
	background-color: #333333;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Tahoma;
}

.mainPageWrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 800px;
	
}

.mainPageMain {
	float: left;
	width: 558px;
	background-color: #CCCCCC;
	border: #FFF 1px solid;
	text-align: left;
	padding: 10px;
	margin-bottom: 7px;
}

.watchPageWrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 1000px;
	
}

.watchPageMain {
	float: left;
	width: 758px;
	background-color: #CCCCCC;
	border: #FFF 1px solid;
	text-align: left;
	padding: 10px;
}

.rightColumn {
	float: right;
	width: 200px;
	background-color: #CCCCCC;
	border: #FFF 1px solid;
	padding: 5px;
	margin-bottom: 7px;	
	line-height: 150%;
	text-align: center;
}

.copyright {
	float: right;
	width: 788px;
	background-color: #CCCCCC;
	border: #FFF 1px solid;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	margin-bottom: 6px;
}

.copyrightWatch {
	float: right;
	width: 988px;
	background-color: #CCCCCC;
	border: #FFF 1px solid;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	margin-bottom: 6px;
}

a {
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
	font-family: Times New Roman;
	font-variant: small-caps;
}

h1 {
	font-size: 15pt;
	text-align: center;
	margin-top: 0px;
}

h2 {
	font-size: 12pt;
	text-align: center;
}

img.episodeInListPic {
	float: left;
	margin: 10px;
}

.episodeInList {
	width: 530px;
	height: 170px;
	margin: 5px;
}

.cssSucks {
    display: table-cell;
    vertical-align: middle;
	height: 130px;
	width: 300px;
}

.adBriteAd {
	text-align: center;
}

a img {
	border: 0px;
}





