@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
	padding:0px;
}
.oneColFixCtrHdr #header {
	background-color: #000;
	background-image: url(images/logo.jpg);
	background-position: left top;
	float: left;
	display:inline;
	height: 274px;
	width: 340px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #navBar {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:105px;
	margin-top:30px;
	height:820px;
	background: #000;
	float:left;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:835px;
	background: #000;
	float:left;
	margin-top:30px;
	position:relative;
}
.oneColFixCtrHdr #mainContentPort {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:835px;
	background: #000;
	float:left;
	margin-top:30px;
	position:relative;
}


.oneColFixCtrHdr #container #mainContent center #bulletImg {
	position: absolute;
	left: 93px;
	top: 88px;
}
.oneColFixCtrHdr #container #mainContent center #bionic1 {
	position: absolute;
	text-align:left;
	width:260px;
	left: 140px;
	top: 320px;
	color: #FFF;
}
.oneColFixCtrHdr #container #mainContent center #bionic1 h1{
	color: #FFF;
	padding:0px;
	margin:0px;
	font-size: 23px;
	text-indent:5px;
}

.oneColFixCtrHdr #container #mainContent center #bionic1 p {
	text-align: left;
}
.oneColFixCtrHdr #container ul {
margin: 0;
padding-left: 25px;
padding-top: 15px;
list-style-type:disc;
}
.oneColFixCtrHdr #container #mainContent #contact {
	position: absolute;
	left: 50px;
	top: 300px;
	text-align:left;
	display:inline;
	float:left;
	font-size:17px;
	color: #D1FF07;
}
.oneColFixCtrHdr #container div #topLinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 220px;
	font-size:16px;
	text-align: center;
}

