#main {
	position: relative;
}

#content {
/*	background-image: url(/images/gradient.jpg);*/
	background-repeat: repeat-x;
	height: 500px;
	position: relative;
	background-color: #fff2d3;
	padding-bottom: 0px;
}

#mainPhoto {
	position: absolute;
	top: -14px;
	left: 16px;
}

#mainPhoto2 {
	position: absolute;
	top: -15px;
	left: 10px;
}

@-webkit-keyframes kenBurns {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		/* left: 200px; */
	}
	
}

#headerPic {
	height: 200px;
	overflow: hidden;
}

#headerPic img {
	-webkit-transform: scale(1.5);
	-webkit-animation: kenBurns 60s ease-out;
	-webkit-transform-origin: center left;
	transform: scale(1.5);
	animation: kenBurns 60s ease-out;
	transform-origin: bottom left;
	position: relative;
	top: 0px;
	/* transform-origin: center; */
}

#mainPhoto3 {
	position: absolute;
	top: -11px;
	left: 10px;
}

#homeText {
	position: absolute;
	z-index: 5;
	left: 640px;
	width: 310px;
	top: 30px;
}

#homeText h1 {
	font-family: "helvetica neue", arial;
	font-weight: normal;
/*	color: #000;*/
	font-size: 28px;
	line-height: 38px;
}

#homeVideoNote {
	position: absolute;
	top: 300px;
	left: 536px;
}

#homeEduNote {
	position: absolute;
	top: 300px;
	left: 508px;
}

#homeEduNoteText {
	position: absolute;
	top: 30px;
	left: 160px;
	color: #f26522;
}

#homeEduNoteText h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #f26522;
}

#homeEduNoteText p {
	width: 230px;
	margin-top: 15px;
}

#homeArtSchoolNote {
	position: absolute;
	top: 300px;
	left: 508px;
}

#homeArtSchoolNoteText {
	position: absolute;
	top: 30px;
	left: 190px;
	color: #f26522;
}

#homeArtSchoolNoteText h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #f26522;
}

#homeArtSchoolNoteText p {
	width: 210px;
	margin-top: 10px;
}

#homeSponsorNote {
	position: absolute;
	top: 300px;
	left: 508px;
}

#homeSponsorNoteText {
	position: absolute;
	top: 30px;
	left: 190px;
	color: #f26522;
}

#homeSponsorNoteText h2 {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #f26522;
	padding-right: 20px;
}

#homeSponsorNoteText p {
	width: 210px;
	margin-top: 10px;
}



h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited {
	text-decoration: underline;
	color: #f26522;
}

#helpNu {
	position: absolute;
	left: 200px;
	top: 38px;
	background-color: #f26522;
	color: white;
	font: normal normal normal 30px/36px "Helvetica Neue",Arial, sans-serif;
	width: 400px;
	padding: 10px;
}

#helpNu a:link,
#helpNu a:visited {
	color: white;
	text-decoration: underline;
}

/*** LATEST NEWS ***/
#latestNews {
/*	position: absolute;*/
	padding-bottom: 100px;
}

#latestNews h2 {
	background-color: #ec5c1b;
	font-size: 30px;
	float: left;
	text-align: right;
	width: 400px;
	padding: 10px;
	color: white;
	margin-bottom: 15px;
}

.newsStory {
	margin-left: 20px;
	clear: both;
	margin-bottom: 20px;
	width: 450px;
}

.newsStory img {
	padding-top: 10px;
}

.newsDate {
	width: 150px;
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 27px;
}

.newsHeading {
	width: 300px;
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
}

.newsImg {
	clear: both;
	float: left;
	width: 120px;
}

.newsSnippet {
	float: left;
/*	width: 300px;*/
}

.newsMore {
	clear: both;
	text-align: right;
}

.urgentStory {
	background-color: #870000;
	color: white;
	font: normal normal normal 30px/36px "Helvetica Neue",Arial, sans-serif;
	width: 450px;
	padding: 10px;
	position: absolute;
	left: 100px;
	top: -480px;
/*	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
*/	-webkit-box-shadow: 0px 2px 4px #050505;
	-moz-box-shadow: 0px 2px 4px #050505;
	box-shadow: 0px 2px 4px #050505;
}

.urgentStory h3 {
	font: bold normal normal 30px/36px "Helvetica Neue",Arial, sans-serif;
}

.urgentStory a:link,
.urgentStory a:visited {
	color: white;
	text-decoration: underline;
}

/* Mailing List */
#mailingListSignup {
	width: 350px;
	margin: 0px 0px 50px 40px;
	color: black;
}

#mailingListSignup h3 {
	color: #ec5c1b;
}

#mailingListSignup div p {
	margin-top: 5px;
}

#mailingListEmail {
	width: 250px;
}

#mailingListSignup .error {
	color: red;
}

#mailingListForm p {
	float: right;
}

/* Right column */
#rightHomeCol {
	position: absolute;
	top: 920px;
	left: 490px;
	width: 470px;
/*	background-color: blue;*/
}

/* Facebook */
.facebookLike {
/*	position: absolute;*/
/*	left: 470px;*/
/*	top: 550px;*/
	padding: 10px;
/*	background-color: #fff2d3;*/
	margin-left: 60px;
	background-color: #F4E875;
	width: 350px;
	box-shadow:0px 1px 2px #aaa;
	-webkit-box-shadow:0px 1px 2px #aaa;
	-moz-box-shadow:0px 1px 2px #aaa;
	-ie-box-shadow:0px 1px 2px #aaa;
}

.facebookLike iframe {
	width: 370px !important;
	
}

#literacyForLivelihood {
	background-color: #398973;
	background-image: url(/images/green_gradient_bg.png);
	background-repeat: x-repeat;
	width: 350px;
	color: #fff2d3;
	margin: 30px 60px 30px 60px;
	padding-bottom: 20px;
}

#literacyForLivelihood h2 a {
	text-decoration: none;
}

#literacyForLivelihood a:link,
#literacyForLivelihood a:visited {
	color: #fff2d3;
}

#literacyForLivelihood img {
	margin: 1px 1px 1px 1px;
}

#literacyForLivelihood h2 {
	font-size: 40px;
	line-height: 50px;
	margin: 20px 30px 20px 30px;
}

#literacyForLivelihood p {
	font-size: 18px;
	margin: 20px 30px 20px 30px;
}