/*****
*
*	Name:		fundraising.css
*	Author:		Robert Sherwood
*	Email:		rwslondon@yahoo.co.uk
*	Created:		2008-10-15
*
*****/

table#amazon {
	margin: 20px auto;
	padding: 0px;
	text-align: left;
}

table#amazon caption {
	text-align: center;
	font-size: 1.1em;
	font-weight: 600;
	margin: 5px 0px;
}

table#amazon td {
	border: 2px solid #7534aa;
}

table#amazoncommission td {
	border: none;
}

#content img {
	display: block;
	margin: 40px auto 10px auto;
}

span.highlight {
	color: #ff564e;
}