html{
	overflow-y: scroll;
}

body {
/*
	background: url(img/bg_green_inner.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #D3EBC5;
*/
	text-align: center;
	margin: 0px;
}

body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
}

form {
	margin: 0px;
	padding: 0px;
}

a, a:active {
	text-decoration: none;
}

a:hover {
	color: #6DA74D;
	text-decoration: underline;
}

.green, .bigGreen, .greenTime, a, a:visited, a:active {
	color: #4D872D;
}

.bigGreen, .greenTime {
	font-size: 22px;
	font-weight: bold;
}

.greenTime {
	font-size: 13px;
}

.smallRed {
	font-size: 10px;
	text-transform: uppercase;
	color: #CC0000;
}
.schedule {
	font-size: 11px;
	line-height: 16px;
	margin: 15px 25px 25px 25px;
}

.videoDesc {
	color: #4D872D;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}

.greenContent { margin: 0px 0px 40px 80px; width: 410px; /* background: url(img/top_gray_bar.jpg); background-position: top left; background-repeat: repeat-x; */ }
.bigIndent { margin-left: 50px; margin-right: 50px; }
.liveText { margin-left: 50px; margin-right: 50px; color: #FFFFFF; }
.red { color: #CC0000; }

#mainContentHolder {
	background: url(img/bg_wave.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #D3EBC5;
	border: 0px solid blue;
}
#mainContent { width: 860px; border: 0px solid red; text-align: left; margin: 0 auto; }
#bottomBar { display: block; background-color: #6EBF47; width: 100%; height: 12px; padding: 0; margin: 0; border: 0px solid red; line-height: 0px; }
#footer { font-size: 10px; color: #999999; }
#footerHolder { width: 100%; border: 0px solid red; text-align: center; margin: 0 auto; background-color: #FFFFFF; }