body {
	background: #B0A997 url('../images/bg-tile.png'); 
	color:#4C4C4C;
	font-family: Georgia, Times, serif;
	font-size: 87.5%;
	line-height:164%;
}

a { color:#2C92E1; }

div#containertest { width:812px; margin:0 auto; padding: 0 0 45px; }

div#contentTop { line-height:1px; font-size:1px; background: url('../images/content-bg-top.png'); height:11px; }
div#contentContainer { background: url('../images/content-bg.png'); }
div#contentBottom { line-height:1px; font-size:1px; background: url('../images/content-bg-bottom.png'); height:11px; }



div#contentMain {
	background:#FFF url('../images/content-crosses-bg.png') bottom right no-repeat;
	margin:0 auto;
	padding:50px 50px 75px;
	min-height:150px;
	text-align:left;
	width:690px;
}

div#contentMain h2 {
	display:block;
	height: 0px !important; /* for most browsers */
  	height /**/:28px; /* for IE5.5's bad box model */
	line-height:28px;
	padding:28px 0 0;
	overflow:hidden;
}


h2#home { background: url('../images/home-in-a-perfect-head.png'); width: 190px; }

h3#homecallout {
	background:url('../images/home-callout.png');
	display:block;
	float:right;
	height: 0px !important; /* for most browsers */
  	height /**/:145px; /* for IE5.5's bad box model */
	margin: 0 0 25px 25px;
	padding:145px 0 0;
	overflow:hidden;
	width:218px;
}

h2#guidelines1 { background: url('../images/guidelines-a-crisis-is-head.png'); width: 108px; }
h2#guidelines2 { background: url('../images/guidelines-past-donations-head.png'); width: 380px; }

div#donationformlink a {
	background:url('../images/guidelines-downloadlink.png') top no-repeat;
	display:block;
	float:right;
	height: 0px !important; /* for most browsers */
  	height /**/:253px; /* for IE5.5's bad box model */
	margin: 0 0 25px 25px;
	padding:253px 0 0;
	overflow:hidden;
	width:263px;
}
div#donationformlink a:hover { 	background:url('../images/guidelines-downloadlink.png') 0 -253px no-repeat; }

h2#contact1 { background: url('../images/contact-request-donation-head.png'); width: 225px; }
h2#contact2 { background: url('../images/contact-donation-form-header.png'); width: 260px; }

table { width:450px; font-size: 114%; }
table th { font-weight:normal; font-style:italic; width: 155px; vertical-align:top; }
table td { padding-bottom:15px; }


/* *****

	HEADER STYLES  (UL = Main Navigation)
	
	***** */
div#header {
	background:#A6C3E2 url('../images/header-bg.png') no-repeat;
	height:221px;
	margin:0 auto;
	padding-top:25px;
	position:relative;
	width:790px;
}

div#header h1 {
	background:url('../images/logo.png');
	display:block;
	height: 0px !important; /* for most browsers */
  	height /**/:147px; /* for IE5.5's bad box model */
	line-height:50px;
	margin:0 auto;
	padding:147px 0 0;
	overflow:hidden;
	width:247px;
}
div#header h1 a { display:block; height:147px; width:247px; overflow:hidden; font-size:9px; line-height:50px; /*because ie6 sux*/ }

div#header ul {
	bottom:0;
	left:163px;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	text-align:center;
	text-indent:0;
}
div#header ul li {
	display:inline;
	float:left;
	height:58px;
	margin:0;
	padding:0;
}
/* Links */
div#header ul li a {
	display:block;
	height: 0px !important; /* for most browsers */
  	height /**/:53px; /* for IE5.5's bad box model */
	margin:5px 0 0;
	padding:53px 0 0;
	position:relative;
	overflow:hidden;
}
div#header ul li.home a { background:url('../images/nav-home.png') 0 -53px no-repeat; width:116px; }
div#header ul li.home a:hover { background:url('../images/nav-home.png') top no-repeat; }
div#header ul li.donation-guidelines a { background:url('../images/nav-guidelines.png') 0 -53px no-repeat; width:257px; margin-left:-18px; margin-right:-18px; z-index:10; }
div#header ul li.donation-guidelines a:hover { background:url('../images/nav-guidelines.png') top no-repeat; }
div#header ul li.contact a { background:url('../images/nav-contact.png') 0 -53px no-repeat; width:132px;  }
div#header ul li.contact a:hover { background:url('../images/nav-contact.png') top no-repeat; }
/* On States */
div#header ul li span.selected {
	display:block;
	height: 0px !important; /* for most browsers */
  	height /**/:58px; /* for IE5.5's bad box model */
	padding-top:58px;
	position:relative;
	overflow:hidden;
}
div#header ul li.home span.selected { background:url('../images/nav-home-selected.png'); width:128px; z-index:100; }
div#header ul li.donation-guidelines span.selected { background:url('../images/nav-guidelines-selected.png'); width:304px; margin-left:-18px; margin-right:-18px; z-index:100; }
div#header ul li.contact span.selected { background:url('../images/nav-contact-selected.png'); width:148px; z-index:100; }

/* *****

	FOOTER STYLES
	
	***** */
div#footer {
	background: #F2B83B url('../images/footer-bg.png') no-repeat;
	height:33px;
	margin:0 auto;
	padding: 0 15px;
	overflow:hidden;
	text-align:left;
	width:760px;
}
div#footer ul {
	color:#FFF;
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
}
div#footer ul li {
	display:inline;
	line-height:33px;
	margin-left:10px;
}
div#footer ul li:before {
	content: '|';
	margin-right:10px;
}
div#footer ul li.first:before {
	content: ''; margin:0; 
}
div#footer ul li a { color:#FFF; text-decoration:none; }
div#footer ul li a:hover { text-decoration:underline; }
div#footer div {
	color:#98761F;
	float:right;
	line-height:33px;
}
