body {
	margin: 10px 10px 0px 10px;

	background-image: url('images/background.png');
	background-color: #222;
}

h1 {
	width: 400px;

	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-top: 2px solid #020;
	border-bottom: 2px solid #020;
	border-left: 2px solid #050;
	border-right: 2px solid #050;

	background-image: url('images/banner.gif');
	background-repeat: no-repeat;

	font-family: monospace;
	font-variant: small-caps;
	text-align: center;
	font-size: 24pt;
	color: white;
}

h2 {
	margin: 0;
	font-family: sans-serif;
	font-size: 14pt;
}

#contentcenter {
/*	max-width: 1000px;*/
	margin-left: auto;
	margin-right: auto;
}

#contentwrapper {
	float: left;
	width: 100%;
	min-width: 700px;
}

#content {
	min-height: 32px;

	margin-bottom: 8px;
	margin-right: 150px;
	border: 2px solid #555;

	background-color: #eef;
}


/**** #foot ****/

#foot {
	clear: both;
	height: 15px;
	min-width: 550px;

	margin-bottom: 8px;
	margin-right: 150px;
	padding-top: 10px;

	background-image: url('images/mechafetus.png');
	background-repeat: repeat-x;
	background-color: #033;

	font-size: 9pt;
	font-family: sans-serif;
	color: #eee;
}

#foot a {
	text-decoration: none;
	color: #fff;
}


/**** misc. ****/

.quote {
	overflow: auto;

	margin: 8px;
	border: 1px solid #555;
	padding: 4px;

	background-image: url('images/codebk.png');
	background-color: #eef;

	font-family: monospace;
}

.nofrillslink {
	text-decoration: none;
	color: inherit;
}

.hidden {
	display: none;
	visibility: hidden;
}