@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 67.5%;
	background-color: #CCCccc;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 2.7em;
	color: #333;
}
h2    {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-size: 1em;
}
h3    {
	font-size: 1em;
	font-weight: normal;
}
p {
	margin: 0px;
	padding-top: .8em;
	padding-right: 0px;
	padding-bottom: .8em;
	padding-left: 0px;
}
.plain #container {
	width: 875px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(images/glows.jpb);
	background-position: center;
}
.plain #header {
	background-image: url(images/header.jpg);
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: top;
	height: 88px;
}
.plain #nav {
	margin-left: 11px;
	margin-right: 11px;
	height: 14px;
	color: #FFF;
	margin-top: 11px;
	background-color: #900;
}
.plain #nav ul {
	list-style-type: none;
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin: 0px;
}
.plain #nav ul li {
	display: inline;
	font-size: 1.8em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
.plain #nav a {
	text-decoration: none;
	color: #FFF;
}
.plain #leftcontent {
	width: 175px;
	float: left;
	margin-left: 30px;
	padding: 15px;
	font-size: 1.3em;
}
.plain #leftcontent #donate {
	border: 1px solid #D4D4D4;
	padding: 10px;
}
.plain #maincontent {
	padding-top: 30;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0px;
	float: left;
	width: 600px;
	font-size: 1.3em;
}
.plain #rightcontent {
	width: 85px;
	float: right;
	padding: 15px;
	font-size: 1.3em;
	margin-right: 30px;
}
.plain #rightcontent ul li  {
	list-style-type: none;
}
.plain #clearboth {
	clear: both;
	height: 0px;
}
.plain #footer {
	background-image: url(images/glowb.jpg);
	margin: 0px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #CCC;
	text-align: center;
	font-size: 1.2em;
}

