body {
	background: url(images/background.gif);
}

body, td, th {
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #333;
}

th {
	font-weight: normal;
	text-align: right;
}

.listcols th {
	font-weight: bold;
	text-align: left;
}

.donationtype th {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	background-color: #ccc;
}

#frontpage a {
	font-size: 1.2em;
}

a, a:hover, a:link, a:visited {
	color: #E58618;
}

#header {
	background: url(images/header.jpg);
	margin-bottom: 20px;
}

#content {
	background-color: #fff;
	border: 2px solid #000;
	padding: 15px;
	margin: 20px auto;
	width: 800px;
}

#frontpage #content {
	background-color: #fff;
	border: 2px solid #000;
	padding: 30px;
	margin: 75px auto 0;
	text-align: center;
}

.splash {
	width: 600px;
}

.frontsplashimage img {
	border: 2px solid #000;
}

#flashtour {
	float: right;
	width: 435px;
	margin: 0 20px;
}

.submit {
	margin-top: 10px;
}
.formerror {
	color: #f00;
}
