.homeBlob {
	width: 304px;
	float: left;
	margin-bottom: 20px;
}

.homeBlobTop {
	color: #EC3449;
	padding: 0;
	margin: 0;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 0px solid #000000;
}

.homeBlobBody {
	border: 1px solid #FDB726;
	background: #FFFFFF;
	color: #000000;
	padding: 10px 15px;
	text-align: center;
}

a.homeButton {
	height: 20px;
	width: 160px;
	display: block;
	margin: 0 auto;
	padding: 8px 0 7px;
	font-size: 16px;
	color:#FFFFFF;
	background: #D61F1F url('images/home-button.png') no-repeat scroll left top;
	text-decoration: none;
}

a.homeButton:hover {
	background: #D61F1F url('images/home-button.png') no-repeat scroll left bottom;
	text-decoration: none;
}

#homeBlobLeft {
	margin-right: 10px;
}

#homeBlobCenter {
	margin-right: 10px;
}

#flashContent {
		height: 225px;
		width: 935px;
		z-index:1;
		margin: 0 0 20px;
	}
	
