@import "layout.css";

BODY {background: #321;color: #a98;}
#pagefooter {border: 2px solid #111; background: #520; color: #cca;}
A {color: #a86;}
.bar A:visited {color: #864;}
.latestlist A {border: 1px solid #432;}
.latestlist A:visited {color: #864;}
.infobox {border: 1px solid #555;}
.story {border: 1px solid #555;}
.title {background: #720; color: #cba;}
.summary {background: #210;}
.body {background: #210;}
.stats {background: #432;}
#pagetitle {
	background-image: url("../images/header.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	color: #cca;
}
#pagetitle span {
	font-weight: normal;
	/* forgive me, for I have sinned :( */
	position: relative;
	top: 32px;
	width: 700px;
	left: 0px;
	text-align: center;
	font-family: "Lucida Handwriting", "arial", sans-serif;
}
