body {
	background: white url('./background.jpg') top left repeat-x;
	color: #800000;
	margin: 0;
	padding: 0;
	height: 100%;
}

h1 {
	text-align: center;
	font-variant: small-caps;
	font-size: 50px;
}

#bannerholder {
	width: 802px;
	height: 172px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#banner {
	width: 100%;
	height: 172px;
	background: url('./header.jpg') bottom left no-repeat;
	margin: 0;
	padding: 0;
}

#content {
	width: 802px;
	margin-top: 0px;
	border: 1px solid #BD4F00;
	font: 24px Arial, sans-serif;
}

#content th, #content td {
	padding: 20px;
}

#content td {
	border-top: 1px solid #BD4F00;
}

#titles {
/*	background: url('./titlebackground.jpg') center center no-repeat; */
	background: #EFEFEF;
	color: black;
}

#topfacts {
	margin: -20px;
	width: 100% + 40px;
	font-size: 16px;
	padding: 0;
}

#topfacts th, #topfacts td {
	padding: 5px;
}

#topfacts th {
	vertical-align: bottom;
	font-size: 20px;
}

.stat {
	text-align: center;
	border-left: 1px dotted #800000;
}

#smalltext {
	font: 14px Arial, sans-serif;
}

#smalltext p {
	text-indent: 40px;
}

#links {
	width: 802px;
	border: 1px solid #800000;
	border-top: 0;
	margin-top: 0;
	text-align: center;
	font: 12px Arial, sans-serif;
	font-weight: bold;
}

a {
	color: #000080;
}

#otherstuff {
	margin-top: 40px;
	font: 12px Arial, sans-serif;
	text-align: center;
}

#otherstuff td {
	padding: 5px;
}

form {
	margin: 0;
	padding: 0;
	font: 14px Arial, sans-serif;
}

.great {
	color: #00EE00;
}
.good {
	color: #44BB00;
}
.okay {
	color: #888800;
}
.crap {
	color: #BB4400;
}
.shit {
	color: #FF0000;
}
.novotes {
	color: #0000ff;
}
.great, .good, .okay, .crap, .shit, .novotes, .votecount {
	cursor: default;
}
