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

/* VIDEO CONTAINERS AND FORMATTING */
.videoBox {
	position:relative;
	width: 90%;
	padding: 0;
	margin: 0;
	text-align: center;
}
.innerVideo1 {
	float:left;
	width: 100%;
}
.innerVideo2 {
	float:left;
	width: 50%;
}
.innerVideo3 {
	float:left;
	width: 30%;
}
.innerVideo4 {
	float:left;
	width: 25%;
}
/* FONT FORMATTING */
.marquee{
	font-family:MrsEavesBold, venetian, Baskerville;
	font-size: 18px;
	color: #F60;
	text-align: center;
}
.divider {
	float:left;
	clear:both;
	margin-top: 3px;
	margin-bottom: 3px;
	height:1px;
	width:500px;
	background-color:#F60;
}
.subtext {
	font-family: MrsEavesBold, venetian, Baskerville;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;
}
.bold {
	font-weight:bold;
}