	#enclose
	{
		color: #ffffff;
		width: 800px;
		float: left;
	}
	
	#content
	{
		width: 730px;
		float: left;
		margin-top: .5em;
		margin-bottom: 1em;
		margin-left: 30px;
	}
	
	#contribution
	{
		width: 600px;
		border: solid 1px #000;
		margin-left: 40px;
	}
	
	#address
	{
		width: 500px;
		margin-left: 250px;
	}
	
	#card
	{
		width: 330px;
		float: left;
		margin-left: 30px;
		border: solid 1px #000;
		clear: both;
	}
	
	.card p
	{
		text-align: left;
		font-size: .75em;
		font-weight: bold;
		margin-left: 10px;
	}
	
	p
	{
		font-family: arial, helvetica, sans-serif;
		font-size: .9em;
		font-weight: normal;
		color: #000000;
		background: none;
		text-align: left;
		margin-left: 40px;
	}
	
	.bold
	{
		font-family: verdana, arial, sans-serif;
		font-weight: bold;
	}
	
	.small
	{
		font-size: .8em;
	}
	
	.small2
	{
		font-size: 93%;
	}
	
	h1
	{
		font-family: georgia, times, "times new roman", serif;
		color: #000000;
		background: none;
		text-align: center;
		font-size: 1em;
		font-weight: 800;
	}
		
	
	h2
	{
		font-family: verdana, arial, sans-serif;
		color: #000000;
		background: none;
		text-align: left;
		font-size: 1em;
		font-weight: 600;
		text-indent: 40px;
	}
	
	hr
	{
		width: 100%;
	}
	
	a:link 
	{
		color: #3a4ae0;
		background: none;
		font-weight: normal;
		text-decoration: underline;
	}

	a:visited 
	{
		color: #3a4ae0;
		background: none;
		font-weight: normal;
		text-decoration: underline;
	}
	
	a:hover, a:active
	{
		color: #d04e4e;
		background: none;
		font-weight: normal;
	}
	