
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #f0f9dc;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

h1, h2, h3 {
	color: #006e2e;
	margin-bottom: 10px;
}

h1 {
	font-size: 3.8em;
	letter-spacing: 0em;
}

h2 {
	font-size: 2em;
	text-align: center;
}

p {
	margin-bottom: 7px;
}

a {
	color: #000;
}

.hideMe {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

#page {
	background: #f0f9dc;
	width: 100%;
	text-align: left;
	margin: auto;
}

#header {
	height: 120px;
	text-align: left;
	padding: 0px 30px 0px 10px;
	background: url('../images/header_background.png') top left repeat-x;
	font-family: Helvetica, sans-serif;
	letter-spacing: 0.6em;
}

#header div {
	height: 100%;
	width: 100%;
	background: url('../images/header_text.gif') 10px 10px no-repeat;
}

#charityInfo {
	background: #9ddf5d;
	text-align: center;
	padding: 1px 0px 3px 0px;
}

#charityInfo p {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	margin: 0px;
}

#content {
}

#leftNav {
	background: #cdeb8b;
	width: 150px;
	float: left;
	padding: 15px 0px;
}

#main {

	padding: 15px;
	margin-left: 150px;
}

#footer {
	clear: both;
}

ul {
	list-style: none;
}

#leftNav ul {
	width: 100%;
}

#leftNav ul li {
	height: 12px;
	font-weight: 600;
	padding: 4px 20px 8px 20px;
	width: 110px;
	text-decoration: none;
}

#leftNav ul li:hover {
	background: #e4ff00;
}

ul#galleries, ul#gallery {
	list-style: none;
	margin-top: 18px;
}

ul#galleries li, ul#gallery li {
	text-align: center;
	float: left;
	width: 170px;
	margin: 0px 5px 10px 5px;	
}

ul#galleries li img, ul#gallery li img {
	border: 1px solid #ddd;
}

ul#galleries li a:hover img, ul#gallery li a:hover img {
	border: 1px solid #999;
}

ul#galleries li span.caption, ul#gallery li span.caption, div#galleryImage span.caption {
	display: block;
}

div#galleryImage {
	width: 100%;
	text-align: center;
}

div#galleryImage img {
	margin: auto;
}
