body {
	font-size: 0.8em;
}
.site {
	width: 99%;
	margin: 0;
}
.head div {
	display: none;
}
.head {
	border-bottom: 2px solid #CCC;
}

#content {
	width: auto;
}

#rightcol {
	margin-left: 4em;
	margin-bottom: 6em;
}

#content h1, #registerbox h1, #rightcol h1 {
	color: #000;
	border-bottom: 2px solid #CCC;
	margin-top: 0;
}
#content h1 {
	border-bottom: none;
}
#footer {
	clear: both;
	color: #111;
	border-top: 3px double #CCC;
}

	a:link {
		color: #000;
	}a:visited {
		color: #000;
	}
	a:hover {
		color: #000;
		text-decoration: none;
	}
	input {
		display: none;
	}