#header{
	height: 150px;
	border:  solid 0px black;
	width: 850px;
}

#donation-tab{
	background: transparent url(../images/donation-tab.png) top center no-repeat;
	height: 150px;
	width: 204px;
	position:relative;	
	float: left;
	padding: 6px 0px -6px 0px;
}
	#donation-tab p{
		width: 185px;
		margin: 0 auto;
		text-align: center;
		color: #585753;
		line-height: 1.3;
		padding: 0;
		
	}
	.retracted{	
		top: -50px;
	}
	
	.expanded{
		top: 0;
	}
	
	
	#counter-container{
		color: #ffffff;
		width: 170px;
		height: 50px;
		margin: 0 auto 49px auto;
		font-size: 1.6em;
	}
		#counter{
			margin: 10px auto 0px auto;
			font-size: .8em;
			width:140px;	
		}
		
#logo-container{
	float: left;
	margin: 26px 85px 0px 50px;
		border: solid 0px black;
}

	#logo-container span{
		position: relative;
		top:-43px;
		font-size: 1.50em;
	}
		#tag-left{
			margin-left: -1px;
		}
		
	#alms-logo{
		margin: 0px 10px 0px 14px;
	}	
#nav{
	float: right;
	color: #6A6A6A;
	font-size: 1.3em;
	line-height: 1.9;
	margin: 8px 20px 0px 0px;
	border: solid 0px black;
	
}
	#nav ul li{
		text-align: right;
		
	}
		#nav ul li a{
			color: #6a6a6a;
			text-decoration: none;
		}
			#nav ul li a:hover{
				text-decoration: underline;
			}
#header h3{
	font-size: 2.0em;
	white-space: nowrap;
	position: relative;
	top:125px;
	left: 13px;
	text-align: right;
	font-weight: normal;
}