@charset "UTF-8";
body {
	background-image: url();
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 75px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: rgb(202, 202, 202);
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: italic;
	color: rgb(0, 0, 0);
	font-weight: lighter;
	margin: 0px;
	letter-spacing: 0.1em;
}
h1 {
	font-family: "Century Gothic", "Helvetica Neue UltraLight", "Arial Narrow";
	color: rgb(0, 0, 0);
	font-weight: lighter;
	margin: 0px;
	letter-spacing: 0.2em;
}
#header {
	padding-left: 20px;
	padding-bottom: 30px;
}
#footer {
	padding-top: 8px;
	text-align: right;
	font-size: 12px;
	padding-right: 15px;
	color: rgb(255, 254, 254);
	clear: both;
	margin-bottom: 50px;
	line-height: 18px;
}
#footer a {
	color: rgb(97, 96, 96);
}
#content 
{
	-moz-box-shadow: 0 0 5px 3px #ffffff;
	-webkit-box-shadow: 0 0 5px 3px#ffffff;
	box-shadow: 0 0 5px 3px #fffefe;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	color: rgb(0, 0, 0);
	background-color: #fffefe;
	padding-bottom: 0px;
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 0px;
}
.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(202, 202, 202);
}
.float_pad {
	float: left;
	padding-left: 5px;
	text-align: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: rgb(0, 0, 0);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgb(0, 0, 0);
}
a:hover {
	text-decoration: none;
	color: rgb(0, 0, 0);
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
#nav {
	text-align: center;
	margin-bottom: 20px;
	height: 30px;
	border-bottom-color: rgb(202, 202, 202);
}
#main_nav {
	margin-top: 15px;
	margin-bottom: 20px;
}
.copyright {
	font-size: 9px;
}	
#containervid {
		max-width: 50rem;
		width: 100%;
		margin: 0rem auto;
		position: relative;
		z-index: 2;
		flex-direction: column;
		display: flex;
}