@charset "utf-8";
/* CSS Document */
#left-content {
	width: 30%;
	float: left;
	height: auto;
	margin-top: -50px;
}
#left-content img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 25;
}
#left-content img:nth-child(2) {
	width: 101%;
}
#right-content {
	width: 62%;

}
.links {
	line-height: 20px;
	padding-bottom: 8px;
	margin-top: 10px;
}
#right-content h1 {
	margin: 14px;
	font-size: 30px;
}
#video-shelf {
	float: right;
	width: 69%;
	background-color: #081D11;
	padding: 15px 30px 15px 0;
	color: white;
	font-family: Arial;
}
#video-layer {
	width: 100%;
	height: 200%;
	background-color: black;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999;
	display: none;
}
quote {
	clear: both;
	display: block;
	font-size: 24px;
	line-height: 26px;
	padding: 50px 20px;
	font-family: "times new roman";
	font-style: italic;
}
#right-content a, #right-content a:visited {
	color: #020113;
	text-decoration: underline;
}
quote, .pic-container {
		border-right: 10px #0B1928 solid;
}
	


