@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	}

html, body {
	font: 12px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #2D4488;
}

#container {
	margin: 25px auto;
	width: 800px;
	background: url(../images/bg_container.png) repeat-y;
	}
	
#header {
	height: 220px;
	background: url(../images/bg_header.png) no-repeat;
	}
	
#header h2 {
	padding: 120px 0 25px 70px;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	letter-spacing: 2px;
	color: #FBF21C;
	}
	
#header p {
	text-align: center;
	color: #fff;
	letter-spacing: 3px;
	font-size: 12px;
	}
	
#header a:link, #header a:visited  {
	color: #fff;
	padding: 0 8px;
	text-decoration: none;
	}
	
#header a:active, #header a:hover {
	color: #FF0;
	padding: 0 8px;
	text-decoration: none;
	}

#leftcol {
	}
	
#leftcol h1 {
	padding: 0 0 15px 50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #FBF21C;
	}
	
#leftcol h2 {
	padding: 0 20px 5px 60px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #fff;
	}
	
#leftcol h3 {
	padding: 0 20px 5px 60px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FBF21C;
	}
	
#leftcol p {
	padding: 0 60px 15px 60px;
	}
	
#rightcol {
	float: right;
	width: 410px;
	height: 260px;
	display: inline;
	padding: 25px 0 0 25px;
	}
	
#content {
	clear: both;
	}
	
#content h4 {
	padding: 10px 0 25px 0;
	font-size: 14px;
	font-weight: normal;
	font-style:italic;
	letter-spacing: 2px;
	color: #FBF21C;
	text-align: center;
	}
	
#footer {
	height: 111px;
	background: url(../images/bg_footer.png) no-repeat;
	}
	
#footer a:link, #footer a:visited {
	color: #ccc;
	text-decoration: none;
	}
	
#footer a:active, #footer a:hover {
	color: #FF0;
	text-decoration: none;
	}
	
.footleft {
	text-align: left;
	color: #CCC;
	padding: 23px 0 0 23px;
	font-size: 10px;
	}
	
#copy {
	float: right;
	width: 400px;
	}

#copy p {
	text-align: right;
	color: #fff;
	padding: 23px 23px 0 0;
	font-size: 10px;
	}
	
#botnav p {
	text-align: center;
	color: #fff;
	letter-spacing: 3px;
	padding-top: 15px;
	font-size: 12px;
	}
	
#botnav a:link, #botnav a:visited  {
	color: #fff;
	padding: 0 8px;
	text-decoration: none;
	}
	
#botnav a:active, #botnav a:hover {
	color: #FF0;
	padding: 0 8px;
	text-decoration: none;
	}
	
a:link, a:visited  {
	color: #FF0;
	text-decoration: none;
	}
	
a:active, a:hover {
	color: #FF0;
	text-decoration: underline;
	}
	
.donate {
	border: 1px solid #FFF;
	background:#FFFF99;
	width: 175px;
	height: 80px;
	margin-left: 50px;
	}
