#flashContent {
	height: 300px;
	width: 930px;
	display: block;
	margin-bottom:20px;
}

#columnWrapper {
	padding: 20px 15px;
	width: 930px;
}

.homeBlob {
	height: 216px;
	width: 299px;
	float: left;
	position: relative;
}

.homeBlob h2 {
	height: 24px;
	color: #FFFFFF;
	text-align: center;
	padding: 8px 0;
	margin: 0;
	
}

.homeBlobBody {
	padding: 10px 15px;
	text-align: center;
	color: #444444;
	position: relative;
}

a.homeButton {
	height: 21px;
	width: 156px;
	display: block;
	margin: 0 auto;
	padding: 7px 0 7px;
	font-size: 16px;
	color:#FFFFFF;
	background: transparent url('images/buttonstyle1.png') no-repeat scroll left top;
	text-decoration: none;
	position: absolute;
	top: 100px;
	left: 70px;
	right: auto;
	font-family: Times New Roman, Times, Serif;
}

a.homeButton:hover {
	text-decoration: underline;
}

#homeBlobLeft {
	margin-right: 16px;
	background: transparent url('images/homeblob1.gif') no-repeat scroll left top;
}

#homeBlobCenter {
	margin-right: 16px;
	background: transparent url('images/homeblob2.gif') no-repeat scroll left top;
}
	
#homeBlobRight {
	background: transparent url('images/homeblob3.gif') no-repeat scroll left top;

}
