body {
	text-align: center;
	margin: 25px 0 25px 0;
	font-family: "Lucida Sans Regular", Helvetica, sans-serif;
	line-height: 120%;
		}
		
a:link {
	color: #0000D9
	}

a:visited {
	color:#0000D9
	}
	
a:hover {
	color:#0000D9
	}
	
a:active {
	color:#0000D9
	}

p {
	font-size: 10pt;
	text-align: left;
	margin: 0;
	padding: 15px;
		}
		
blockquote {
	width: 85%;
	font-size: 10pt;
	text-align: left;
	margin: 0;
	padding: 10px;
	background-color: #eaeaea;
	margin: 0 auto;
		}
		
ul {
	font-size: 10pt;
	text-align: left;
	margin: 0;
	padding: 15px;
	list-style-type: none;
		}
		
img {
	border: 0;
	padding: 0;
		}
		
.imgborder {
	border: 1px solid #2B2B2B;
	padding: 0px;
	background-color: #C19898;
	margin: 5px 0 5px 0;
		}
		
.floatleft {
	float: left;
	margin: 0 5px 5px 0;
		}

.floatright {
	float: right;
	margin: 0 0 5px 5px;
		}
		
.bold {
	font-weight: bold;
		}
		
p.copyright {
	font-size: 8pt;
	text-align: center;
		}
		
td {
	vertical-align: top;
		}
		
h1 {
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 0 10px;
		}
		
h2 {
	font-size: 11pt;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 10px;
	text-decoration: underline;
		}
		
h3 {
	font-size: 24pt;
	text-align: center;
	margin: 0;
	padding: 10px;
		}
		
h4 {
	font-size: 9pt;
	text-align: left;
	margin: 0;
	padding-left: 10px;
	color: #fff;
	font-weight: 100;
		}
	
#page {
	display: inline-block;
	width: 900px;
	background-color: #999;
	padding: 5px 5px 0 5px;
	margin: 0 auto;
		}		

#banner {
	width: 900px;
	height: 400px;
	margin-bottom: 1px;
	background-image:url('images/banner.jpg');
	text-align: left;
		}

#banner_logo {
	width: 300px;
	height: 400px;
	background-color: #FFF;
	opacity:0.8;
	filter:alpha(opacity=80); /*for IE*/
		}

#banner_splash {
	width: 900px;
	height: 400px;
	margin-bottom: 1px;
	background-image:url('images/banner_splash.jpg');
	text-align: left;
		}
		
#banner_about {
	width: 900px;
	height: 400px;
	margin-bottom: 1px;
	background-image:url('images/banner_about.jpg');
	text-align: left;
		}

#banner_donations {
	width: 900px;
	height: 400px;
	margin-bottom: 1px;
	background-image:url('images/banner_donations.jpg');
	text-align: left;
		}
		
#banner_feedback {
	width: 900px;
	height: 400px;
	margin-bottom: 1px;
	background-image:url('images/banner_feedback.jpg');
	text-align: left;
		}
		
#banner_news {
	width: 900px;
	height: 400px;
	margin-bottom: 1px;
	background-image:url('images/banner_news.jpg');
	text-align: left;
		}
		
#banner_merchandise {
	width: 900px;
	height: 400px;
	margin-bottom: 1px;
	background-image:url('images/banner_merchandise.jpg');
	text-align: left;
		}
		
#banner_contact {
	width: 900px;
	height: 400px;
	margin-bottom: 1px;
	background-image:url('images/banner_contact.jpg');
	text-align: left;
		}

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
		}

#nav {
	width: 900px;
	height: 50px;
	margin-bottom: 1px;
	background-image:url(images/backgr_3.gif);
		}

#menu {
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  float:left;
		}
  
#menu li {
  float:left;
		}
  
#menu a {
  width:auto;
  display:block;
  padding:0 13px;
  height: 50px;
  line-height: 50px;
  color: #fff; 
  background-image:url('images/backgr_3.gif');
  text-decoration:none;
  font-size: 9pt;
		}
  
#menu a:hover {
  color:#fff;
  background-image:url('images/current_3.gif');
		}

#main {
	display: inline-block;
	width: 900px;
		}

#sidebar {
	float: left;
	width: 300px;
		}

.sidebar_content {
	width: 100%;
	background-color: #cfb0b0;
		}

.sidebar_header {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-image: url('images/header_bg.gif');
		}

#content {
	float: right;
	width: 599px;
	background-color: #FFF;
		}
		
#content_split {
	float: right;
	width: 600px;
		}
		
#content_left {
	padding: 10px;
	float: left;
	width: 280px;
	min-height: 700px;
	background-color: #FFF;
		}

#content_right {
	padding: 10px;
	float: right;
	width: 275px;
	min-height: 700px;
	background-color: #cfb0b0;
		}
		
.counter {
	font-size: 10pt;
	color: #560000;
		}