/* CSS Document */
body, p, span, #mainContainer, .tagLine {
	font-family: "Courier New", Courier, mono;
	margin: 0 0 0 0;
}
img {border: none;}
.blue, a {color: #0000FF;}
.pink {color: #ff00a8;}
#mainContainer {
	width: 950px;
	background: transparent;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: auto;
}
#header {
	background: transparent;
	height: 240px;
}
#header img {float: left;}
#header .tagLine {
	height: 30px;
	width: 950px;
	text-align: center;
	background-color: #fdebcb;
	border-top: 2px solid #d3d3d3;
	border-bottom: 2px solid #d3d3d3;
	float: left;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}
#container {
	width: 950px;
	height: 630px;
}
#adTextContainer {
	background: transparent;
	width: 475px;
	text-align: center;
	height: 420px;
	float: left;
}
#adTextContainer .ad {
	background-image: url(images/adpic.jpg);
	background-repeat: no-repeat;
	width: 460px;
	height: 409px;
	margin: auto;
	border: 1px solid #000;
}
#thumbContainer {
	width: 158px;
	height: 208px;
	float: left;
	text-align: center;
}
#thumbContainer img {border: 1px solid #000;}
.vidPrev-headLine {
	background-color: #d3d3d3;
	height: 25px;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	padding-left: 5px; 
}
.vidPrev-container {
	background-color: #fdebcb;
	height: 290px;
	margin-top: 0px;
	padding-top: 10px;
	text-align: center;
	color: #0000FF;
	line-height: 38px;
	font-size: 22px;
	font-weight: bold;
}
.vid-box {
	background-color: #FF00CC;
	width: 950px;
	height: 243px;
	padding-top: 5px;
}
.vid {
	width: 237px;
	height: 235px;
	float: left;
	text-align: center;
}
.footer {
	background: transparent;
	height: 290px;
	margin-top: 5px;
	text-align: center;
	font-size: 56px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

