/* Hacks for IE6 position:fixed */
* html { overflow-y: hidden; }
* html body {
    height: 100%;
    overflow: auto;
    }
/* **************************** */

body {
	margin:0;
	padding:0;
	font-family:Garamond, Georgia, "Times New Roman";
	color:black;
	font-size:18px;
	line-height:22px;
	}

#wrapper {
	width:600px;
	margin:10px auto;
	_margin-top:40px;
	}

#nav {
	position:fixed;
	_position:absolute; /* for IE6 */
	top:110px;
	left:10px;
	width:200px;
	_top:130px;
	}

#nav ul {
	list-style-type:none;
	}

#nav ul li {
	margin-bottom:10px;
	}

ul.subnav {
	list-style-type:none;
	margin-left:0;
	padding-left:7px;
	font-size:14px;
	_margin-top:9px;
	}

h1 {
	font-size:76px;
	text-align:center;
	font-weight:normal;
	*margin:25px 0 10px 0;
	}

h1, h2, h3 {
	clear:left;
	}

#craterinfo {
	*padding:20px 0 0 0;
	_margin:0 0 0 60px;
	}

p.highlight {
	color:red;
	}

.title {
	color:red;
	}

blockquote {
	clear:left;
	}

blockquote.poem {
	color:#007FFF;
	margin-left:50px;
	}

a {
	color:red;
	}

a:hover {
	text-decoration:none;
	}

.ppleft {
	width:180px;
	margin-bottom:20px;
	float:left;
	}

form input {
	margin:0 0 -7px 0;
	}

.ppright {
	width:180px;
	margin-bottom:20px;
	float:left;
	}

form {
	display:inline;
	margin-bottom:-10px;
	}

p {
	clear:left;
	}

p.crater {
	margin-top:30px;
	}
