/* 
Greene County Public Library Foundation
http://www.greenelibraryfoundation.org
author: larry fischer
version: 10/2008
*/

body {
	margin:0;
	text-align:center;
	background:#2c2829 url(/images/patt_bg.png) repeat;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}
a:link, a:visited {
	color: #0000CC;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #0000CC;
	text-decoration: none;
	}
p, ul {
	line-height: 1.4em;
	}

h1 {
	color:#533553;
	font-size:16px;
	}
h2 {
	color:#231F20;
	font-size:14px;
	}
	
/* =structure
***************************************************/	
#container {
	width:740px;
	margin:0 auto;
	background:#00a261 url(/images/container_bg.jpg) no-repeat;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	border-left:2px solid #fff;
	}
.whatwedo#container {
	background:#00a261 url(/images/content_bg_whatwedo.jpg) no-repeat;
	}
.whydonate#container {
	background:#00a261 url(/images/content_bg_whydonate.jpg) no-repeat;
	}		
.aboutus#container {
	background:#00a261 url(/images/content_bg_aboutus.jpg) no-repeat;
	}
.donatenow#container {
	background:#00a261 url(/images/content_bg_donatenow.jpg) no-repeat;
	}
#header {

	}
#header img {
	margin:18px 0px 0px 30px;
	padding:0px 0px 15px 0px;
	float:left;
	}
#content_wrapper {
	clear:both;
	float:left;
	margin: -30px 0px 0px 30px;
	width:510px;
	display:inline;
	}	
#content_top {
	height:42px;
	background:transparent url(/images/content_bgtopwtab.png) no-repeat;
	}
#content_top span {
	float:right;
	margin:8px 30px 0px 0px;
	font-size: 14px;
	font-weight:bold;
	text-align: right;
	color:#8c1210;
	}	
#content_top span a:link, #content_top span a:visited {
	color:#8c1210;
	text-decoration: none;
	}
#content_top span a:hover, #content_top span a:active {
	color:#BF1B17;
	text-decoration: underline;
	}
#content {
	background:transparent url(/images/content_bg.gif) repeat-y;
	color: #231f20;
	text-align:left;
	padding:10px 15px 10px 25px;
	}
#content_bottom {
	clear:both;
	width:510px;
	height:12px;
	background:transparent url(/images/content_bgbottom.gif) no-repeat;
	}

/* =footer
***************************************************/
#footer {
	clear:both;
	color:#ffffff;
	padding:20px 0px 20px 0px;
	}
	
/* =navigation
***************************************************/
ul#nav {
	margin: auto 0;
	text-align:center;
	padding: 0;
	list-style-type: none;
	}
ul#nav li {
	float: left;
	margin: 5px 35px 20px 0px;
	padding: 0 0 0 10px;
	background: transparent url(images/menu-left.png) no-repeat 0 0;
	}
ul#nav li a {
	float: left;
	width:100px;
	padding: 0 10px 0 0;
	outline: none;
	line-height: 29px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: transparent url(images/menu-right.png) no-repeat right top;
	}
ul#nav li a:hover, ul#nav li a.active {
	color: #fdfdb1;
	text-decoration: none;
	}

/* =misc
***************************************************/
.clear {
	clear:both;
	font-size: 1px;
	}							