body {
	background: #000;
	color: #fff;
	font-family: "Verdana", sans-serif;
	font-size: small;
	text-align: center;
}

#page {
	position: absolute;
	left: 50px;
	top: 20px;
	width: 500px;
	text-align: left;
}

#sidebar {
	position: absolute;
	left: 580px;
	top: 20px;
	width: 300px;
	background: #000 url("greenies-zapgun-small.jpg") top center no-repeat;
	padding-top: 140px;
}

#sidebar p { width: 200px; margin: 0px auto 1em auto; }

#content p { line-height: 1.5em; }

a img { border: none; }

h1, h2, h3, h4, h5, h6, th {
	color: #6f0;
	font-variant: small-caps;
}

h1 { margin-top: 0px; }

th {
	color: #cf0;
	background: #333;
	border-bottom: 1px solid #666;
	text-align: left;
}

tr {
	color: #fff;
	background: #111;
}

tr.h {
	background: #222;
}

td {
	font-size: small;
	padding-right: 1em;
}

td.s {
	font-family: monospace;
	text-align: right;
	font-size: medium;
}

th.s {
	text-align: right;
	padding-right: 1em;
}

.b { font-weight: bold; font-size: large !important; }

table {
	border: 2px solid #666;
	width: 100%;
	margin-bottom: 30px;
}

.footer {
	margin-top: 50px;
	font-size: x-small;
	color: #666;
	background: #000;
	text-align: left;
}

#content {
	margin-left: 20px;
}

a, a.visited, a.active {
	color: #0fc;
	text-decoration: none;
}
a:hover {
	color: #ff0;
}