@charset "UTF-8";
/* CSS Document */

#navbar {
	float: left;
	width:153px;
	height:528px;
	z-index:1;
}
#extras {
	float: right;
	width:153px;
	height:828px;
	border: thin solid #000000;
}
#donate {
	float: left;
	width:150px;
	height: 20px;
	z-index: 1;
}
#footer {
	clear:both;
	margin: 0 auto;
	text-align: center;
	bottom: 10px;
}
#header {
	align:center;
	margin: 0 auto;
	text-align: center;
	z-index:1;
}

#content {
	position:center;
	left:10px;
	top:10px;
	right:10px;
	margin:20px;
	padding:20px;
	overflow: auto;
}

#badmast {
	border:0px;
}



body {
	background-color: #FFFFE0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #2E55A0;
}

h4 {
	color: #2E55A0;
}
