
#columnWrapper {
	padding-bottom:0;
	padding-top:7px;
}

#flashContent {
	margin-bottom:10px;
	border-bottom:1px solid #BABABA;
	height:220px;
}

#homeBlob1, #homeBlob2, #homeBlob3 {
	width:305px;
	height:260px;
	float:left;
	margin-left:11px;
	margin-bottom:11px;
}

#homeBlob1 {
	background:transparent url('images/home-blob1.gif') top left no-repeat scroll;
}

#homeBlob2 {
	background:transparent url('images/home-blob2.gif') top left no-repeat scroll;
}

#homeBlob3 {
	background:transparent url('images/home-blob3.gif') top left no-repeat scroll;
}


.blobHome {
	position:relative;
	width:305px;
	height:260px;
}

	.blobHome h2 {
		height:38px;
		text-align:center;
		font-size:120%;
		color:white;
		margin-bottom:0;
	}
	
	.blobHome .image {
		margin-top:6px;
		margin-left:9px;
		border:1px solid #5f5f5f;
	}
	
	.blobHome p {
		position:absolute;
		bottom:0;
		left:0;
		margin:0;
		padding:2px 10px;
		height:40px;
		text-align:right;
		font-size:100%;
		color:#c9c9c9;
	}
	
	.blobHome a {
		color:#c9c9c9;
	}
	