@charset "utf-8";
/* CSS Document */
body{
	background: black;
	font: normal normal normal 16px Verdana, sans-serif;
	color: white;
}

#OuterWrapper
{
	width: 100%;
	height: 100%;
	background: url('images/BG1.jpg') no-repeat top center;
	border: 1px solid red; 
}

#Wrapper{
	position: relative;
	margin: 0 auto 0 auto;
	width: 1071px;
	background: transparent url('../images/sides.jpg') repeat-y;
	text-align: center;
}
#Header{
	background: transparent;
}
#HeaderImage{
	float: left;
	top: 0px;
	left: 0px;
	width: 1062px;
	height: 100px;
	background: transparent url('../images/header2.jpg') no-repeat;
}

#HomeLink{
	position: absolute;
	background: transparent;
	top: 20px;
	left: 20px;
	height: 60px;
	width: 600px;
}

#MainLinks{
	position: absolute;
	top: 60px;
	right: 4.2em;
	font: normal 0.8em Tahoma;
	background: transparent;
}
#SecondLinks{
	position: absolute;
	top: 80px;
	right: 4.2em;
	font: normal 0.8em Tahoma;
}

#MainContent{
	clear: both;
	float: left;
}

#NonFlashDiv{
	width: 900px;
	float: left;
	margin-left: 5em;
	min-height: 300px;
}

#FlashPlayerDiv{
	/* float: left;
	top: 8em;
	left: 3em;*/
	float: left;
	margin-top: 0px;
	margin-left: 15px;
   /* margin: 0.85em auto auto 0em;
	width: 50em;
	height: 31.25em;
	background: white; border: 1px solid white;   */
	width: 1030px;
	height: 500px; 
   
}
#Footer{
	
	/*top: 625px;
	left: 0em;*/
	float: left;
	font: normal 0.9em Tahoma;
	color: #666;
	/*margin: 0em auto auto 3em;
	width: 56.25em;left: 3.5em;border: 1px solid white;*/
	margin-top: 25px;
	width: 1062px;
	height: 50px;
	clear: both;
	background: transparent url('../images/footerBG.jpg') no-repeat bottom left;
  
}
#Footer a{
	color: #666;
}
#Footer a:hover{
	color: white;
}

.clearboth{
	clear: both;
}

#CSNote{
	position: absolute;
	top: 100px;
	right: 4.5em;
	width: 200px;
	height: 100px;
	background: white;
	z-index: 20;
}