@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;
	background-color: #003;
	background-image: url(../imgs/html_bg.jpg);
	background-repeat: no-repeat;
}
.oneColElsCtr #container {
	width: 1020px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 1;
	position: relative;
	background-color: #FFF;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColElsCtr #container #FLV {
	position: absolute;
	z-index: 5;
	left: 31px;
	top: 388px;
	margin: 0px;
	padding: 0px;
	width: 204px;
	height: 170px;
}
.oneColElsCtr #topMenu {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 1025px;
	position: absolute;
	left: 61px;
	top: 47px;
	z-index: 5;
}
.oneColElsCtr #mainContent {
	padding: 0;
	background-image: url(../imgs/projects2.jpg);
	height: 768px;
	width: 1024px;
	background-repeat: no-repeat;
	margin: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #003;
}
.oneColElsCtr #container #Text {
	position: absolute;
	left: 546px;
	top: 226px;
	color: #000;
	font-style: normal;
	z-index: 2;
	width: 399px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	height: 238px;
}
.oneColElsCtr #container #Text2 {
	position: absolute;
	left: 548px;
	top: 141px;
	color: #000;
	font-style: normal;
	z-index: 2;
	width: 399px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	text-align: center;
	height: 73px;
}
.oneColElsCtr #container #logo {
	position: absolute;
	left: 86px;
	top: 13px;
	color: #000;
	font-style: normal;
	z-index: 3;
	width: 253px;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 14px;
	height: 174px;
}
.oneColElsCtr #container #lowerMenu {
	margin: 0px;
	height: 24px;
	width: 999px;
	position: absolute;
	top: 760px;
	font-size: 10px;
	font-style: normal;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	left: -1px;
	text-align: center;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
#apDiv1 {
	position:absolute;
	left:571px;
	top:90px;
	width:575px;
	height:258px;
	z-index:2;
}
