/***** Reset *****/
	html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

/***** Container *****/

	body{
		background: #fafafa url(../_img/back.jpg) center top no-repeat;
		text-align: center; font-family: Georgia, serif; color: #5a5955; font-size: 12px;
	}

		#container{
			display: block;
			margin: 20px auto; padding: 0;
			text-align: center;
			width: 900px;
		}

/***** Content *****/

			#content{
				background: transparent;
				display: block;
				margin: 0; padding: 0;
				width: 900px; height: 720px;
				font-size: 18px;
				position: relative;
				float: left; clear: both;
			}
			
				#content p{line-height: 130%; margin: 20px 0 25px; }
				
				#content h2{
					font-weight: normal;
					text-transform: uppercase;
					letter-spacing: 1px;
					font-size: 26px;
					margin-top: 200px;
					line-height: 135%;
				}
				#content h3{font-weight: normal; font-size: 26px}
				
				#content ul.donate-types{
					display: block;
					margin: 0 auto;
					width: 800px;
					list-style: none;
				}
				
					#content ul.donate-types li{
						display: inline;
						width: 400px;
						clear: none;
					}
					
						#content ul.donate-types li a{
							display: block;
							width: 400px; height: 20px;
							padding-top: 20px;
							color: #5a5955;
							text-transform: uppercase; font-size: 80%;
							float: left; clear: none;
							overflow: hidden;
							position: relative;
						}
							#content ul.donate-types li a:first-letter{
								font-size: 120%;
							}
							
							a .the_img{
								position: absolute; top: 0; left: 0;
							}
							
							li.donate-time {
								display: block;
								width: 400px; height: 210px;
								float:left;
							/* 	background: transparent url(../_img/bellRing.gif) center -206px no-repeat; */
							}
/*
								li.donate-time a:hover .the_img{
									background-position: center 5px;
								}
*/
							
							li.donate-directly {
								display: block;
								width: 400px; height: 210px;
								float: right;
/* 								background: transparent url(../_img/bucketRing.gif) center -220px no-repeat; */
							}
								li.donate-directly a:hover .the_img{
									background-position: center 0px;
								}
							

/***** Footer *****/

			#footer{
				background: #aaa;
				display: block;
				margin: 0; padding: 0;
				width: 770px; height: 80px;
				position: relative;
				float: left; clear: both;
			}

/***** Etc... *****/

	.hidden{ display: none; }
	a{ text-decoration: none; color: #5a5955;}
		a:hover{}
		a img{ border: 0; }
