@charset "UTF-8";
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	color: #86D26B;
}
#container #logo {
	position: absolute;
	height: 100px;
	width: 175px;
}
#container #banner {
	position: absolute;
	height: 100px;
	width: 900px;
}
#container #mainvid {
	position: absolute;
	height: 270px;
	width: 480px;
	top: 155px;
	background-color: #000000;
	left: 190px;
}
#container #biotext {
	position: absolute;
	height: 1000px;
	width: 200px;
	top: 102px;
	padding-left: 10px;
	overflow: scroll;
	padding-right: 10px;
	left: 681px;
}
#container #mainvidtitle {
	position: absolute;
	height: 20px;
	width: 480px;
	top: 120px;
	left: 190px;
}
#container #video2 {
	position: absolute;
	height: 270px;
	width: 480px;
	top: 483px;
	background-color: #000000;
	left: 190px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #75C757;
}
#container #navigation {
	position: absolute;
	height: 1000px;
	width: 175px;
	top: 100px;
	background-color: #000000;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #86D26B;
}
#container #video2caption {
	position: absolute;
	height: 20px;
	width: 480px;
	top: 442px;
	left: 190px;
}
#container #videocaption3 {
	position: absolute;
	height: 20px;
	width: 480px;
	left: 191px;
	top: 770px;
}
#container #video3 {
	position: absolute;
	height: 270px;
	width: 480px;
	left: 190px;
	top: 811px;
	background-color: #000000;
}


#container #background {
	background-color: #CCCCCC;
	position: absolute;
	height: 1100px;
	width: 900px;
}

