body {
	background-color:#040406;
	color:#fff;
	margin-top:5px;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
}

h1 {
	margin-top:20px;
	font-size:1.8em;
}

h2 {
	margin-top:20px;
	font-size:1.6em;
}

h3 {
	margin-bottom:20px;
	font-size:1.4em;
}

hr {
	height:0px;
	border-bottom:1px dashed #fff;
	width:85%;
}

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

#container {
	border:0;
	width:610px;
	margin:auto;
}

#head {
	background-image:url(/images/header.jpg);
	background-color:#040406;
	background-repeat:no-repeat;
	background-position:center;
	color:#fff;
	margin:auto;
	width:600px;
	height:190px;
}

#date {
	font-weight:bold;
	text-align:right;
}

#main {
	width:600px;
	margin:auto;
	border:0;
}

#main2 {
	width:468px;
	margin:auto;
	border:0;
}

#footer {
	width:600px;
	margin:auto;
	text-align:center;
}

#footer .small{
	font-size: 0.9em;
}

#footer .small a{
	text-decoration:underline;
	font-weight: bold;
}

#main p, a:link, a:visited, a:active {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.center {
	text-align:center;
}

.none {
	font-size: 10px;
	color: #c0c0c0;
	margin-top: 10px;
}

.show {
	border-bottom: 1px solid green;
	text-decoration: none;
}

a.show:hover {
	text-decoration: none;
}

#form {
	background-color: #000;
	border: 1px solid #666;
	width: 400px;
	padding: 5px;
	margin: 0px auto;
}

#RZSubmit {
	text-align: center;
}

#RZSubmit input {
	background: #000;
	color: #fff;
	clear: both;
}

#row {
	clear: both;
	padding-top: 5px;
}

#row span.label {
	float: left;
	width: 140px;
	text-align: right;
}

#row span.formw {
	float: right;
	width: 250px;
	text-align: left;
}

#spacer {
	clear: both;
}

