@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}
.oneColElsCtr #container {
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 1;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.oneColElsCtr #container #FLV {
	position: absolute;
	z-index: 5;
	left: 941px;
	top: 86px;
	margin: 0px;
	padding: 0px;
	width: 272px;
	height: 487px;
}
.oneColElsCtr #mainContent {
	padding: 0;
	background-image: url(../imgs/faux_BG.jpg);
	height: 1000px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
.oneColElsCtr #container #Text {
	position: relative;
	left: 100px;
	top: 60px;
	color: #FFCC99;
	font-style: normal;
	z-index: 2;
	width: 800px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	height: 800px;
}
.oneColElsCtr #topMenu {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 900px;
	position: relative;
	left: 60px;
	top: 90px;
	z-index: 1;
}
.oneColElsCtr #container #Text_lower {
	position: absolute;
	left: 4px;
	top: 967px;
	color: #FFF;
	font-style: normal;
	z-index: 2;
	width: 947px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
.oneColElsCtr #container #h1 .style5 {
	font-size: 18px;
}
.oneColElsCtr #container #Text p {
	font-style: normal;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColElsCtr #container #Text .style5 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColElsCtr #container #Text .style3 strong em {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.oneColElsCtr #container #lowerMenu {
	margin: 0px;
	width: 1024px;
	position: relative;
	top: 925px;
	font-size: 10px;
	font-style: normal;
	color: #FFCC99;
	left: 1px;
	text-align: center;
	padding: 0px;
	height: 50px;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}
a:active {
	color: #999;
	text-decoration: none;
}
.oneColElsCtr #container #Text .style3 strong {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColElsCtr #container #Text .style1 {
	font-family: "Arial Black", Gadget, sans-serif;
}

