@charset "UTF-8";
/* CSS Document */

body{
	background:url(http://media.worldvision.org/home/images/bg.png);
	background-repeat:repeat-x;
	background-color: #c9c9c9;
	margin:0 0 0 0;
	font-family: Gill Sans,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: lighter;
	line-height: 18px;
}

body strong{
	font-weight: 600;
}

h2{
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

h2 a:link, h2 a:visited{
	font-weight: bold;
}

.small{
	margin-top: -13px;
	font-size: 10px;
	margin-bottom:-13px;
}

a:link{
	color: #ffffff;
	font-weight: normal;
}

a:hover{
	color: #ffffff;
	background-color: #ff0000;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #FFF;
	font-weight:normal;
}

img, img a:link, img a:visited{
	border: 0px;
	padding-left: 2px;
	text-decoration: none;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

#mainBG{
	background:url(http://www.endmalaria.org/blog/wp-content/themes/endmalaria/images/bg_modified.jpg) top center no-repeat;
	background-color: #000; 
	min-height:900px;
	width: 1024px;
	margin-left:auto;
	margin-right: auto;
	vertical-align:top;
	overflow:hidden;
}

#contentArea{
	background-color:#fff;
	overflow:hidden;
	width:886px;
	margin-top:120px;
	margin-left:70px;
	color: #000;
	font-size: 12px;
}

#contentArea a:link, #contentArea a:visited{
	color: #000;
}

#contentArea a:hover{
	color: #fff;
}

#leftContent{
	background-color:#fff;
	width:630px;
	border-right:250px solid #fff; /* The width and color of the rail */
	margin-right:-250px; /* Hat tip to Ryan Brill */
	float:left;
	min-height: 800px;
}

#rightContent{
	background-color:#fff;
	width:256px;
	float:left;
}

.content{
	padding:10px;
}

.title
{
	color: #ff0000;
	font-size: 20px;
	font-weight: lighter;
}

#homeClick {
	left: 0px;
	position:absolute;
	width:435px;
	height:80px;
	margin:0 0 0 0;
}
#homeClick a:hover {
	background:none;
}
#corpNav {
	right: 77px;
	position:absolute;
	list-style:none;
	font-size:18px;
	margin: 50px 80px 0 0;
	font-weight:bold;
}
#corpNav li {
	width: 50px;
	display:block;
	float:left;
	text-align: right;
}
#corpNav a:link, a:visited{
	text-decoration: none;
}

#mainNav {
	right: 43px;
	position:absolute;
	list-style:none;
	margin: 90px 70px 0 0;
	font-size:13px;
	width: 575px;
	top: -2px;
}
#mainNav a:link, a:visited{
	text-decoration: none;
}
#mainNav li {
	width: 100px;
	display:block;
	float:left;
	text-align:center;
}

#footer{
	background-image: url(http://www.endmalaria.org/blog/wp-content/themes/endmalaria/images/footer.jpg);
	width: 1024px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
}

#footerText{
	margin-bottom: 28px;
	margin-left: 105px;
	left: 199px;
	top: 65px;
	position: absolute;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
}

#addThisContentPage{
	position:relative;
	float:right;
}
