@import "reset.css";
body {
	background: #bf1e2e url('../images/background.gif') repeat-x top;
	font: 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	padding: 25px 0 0;
	}
.wrapper {
	width: 1060px;
	margin: 0 auto;
	}
	
/* @group Header */

#header .wrapper {
	background: url('../images/h_header.png') no-repeat center top;
	height: 98px;
	padding: 26px 0 0;
	}
#header.sub .wrapper {
	background: url('../images/s_header.png') no-repeat center top;
	}
#header h1 {
	width: 300px; height: 98px;
	margin: 0 0 0 22px;
	float: left;
	}
#header h1 a, #header h1 a:hover {
	text-decoration: none;
	text-indent: -1000000px;
	width: 300px; height: 98px;
	float: left;
	}

#header ul {
	float: left;
	padding: 45px 0 0 45px;
	}
#header li {
	float: left;
	margin: 0 12px;
	}

#header li a {
	background-position: left;
	text-decoration: none;
	text-indent: -100000px;
	height: 10px;
	float: left;
	}

#header li a:hover, #header .active {
	background-position: right;
	}

#n_about {
	width: 66px;
	}
#n_about a, #n_about a:hover {
	background: url('../images/nav/about.gif');
	width: 66px;
	}

#n_program {
	width: 50px;
	}
#n_program a, #n_program a:hover {
	background: url('../images/nav/program.gif');
	width: 50px;
	}

#n_partners {
	width: 49px;
	}
#n_partners a, #n_partners a:hover {
	background: url('../images/nav/partners.gif');
	width: 49px;
	}

#n_teammates {
	width: 68px;
	}
#n_teammates a, #n_teammates a:hover {
	background: url('../images/nav/teammates.gif');
	width: 68px;
	}

#n_media {
	width: 36px;
	}
#n_media a, #n_media a:hover {
	background: url('../images/nav/media.gif');
	width: 36px;
	}

#n_news {
	width: 85px;
	}
#n_news a, #n_news a:hover {
	background: url('../images/nav/news.gif');
	width: 85px;
	}

#n_donate {
	width: 41px;
	}
#n_donate a, #n_donate a:hover {
	background: url('../images/nav/donate.gif');
	width: 41px;
	}

#n_contact {
	width: 46px;
	}
#n_contact a, #n_contact a:hover {
	background: url('../images/nav/contact.gif');
	width: 46px;
	}

/* @end */

/* @group Middle */

#middle .wrapper {
	background: url('../images/torii.png') no-repeat 11px 0;
	height: 638px;
	padding: 0 0 0 80px;
	}
#middle .news {
	background: url('../images/news_story.png') no-repeat;
	width: 884px; height: 180px;
	position: absolute;
	margin: 450px 0 0 7px;
	padding: 9px 40px 0;
	}
	.news .preview {
		float: left;
		}
	.news .story {
		width: 550px;
		float: left;
		padding: 30px 0 0 30px;
		}
		.story h2 {
			padding: 0 0 10px;
			font-size: 21px;
			font-family: "Helvetica";
			}
		.story p {
			font-size: 13px;
			color: #eea7ae;
			}
		.story p a {
			text-decoration: underline;
			color: #ee7777;
			}
		.story p a:hover {
			text-decoration: none;
			color: #ee7777;
			}

/* @end */

/* @group Middle */

#footer {
	margin: -13px 0 0;
	}
#footer .wrapper {
	background: url('../images/footer.png') no-repeat 21px 0;
	height: 207px;
	padding: 15px 0 0 80px;
	}
#footer #logos {
	height: 126px;
	}
	#logos a {
		float: left;
		text-indent: -100000px;
		text-decoration: none;
		}
	#logos a:hover {
		background-position: right;
		float: left;
		text-indent: -100000px;
		text-decoration: none;
		}
	.reynolds {
		background: url('../images/footer/reynolds.gif');
		width: 264px; height: 47px;
		margin: 39px 30px 0;
		}
	.angels {
		background: url('../images/footer/angels.gif');
		width: 29px; height: 46px;
		margin: 40px 30px 0;
		}
	.hoac {
		background: url('../images/footer/heart.gif');
		width: 104px; height: 63px;
		margin: 31px 30px 0;
		}
	.star_pro {
		background: url('../images/footer/5star.gif');
		width: 64px; height: 63px;
		margin: 31px 30px 0;
		}
	.ab_found {
		background: url('../images/footer/angels_foundation.gif');
		width: 173px; height: 46px;
		margin: 40px 30px 0;
		}
#copy {
	padding: 75px 0 40px 30px;
	color: #631920;
	}
#copy .seed {
	margin: 0 120px 0 0;
	float: right;
	}
#copy a, #copy a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #631920;
	}

/* @end */

/* @group Subpages */

.wrapper.content {
	background: url('../images/content_bg.png') repeat-y 22px 0;
	}
#billboard .wrapper {
	width: 1014px;
	padding: 0 0 0 46px;
	line-height: 0.8em;
	}
#content {}
	#content #left {
		background: #383435;
		padding: 25px;
		width: 261px;
		
		min-height: 336px;
		height: auto !important;
		height: 336px;
		
		color: #ccc;
		float: left;
		margin: 0 0 0 47px;
		}
	#content #right {
		width: 602px;
		float: left;
		padding: 25px;
		color: #64595b;
		}
		#right h2 {
			color: #bf1e2e;
			}
		#right p {
			padding: 15px 0 5px;
			font-size: 13px;
			}

/* @end */
