body {
	margin: 0px;
	padding: 0px;
	background-color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#01316c;
	}
p, h1, h2, h3, h4, h5, h6, ul, li, form {
	margin:0;
	padding:0;
	}
h1 {
	font-size:21px;
	color:#01316c;
	font-weight:bold;
	margin-bottom:5px;
	}
h2 {
	font-size:21px;
	color:#01316c;
	font-weight:bold;
	margin-bottom:5px;
	}
h3 {
	font-size:15px;
	color:#01316c;
	font-weight:bold;
	margin-bottom:5px;
	}
p {
	line-height:1.4em;
	margin-bottom:20px;
	}
ul {
	margin-top:0px;
	margin-bottom:20px;
	margin-left:35px;
	}
#wrapper {
	width:800px;
	margin:auto;
	background-color:#eff3af;
	}
#header {
	display:block;
	}
#nav {
	background-color:#3fbced;
	padding-left:40px;
	height:23px;
	
	}
#nav a {
	margin-left:8px;
	margin-right:8px;
	padding-left:5px;
	padding-right:5px;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	float:left;
	}
#nav a:hover {
	background-image:url(../_images/nav_roll.jpg);
	background-position:center;
	background-repeat:no-repeat;
	}
#content {
	background-image:url(../_images/body_bg.gif);
	background-repeat:no-repeat;
	padding: 70px 50px 20px 50px;
	background-color:#eff3af;
	}
#content a {
	color:#8cc63f;
	text-decoration:none;
	}
#content a:hover {
	text-decoration:underline;
	}
#content label {
	display:block;
	}
#content input,
#content textarea {
	width:300px;
	margin-bottom:15px;
	}
#content #info {
	width:1px;
	height:1px;
	visibility:hidden;
	}
#content .formerr {
	color:#FF0000;
	}
#content .divider {
	width:230px;
	margin:auto;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	}
#content #left {
	width:360px;
	float:left;
	}
#content #left p {
	text-align:justify;
	}
#content #left ul li {
	margin-bottom:5px;
	}
#content #left #donate {
	display:block;
	width:255px;
	margin:auto;
	border:none;
	}
#content #right {
	width:271px;
	float:right;
	}
#footer p {
	background-color:#eff3af;
	}
#footer p {
	text-align:center;
	font-size:10px;
	color:#8cc63f;
	background-color:#eff3af;
	margin-bottom:0;
	}
