
/* **************************************************************** */
/* ********************** universal styles ************************ */
/* **************************************************************** */

/* Add scrollbars */
html
{
	height: 101%; /* add scrollbars to borwsers that do not have them - this eliminates page shift between long and short pages */
}

.clear {
	clear: both;
	}

body
{
	background: #FFF;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img {border: none;}
	
		
/* Centre page */
#centrer
{
	width: 960px;
	margin: 0 auto 20px;
	background:#025388 url(../images/body_bg.jpg) repeat-x ;

}


/* **************************************************************** */
/* ************************ header styles ************************* */
/* **************************************************************** */

#header { padding-top: 150px; position: relative; background-color:#FFFFFF; }

#logo { position: absolute; top: 20px; left: 20px; }
	


/* **************************************************************** */
/* ************************** Hero img **************************** */
/* **************************************************************** */
#hero_img img { border: none; margin-top: -80px; margin-left:44px; position:absolute;  }






/* **************************************************************** */
/* ************************ Main Content  ************************* */
/* **************************************************************** */
#bodycontent { display: inline; }


#leftcol {
	width: 900px;
	float: left;
	margin: 400px 0 20px 0;
	padding: 20px;
	}

#leftcol .sad_facts { width:900px; display:block; margin:0; padding: 0; background:#FFF;}	
#leftcol .sad_facts ul { font-size: 85%; display: block; margin: 0; padding: 40px; background: #FFF; list-style: none;}
#leftcol .sad_facts li { color: #000;display: block; margin: 10px 0 0 0; padding: 0 0 0 50px; background:  url(../images/bullet.png) no-repeat left 4px #fff; line-height: 250%; }
#leftcol span.base{ display:block; width:900px; height:20px; background:url(../images/round_bot.png) no-repeat;}
	

/*----------------Profiles---------------*/


#profile{
	margin-top:40px; 
	padding:0px;
	width: 900px;
}


	
#profile p {
	background:#4199D0;
	color: #FFFFFF;
	font-size: 1.1em;
	font-family:Helvetica,Arial,sans-serif;
	padding: 5px 15px 5px 15px;
	margin: 10px;
	line-height:1.5em;
	float:right;
	display:block;
	width: 400px;
	height: 130px;

}

#profile img {float:left; padding-top: 5px;padding-right: 30px; margin-bottom: 20px;}
		
.section {padding: 0;}

#leftcol .section {background: #FFF;}

.donate {text-align: center; margin-bottom: 40px;}

.rfg_links {text-align: center;}

/* **************************************************************** */
/* *************************** Footer  **************************** */
/* **************************************************************** */
#footer {
	 padding: 10px;
	 margin: 20px 0 10px 0;
	 text-align:center;
	 }
	 
.h1-img {padding: 0 0 0 45px;} 




