@charset "UTF-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: smaller;*/
	font-size: 12px;
	background-color: #000;
	letter-spacing: 0.1em;
}

#nav {
	position: absolute;
	top: 220px;
	z-index: 2;
	left: 10px;
	}
	
#home {
    position: absolute;
    top: 420px;
    left: 66px;
    font-size: 22px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #C9BCBC;
    letter-spacing: 0.07em;
	z-index: 5;
    }

#home a {
	color: #C9BCBC;
	text-decoration: none;
	letter-spacing: 0.3em;
}



#home a:visited {
   color: #C9BCBC;
}

#home a:hover {
  color: #B59C37;
}	

#container {
	padding: 0;
	width: 800px;
	height: 860px;
	margin: 0 auto;	
	position: relative;
	background-color: #161d27;
	}
	
#header {
	position: absolute;
	top: 10px;
	left: 5px;
	z-index: 5;
	}	
	
		
			
#page_name {
	position: absolute;
	top: 181px;
	right: 0px;
	z-index: 3;
	}
	
#logo {
	position: absolute;
	top: 10px;
	right: 10px;
	}
	
#donate_now a {
	margin-left: 20px;
	margin-bottom: -5px;
	text-decoration: none;
	color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
			
#logo_graphic {
	margin-left: 12px;
	}
	
#logo_txt img{	
	margin-top: -5px;	
	border: none;
	}
	
	
#shape {
	position: absolute;
	top: 181px;
	right: 0px;
	z-index: 2;
	}

#our_mission {
	position: absolute;
	top: 250px;
	right: 100px;
	z-index: 4;
	}	
	
#title {
	position: absolute;
	top: 130px;
	right: 25px;
	z-index: 3;
}

#text {
	color: #ddd;
	width: 300px;
	position: absolute;
	top: 387px;
	right: 40px;
	line-height: 1.5em;
	z-index: 3;
	font-size: 0.9em;
}

/*#image_right {
	position: absolute;
	top: 527px;
	right: 80px;
}*/

#image_left {
	position: absolute;
	bottom: 60px;
	left: 0px;
	z-index: 1;
}
