@import url("reset.css");

body {
	color: #000;
	font: 62.5%/1.5em Helvetica, Arial, Geneva, sans-serif;
	margin: 50px 0 0 50px;
}

#content {
	/*width: 640px;*/
}

#secondary {
	width: 640px;
	float: left;
}

body#images #content {
	width: 320px;
	float: right;
	margin-right: 30px;
}

body#images {
}

div.front {
	background: url(../images/marsdawn.jpg) repeat-x;
	height: 320px;
	width: 100%;
	margin-bottom: 20px;
}

h1 {
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 2em;
	letter-spacing: -1px;
}

h1 a {
	color: #000;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1.2em;
	font: 1.1em "Courier New", Courier, mono;
	width: 320px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

img {
	display: block;
	margin-bottom: 20px;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
}

p a:hover {
	text-decoration: underline;
}


a:active {
	background-color: #fff;
}

table {
	width: 100%;
	font-size: 1.1em;
}

td {
	padding: 0.2em 0 0.2em 0.2em;
	font-size: 11px;
}

ul {
	margin-bottom: 50px;
	font: 1.1em "Courier New", Courier, mono;
}

ul li {
}

ul li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	height: 1%;
}

ul li.selected {
	background-color: #000;
}

ul li.selected a{
	color: #fff;
}

ul li a:hover {
	background-color: #000;
	color: #fff;
}

ul li a:active {
	background-color: #fff;
}
