body {
	font-family: sans-serif;
	background-color: #291d0b;
	color: #e6a356;
	font-size: 12pt;
}


div { background-color: transparent; }

div.banner {
	font-family: monospace;
	background-color: #291d0b;
	color: #e6a356;
	font-size: 36pt;
	position: left;
	top: 0px;
	float: left;
	width: 580px;
	height: 40px;
	margin-right: 40px;
}

div.donate {
	margin-left: 20px;
	position: relative;
	top: 0px;
	float: left;
	width: 360px;
	height: 60px;
}

div.contentcontainer {
	position: relative;
	top: 15px;
	float: left;
	border: 3px solid white;
	width: 858px;
	height: 410px;
}
div.content {
	font-family: "Courier New", Courier, Monaco, monospace;
	line-height: 16px;
	font-size: 14px;
	position: absolute;
	border: 0px solid red;
	padding: 6px;
	width: 545px;
	height: 400px;
	overflow: auto;
}
/* dude, I rocked the CSS2 multiple class */
div.left { left: 0px; }
div.right { left: 304px; }
div.special { 
	left: 800px;
	 }

div.navbar {
	clear: left;
	position: relative;
	top: 20px;
	background-repeat: no-repeat;
	background-position: left;
	border: 0px solid gray;
	height: 40px;
	width: 905px;
}
div.navbar a {
	float: left;
	font-family: courier;
	font-size: 10pt;
	font-weight: 700;
	color: #e6a356;
	margin-right: 14px;
	margin-top: 5px;
}
div.navbar a:hover { color: rgb(140,140,250); }
a { 
	color: rgb(230,180,235); 
	text-decoration: none;
}
a:hover { color: rgb(240,140,100); }
div.winamp { 
	color: #c5bbbb; }

