@charset "utf-8";
/* CSS Document */
body	{
	background: url(../images/homeback.jpg) #000000 repeat-x;
	margin:0;
	font-size:9pt;
	}
img { border:0px; }

/* Element Positions */
#container { margin:0em; padding:0em;
	top:0em;
	width:994px; }
#header {
	margin:0em;
	padding:0em;
	position: absolute;
	background: url(../images/1.png) #000000 no-repeat;
	top:4px;
	width:985px;
	height:96px;
	left: 0px;
}
#marquee { 
	margin:0em; padding:0em; position:absolute;
	position: relative;
	top:8em;
	width:985px; height:25px; }
#topimg { 
	margin:0em; padding:0em; position: absolute;
	top:10.1em;
	width:994px; height:82px; }
#midimg { 
	margin:0em; padding:0em; position: absolute;
	top:16.9em;
	width:985px; height:236px; }
#botimg { 
	margin:0em; padding:0em; position: absolute;
	top:38.37em;
	width:985px; height:154px; }

/* Nav Menu */
#navcontainer { margin:0em; padding:0em; position: absolute;
	top:36em;
	width:985px; height:21px; }
#navcontainer ul {
background-color: #000;
color: White;
float: center;
width: 100%;
font-family: "Courier New", Courier, monospace;
height:21px;
position:relative; }
#navcontainer ul li { display: inline; }
#navcontainer ul li a {
padding: 0em 0.4em 0em 0.4em;
background-color: #000;
color: White;
text-decoration: none;
float: center;
border-right: 1px solid #fff;
height:21px; }
#navcontainer ul li a:hover {
background-color: #369;
color: #fff; }

