div#titleBanner
{
	font-size: 50px;
	width: 800px;
	height: 253px;
}

div#mainBody
{
	width: 800px;
	font-family: verdana;
	text-align: left;
}

div#mainContainer
{
	text-align: center;
	margin: auto;
	width: 800px;
}

div#donateButton
{
	width: 150px;
	height: 40px;
	display: block;
	float: right;
}

div#flickrEmbed
{
	width: 250px;
	height: 300px;
	display: block;
	float: right;
}

div#footer
{
	width: 800px;
	text-align: center;
	font-family: verdana;
	margin: auto;
	font-size: 0.7em;
}

div#newsLinks
{
	width: 480px;
	text-align: left;
	font-family: verdana;
	display: block;
	float: right;
	font-size: 16px;
	color: #ff6622;
	font-weight: bold;
}

ul#rhsList
{
	float: right;
	width: 500px;
	padding-left: 0px;
	display: inline-block;
}

h2
{
	font-family: tahoma;
	font-size: 28px;
	color: #ff6622;
}

h3
{
	font-family: tahoma;
	font-size: 18px;
}

table#donationButtons
{
	width: 800px;
	border: 0px;
}

td.donationButtons
{
	border-style: solid;
	border: 0px;
	width: 400px;
	vertical-align: top;
	font-size: 12px;
}

li.rhs
{
	display: block;
	float:right;
	margin-bottom: 10px;
}

li.moreInformation
{
	font-size: 12px;
}

li.newsLinks
{
	font-size: 12px;
}

li.donateButtons
{
	padding-right: 107px;
	margin-bottom: 20px;
}

object.youtubeEmbed
{
	display: block;
	float: right;
}

embed.youtubeEmbed
{
	display: block;
	float: right;
}

img.donateButtons
{
	border-style: none;
}

.clearfix:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */