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


@font-face {
    font-family: snell;
    src: url(fonts_2/Snell/snell-bt.ttf);
}

@font-face {
    font-family: MinionPro;
    src: url(fonts_2/MinionPro/Minion Pro.ttf);
}


body{
background:  url(links/bgPattern.jpg) top center repeat-x, url(links/gradient.png) center;
	}

#container{
	/*border: 2px solid red;*/
	width: 960px;
	margin: 15px auto;	
	}
	


	
	
#header-zone{
	padding:10px;
	height:100px;
	margin:0px;
	/*			border-top: 2px solid red;
	border-bottom: 2px solid red;*/
	}
	

	
	.siteLogo{
		float:left;
			margin-left:58px;
	/*		border-top: 2px solid red;
	border-bottom: 2px solid red;*/
		}
	.flower{
		margin-left:88px;
		margin-top:25px;
	/*	border-top: 2px solid red;
	border-bottom: 2px solid red;*/
		}
	
	.name{
		float:right;
		margin-top:3px;
		margin-right:64px;
		text-align:center;
		width:295px;
		font-size:27px;
		line-height:28px;
			color:#231f20;
/*			border-top: 2px solid red;
	border-bottom: 2px solid red;*/
		}	
  /*	<div class="DonateSection"><a href="Donate.html"><h2>▶DONATE TO CHARITY</h2></a></div>*/
  


#DonateSection a{
	color:#9b090d;
	width:224px;
	float:right;
/*	margin-bottom:40px;
	margin-left:17px;*/
	
	font-size:20px; 
	margin-top:-3px;
	margin-right:98px;
	}
	
#DonateSection a:hover, #DonateSection a:active{
	background: #ffffff;
	color:#9b090d;

	}
	




	
	

/*---------------------------------------NAV-----------------------------------*/
#navigation-zone{
	padding:0px;
	height:60px;
	margin:0px;
	/*			border-top: 2px solid red;
	border-bottom: 2px solid red;*/
	}

	
	
#nav{
			margin-left:100px;
			width:760px;
	height:60px;
	/*border-top: 2px solid red;
	border-bottom: 2px solid red;*/
	
	}


#nav ul{
	text-align:center;
	}
	
	#nav ul li{
	display:inline;
	border-right: 1px solid #333;
	height:10px;
	padding:5px;
	}		
	
	
	
	
	#nav ul li.lastItem{
		border-right:none;
		
		}
	#nav ul li a{
	color:#9b090d;
	text-transform:uppercase;
	text-decoration:none;
	font:18px 
	"Minion Pro","Myriad Pro", "Gill Sans MT",  "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	
	letter-spacing:3px;
	padding:5px;
	line-height:50px;
	}		

#nav a:hover, #nav a:active{
	background: #ffffff;
	color:#9b090d;
	}

/*---------------------------------POETRY-----------------------------------*/

#g1{
	width:50%;
	height:50%;
	}

	
/*---------------------------------------FOOTER-----------------------------------*/	
	
	#footer{
	text-align:center;
	margin: 6px 6px;
	}	
	#footer{
	color:#231f20;
	text-decoration:none;
	font:12px 
	"Minion Pro","Myriad Pro", "Gill Sans MT",  "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	}
