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


/* CONTENT STUFF FOR HISTORIC DOCUMENTARIES  */

.historicDIVOne {
	position: absolute;
	top: 150px;
	left: 40px;
	width: 337px;
}

.historicDIVOne {
	font-size: 15px;
}
.historicDIVTwo {
	position: absolute;
	top: 150px;
	left: 400px;
	width: 213px;
}


.historicDIVThree {
	position: absolute;
	top: 95px;
	left: 630px;
	width: 179px;
}

.historicDIVFour {
	position: absolute;
	top: 95px;
	left: 830px;
	width: 157px;
}

.historicContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #736656;
	height: 600px;	
}

.historicContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	position: absolute;
	font-size:39px;
	color: #000;
	top: 100px;
	margin-left: 40px;	
}

.historicContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:24px;
	color: #000;
	text-align: center;
	margin-bottom: 0px;
}

.historicContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:20px;
	color: #000;
	margin-bottom: 0px;
}

.historicContentCenterText {
	text-align: center;
}

.historicContentTable {
	font-size: 14px;
}

/* DIVS FOR THE ACTUAL VIDEOS */

/* Main Div holding videos */

.videoDiv {
	position: absolute;
	width: 336px;
	height: 255px;
	left: 40px;
	top: 290px;
	background-repeat: no-repeat;
}


.RoenVidDiv {
	position: absolute;
	width: 336px;
	height: 255px;
	left: 40px;
	top: 290px;
	visibility: hidden;
}

.PetersonVidDiv {
	position: absolute;
	width: 336px;
	height: 255px;
	left: 40px;
	top: 290px;
	visibility: hidden;
}

.CueneVidDiv {
	position: absolute;
	width: 336px;
	height: 255px;
	left: 40px;
	top: 290px;
	visibility: hidden;
}






