* {
	font-family: Arial;
}

p { margin: 10px 0; }

body {
	background-image: url(../images/background_tile.gif);
}

#header {
	margin: 21px 29px 0 30px; 
	height: 33px;
	background: transparent url(../images/header_green.gif) no-repeat;
	padding-left: 468px;
}

#menu a {
	display: block;
	height: 32px;
	line-height: 27px;
	float: left;
	margin-right: 18px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	color: white;
	width: 38px;
}

#menu a.stories { width: 51px; }
#menu a.partners { width: 65px; }
#menu a.donate { width: 48px; }

#menu a.donate {
	margin-right: 0px;
	margin-left: 16px;
}


#menu a.donate:hover {
	color: #F77912;
}

#menu a:hover {
	color: rgb(102,91,53);
	text-decoration: none;
}

#page {
	width: 940px;
	height: 580px;
	border: 10px solid white;
	background-color: rgb(189,196,95);
	margin: 40px auto 10px auto;
	position: relative;
}

#content {
	margin: 0 29px 0 30px;
}

#contentFooter {
	background: transparent url(../images/footer_green.gif) no-repeat;
	width: 881px;
	height: 110px;
	position: absolute;
	bottom: 18px;
	left: 30px;
}

#footer {
	width: 960px;
	margin: 0 auto;
	color: rgb(110,101,87);
	font-size: 10px;
	margin-bottom: 50px;
}

#footer a {
	color: rgb(110,101,87);
	text-decoration: none;
}

#footerMenu { float: left; margin-left: 40px; }
#copyright { float: right; margin-right: 40px; }

#contentFooter span { visibility: hidden; }

div.storyMenu {
	letter-spacing: 0px;
	margin-top: 20px;
	width: 280px;
	margin-right: 25px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: rgb(127,113,66);
}

div.storyMenu a {
	text-decoration: none;
	font-weight: bold;
	color: rgb(247,121,18);
	display: block;
	margin-top: 10px;
}

div.storyMenu a:hover {
	text-decoration: underline;
}

.orange { color: rgb(247,121,18); }
.green { color: rgb(189,196,95); }

p.storyFact {
	font-size: 14px;
	background: transparent url(../images/story_fact_divider.gif) top right no-repeat;
	margin-left: 50px;
	padding-right: 20px;
	height: 65px;
	color: rgb(189,196,95);
	text-align: right;
}

div.storyImage {
	float: left;
	width: 210px;
	margin-top: 113px;
}

div.story {
	float: left;
	margin-top: 18px;
	width: 560px;
	font-size: 13px;
	color: rgb(127,113,66);	
}

div.subNav {
	position: absolute;
	top: 127px;
	left: 580px;
	color: 127,113,66);
	font-size: 14px;
	letter-spacing: 1px;
}

div.subNav a {
	font-weight: bold;
	color: rgb(189,196,95);
}

div.subNav a.inactive {
	color: rgb(206,204,185);
	text-decoration: none;
}