
/* LAYOUT */

#OuterWrapper
{
	width: 770px;
	position: absolute;
	left: 50%;
	margin-left: -385px;
}

#InnerWrapper
{
	float: left;
	padding-top: 5px;
	background-image: url(../images/bg-inner-wrapper.gif);
	background-repeat: repeat-y;
	border-right: 1px solid #ffb61b;
	border-bottom: 1px solid #ffb61b;
	border-left: 1px solid #ffb61b;
	text-align: left;
	width: 770px;
}

.left
{
	float: left;
}

#Logo
{
	width: 139px;
	text-align: center;
	padding-top: 12px;
}

#Campaign
{
	margin-top: 30px;
	width: 138px;
}
	#Campaign p
	{
		color: White;
		text-align: center;
		font-size: 14px;
	}
	#Campaign .heading
	{
		font-weight: bold;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

#DonorMonth
{
	width: 135px;
	padding: 0 0 0 2px;
}
	#DonorMonth p
	{
		padding: 0px;
		margin: 3px;
		background-color: #ffd51e;
		text-align: center;
		font-size: 11px;
		font-weight: bold;
	}
	#DonorMonth div
	{
		padding: 2px;
		text-align: center;
	}
	#DonorMonth img
	{
		width: 130px;
		padding-left: 1px;
	}

#Navigation
{
	margin-top: 0px;
	margin-left: 139px;
	background-image: url(../images/bg-navigation.gif);
	background-repeat:no-repeat;
	height: 33px;
	text-align: right;
}
	#Navigation a, 
	#Navigation a:link,
	#Navigation a:visited,
	#Navigation a:hover,
	#Navigation a:active
	{
		color: #000;
		text-decoration: none;
	}
	
	#Navigation a:hover
	{
		color: #ed1a29;
		text-decoration: underline;
	}
	
	#Navigation ul
	{
		list-style-type: none;
		margin: 0;
		margin-right: 10px;
		padding-top: 9px;
	}
	
	#Navigation ul li 
	{
		display: inline;
		padding: 0 8px;
		border-right: 1px solid #000;
	}
	
	#Navigation ul li.end
	{
		border-right: 0;
	}
	
#Header
{
	background: url('../images/header.png') no-repeat;
	width: 628px;
	height: 220px;
	float: left;
}

#Violator
{
	float: right;
	position: relative;
	top: -88px;
	right: 0px;
}

#Content
{
	margin-left: 140px;
	padding: 20px 20px 20px 30px;
}
	.ContentExtra
	{
		float: right;
		padding-top: 10px;
		margin: 30px -125px 20px 20px;
	}

	ul#News
	{
		list-style-type: none;
		margin-left: 0;
	}

#Address
{
	text-align: left;
	width: 119px;
	padding: 20px 10px 0 10px;
}	
	#Address address
	{
		font-weight: normal;
		color: #FFF;
		font-style: normal;
		font-size: 10px;
		line-height: 12px;
		padding: 1px;
	}
		#Address p address sup
		{
			font-size:90%;
			margin: 0;
			padding: 0;
			line-height: 0;
		}
#Footer
{
	margin-top: 4px;
	text-align: left;
	color: #747474;
}
	#Footer p, 
	#Footer ul, 
	#Footer ol
	{
		font-size: 11px;
	}
	
	#Footer a, 
	#Footer a:link,
	#Footer a:visited,
	#Footer a:hover,
	#Footer a:active
	{
		color: #747474;
		text-decoration: underline;
	}
	
	#Footer a:hover
	{
		color: #000;
	}
	#FooterLinks
	{
		float: right;
	}
	
			#FooterLinks ul
			{
				list-style-type: none;
				margin: 0;
			}
			
			#FooterLinks ul li 
			{
				display: inline;
				padding: 0 5px;
				border-right: 1px solid #747474;
			}
			
			#FooterLinks ul li.end
			{
				border-right: 0;
			}
			
			
#SpamCheck
{
	display: none;
	visibility: hidden;
}