html {
	height:100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	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;
	top: 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-image: url(images/sparks.jpg);*/
}
.oneColFixCtr #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	top: 0;
	z-index:1;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/wood.jpg);
}
#mainlogo {
}
#mainlogoie6 {
	display:none;
}
#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
.oneColFixCtr #header {
	color:#FFF;
	position:relative;
	z-index:1;
	font-size:13px;
}
.oneColFixCtr #marquee {
	color:#FFF;
	position:inherit;
	z-index:1;
}
.oneColFixCtr #logo {
	color:#FFF;
	position:absolute;
	z-index:1;
	margin-left:275px;
	top:260px;
	display:inline;
}
.oneColFixCtr #rotate {
	color:#FFF;
	position:relative;
	z-index:1;
	margin-left:180px;
	display:inline;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
	position:relative;
	z-index:1;
}
.oneColFixCtr #leftnavtable {
	border-width: 0px;
	padding: 1px;
	border-style: solid;
	border-color: #666666;
	background-image:imgaes/home-nav-left-bg.png;
	width:138px;
	height:32px;
	background-color:#000;
	text-align:center;
	font-size:16px;
	font:"Times New Roman", Times, serif;
}
.oneColFixCtr #rightnavtable {
	border-width: 0px;
	padding: 1px;
	border-style: solid;
	border-color: #666666;
	background-image:imgaes/home-nav-right-bg.png;
	width:138px;
	height:32px;
	background-color:#000;
	text-align:center;
	font-size:16px;
	font:"Times New Roman", Times, serif;
}
/*a:link {
	border-style: solid;
	border-width : 1px 4px 4px 1px;
	text-decoration : none;
	padding : 4px;
	border-color : #C00 #900 #900 #C00;
	color:#FF0
}
a:hover {
	border-color: #FF0;
	color:#F60
}
a:visited {
	border-style: solid;
	border-width : 1px 4px 4px 1px;
	text-decoration : none;
	padding : 4px;
	border-color : #C00 #900 #900 #C00;
	color:#FFF
}*/
a:link {
	color:#FF0;
	text-decoration:none;
}
a:hover {
	color:#F60;
	text-decoration:none;
}
a:visited {
	color:#FFF;
	text-decoration:none;
}

h1, h2 {
	padding: 0;
	margin: 0;
	display: inline;
}
.collapsable {
	margin: 1em;
	padding: 1em;
	border: 1px solid black;
}
a.specialLink:link {
	color: yellow;
	border:none;
}
a.specialLink:visited {
	color: white;
	border:none;
}
a.specialLink:hover {
	color: red;
	border:none;
}
