@charset "utf-8";
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.abouttext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 300px;
	margin-top: 45px;
}

.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding-top: 254px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 120px;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.menutext a:link {
	color: #FFFFFF;
}
.menutext a:visited {
	color: #FFFFFF;
}
.menutext a:hover{
	color: #FFFFFF;
}
.menutext a:active {
	color: #FFFFFF;
}
.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.oneColFixCtr #aboutContent {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 120px;
}
.reelbox {
	height: 293px;
	width: 430px;
	z-index: 2000;
	position: absolute;
	margin-left: 350px;
	margin-top: 100px;
}
.printbox {
	height: 280px;
	width: 300px;
	margin-top: 125px;
}
.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}

object, embed {
  outline: 0;
}