#haiku {
	margin-top: -100px;
	width: 350px;
}
#haiku h2 {
	margin-left:50px;
	font: 18px bold Arial, Helvetica, sans-serif;
	color:#000;
}

body {
	background-color: #9D9DAA;
}

#container {
	width: 980px;
}
#header {
	margin: 0;
}
#nav {
	color: #000;
	position: relative;
	top: -35px;
	left: 650px;
	width: 300px;
}

#nav ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding-right: 3px;
	font-size: 11px;
}

#nav ul li a {
	color: #000;
	text-decoration: none;
}
#nav a:hover {
    color: #D71440 !important;
	text-decoration: underline;
}
#LunarTag {
	margin: -30px 0 0 30px;
	
}
#history {
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	margin: 0;
}
#history ul li {
list-style-image:url(../images/bullet.gif);
list-style-position:outside;
list-style-type:disc;
}

#history p {
	color: #000;
	margin-top: 0;
}

#haiku h3 {
	background-color:#000;
	color: #D71440;
	font: bold 18px Arial, Helvetica, sans-serif;
	padding: 3px 20px 3px 15px;
}
#haiku ul {
color:#000;
}

table#formTable {
	border: 1px solid #666;
	margin:20px;
	font: 12px bold Arial, Helvetica, sans-serif;
	background-color:#000;
	color: #FFF
}
table#formTable .txt{
	width: 275px;
}

#errorBox {
	margin:20px;
	width:475px;
	background-color:#9D9DAA;
}

#link li a {
	color: #030;
	font:18px Arial, Helvetica, sans-serif;
}

.subBtn {
	float: left;
	margin-right: 10px;
	color:#FFFFFF;
	background-color:#D71440;
	font-size: 1em;
	padding:2px 5px 2px 5px;
	border: 0;
	*padding:0px;
}

.subBtn:hover {
	color: #D71440;
	background-color:#FFFFFF;
}

a {
    color:#fff;
	text-decoration: underline;
}

a:hover {
    color: #D71440 !important;
	text-decoration: underline;
}

#footer {
	font-size: 11px;
}
#footer a{
	color: #000;
	text-decoration: none;
}
#footer a:hover {
    color: #D71440 !important;
	text-decoration: underline;
}
#background {
	background: no-repeat url(../images/Moonlanding.jpg);
	margin: -15px;
	padding: 0;
	width: 980px;
	height: 350px;
}

<!--[if IE]>
/* place css fixes for all versions of IE in this conditional comment */
#haiku { width: 250px; }
#haiku { padding-top: 30px; }
#haiku ul{ padding-left: 30px;}
#history { zoom: 1; }
table#formTable { padding: 2px; margin-left: 35px;}
<![endif]-->

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
