body {
	background: #CCCCCC;
	height:100%;
	margin:0;
	padding:0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
img {
	border: 0;
}
a, a:active, a:hover, a:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
input[type=text], input[type=submit], textarea, select {
	background: #F2F2F2;
	border: 1px solid black;
}

#outer {
	width: 100%;
	text-align: center;
}
#donate {
	position: absolute;
	right: 5px;
	top: 5px;
}
#top {
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 105px;
}
#main {
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	text-align: left;
}
.smallinfotext {
	font-size: 11px;
	font-style: italic;
}
.floatLeft {
	float: left;
	clear: left;
	margin-right: 5px;
}
.sectionheader {
	margin-top: 10px;
	margin-bottom: 0px;
	background: #EDEDED;
	border: 1px solid black;
	padding: 3px;
}
.section {
	/*margin-bottom: 10px;*/
	background: #FFFFFF;
	border: 1px solid black;
	border-top: none;
	padding: 3px;
}
.changelog {
	font-size: 10px;
}