body {	
	background: #000;
	margin: 0 auto;
}

img, img {
	border: 0;
}

p, h1, h2, h3, h4, h5, ul, li, dl, dd, dt, img, form {
	margin: 0;
	padding: 0;
}

/*----Structural DIVs----*/

#wrap {
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

#innerWrap {
	text-align: left;
	width: 800px;
}	

/*----Other DIVs----*/


#footer {
	width: 800px;
	height: 174px;
	background: url(images/backgrounds/footer.jpg) #000 no-repeat 0 0;	
	float: left;
	margin-top: 20px;
}

#contribution {
	height: 44px;
	width: 298px;
	overflow: hidden;
	float: right;
	display: block;
	margin-top: 75px;
}


/*----Typography----*/

.hiddenText {
	display: none;
	height: 0;
	overflow: hidden;
}

.clearFloat {
	float: left;
	height: 1px;
	width: 800px;
}

/*----Link Styles----*/


/* ----- Hover Buttons ----- */

#contribution a {
	background: url(images/buttons/donate.gif) no-repeat;
	height: 44px;
	width: 298px;
	display: block;
	padding-top: 50px;
}

#contribution a:hover {
	background: url(images/buttons/donate.gif) no-repeat 0 -44px;
}




/* ----- Sign Up Box (Black) ----- */

#newsletterSignup {
	text-align: center;
	width: 800px;
	margin-top: 50px;
	float: left;
	display: inline;
}

#newsletterSignup form {
	position: relative;
	margin-left: 40px;
}

#newsletterSignup p {
	font: bold 20px/25px palatino, georgia, 'Times New Roman', times, serif;
	color: #fff;
	margin-bottom: 25px;
}

#newsletterSignup form p {
	font: normal 20px/25px palatino, georgia, 'Times New Roman', times, serif;
	color: #fff;
	margin-bottom: 20px;
}

#newsletterSignup form p.secondLine {
	text-align: left;
	margin-left: 90px;
}

#newsletterSignup form input {
	background: #f4e4a2;
	border: 0;
	height: 25px /*30px*/;
	vertical-align: middle;
	margin: 0 40px 0 10px;
	font: normal 18px/25px palatino, georgia, 'Times New Roman', times, serif;
	color: #000;
	padding: 5px 0 0 5px;
}

#newsletterSignup form textarea {
	background: #f4e4a2;
	border: 0;
	height: 75px /*80px*/;
	width: 470px /*475px*/;
	vertical-align: middle;
	margin: 0 0 0 10px;
	font: normal 18px/25px palatino, georgia, 'Times New Roman', times, serif;
	color: #000;
	padding: 5px 0 0 5px;
}

input#email {
	width: 245px /*250px*/;
}

input#city {
	width: 135px /*140px*/;
}

input#name {
	width: 275px /*280px*/;
}


#newsletterSignup img.separatorTop {
	margin: 0 0 15px 0;
}

#newsletterSignup img.separatorBtm {
	margin: 5px 0 15px 0;
}

#newsletterSignup .submit {
	height: 33px;
	width: 117px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	left: 515px;
}

#newsletterSignup .submit a {
	background: url(images/buttons/submit-bk.gif) no-repeat;
	height: 33px;
	width: 117px;
	display: block;
	padding-top: 50px;
}

#newsletterSignup .submit a:hover {
	background: url(images/buttons/submit-bk.gif) no-repeat 0 -33px;
}
