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

*
{
	margin: 0px;
	padding: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

html, body {
    height: 100%;
}

body
{
	background-color: #EEE;
}

a
{
	font-weight: bold;
}

blockquote
{
	margin: 16px auto;
	padding: 4px;
	width: 80%;
	border: dashed black 1px;
	background-color: #EEE;
	font-style:italic;
}

h2
{
	text-align:center;
	margin-bottom: 24px;
	position: relative;
}

h3
{
	text-align:center;
	margin-bottom: 16px;
}

h4
{
	margin-bottom: 16px;
	text-align: center;
}

.Container {
	width: 860px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	background-color: #fff;
	border-left: double black 8px;
	border-right: double black 8px;
	/*height: 100%;*/
}

#HeaderImg {
	width: 892px;
	height: auto;
	
	margin-left: -16px;
	margin-right: -16px;
	border-top: double black 8px;
	border-bottom: double black 8px;
}

.Center {
	margin: 0 auto;
	text-align: center;
}

.Separator 
{
	clear: both;
	height: 16px;
	width: 100%;
}

.SeparatorLine
{
	border-top: double black 4px;
	margin: 0 -16px;
}

.Video {
	width: 560px;
	height: 315px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	border: double black 4px;
}

#Logo {
	float: left;
	margin-right: 16px;
}

#Description {
	text-align: center;
}

.DownloadLink {
	margin-top: 16px;
	margin-right: 16px;
	opacity: 0.7;
}

.DownloadLink:Hover {
	opacity: 1;
}

.ColorBar, .ColorBarBottom {
	width: 892px;
	margin: 0px 0px 0px -16px;
	position: fixed;
	opacity: 0.25;
	background-color: red;
	z-index: 10;
}

.Image
{
	border: double black 4px;
}

.FloatLeft
{
	float: left;
	margin-right: 16px;
}

.FloatRight
{
	float: right;
	margin-left: 16px;
}

#FacebookBar
{
	float: right;
	width: 30%;
}

#FacebookSide
{
	float: right;
	width: 70%;
}

#Menu
{
	width: 892px;
	height: 40px;
	
	margin-left: -16px;
	margin-right: -16px;
}

.MenuItem
{
	width: 25%;
	float: left;
	font-size: 140%;
	font-style: normal;
	text-align: center;
	padding-bottom: 8px;
	border-bottom: double #D8D8D8 4px;

}

.MenuItem:hover
{
	border-bottom: double black 4px;
}

.MenuItem
{
	text-decoration: none;
	color: gray;
}

.MenuItem:hover
{
	color: black;
}

p
{
	padding: 8px 32px;
}