

#columnWrapper {
	padding-left:0;
	padding-right:0;
}

	#homeBanner img {
		margin-bottom:10px;
	}

.column1 {
	float:left;
	clear:left;
	width:960px;
	height:200px;
}

.blobStyleHome {
	background:transparent url('designs/alpha/images/home-blob.jpg') top left no-repeat scroll;
	margin-right:10px;
	float:left;
	width:232px;
	height:196px;
	position:relative;
}
.blobStyleHomeLast {
	margin-right:0;
}
	
	.blobStyleHome h2 {
		padding-top:6px;
		height:28px;
		color:black;
		text-align:center;
		font-size:120%;
		font-weight:bold;
		margin:0;
	}
	
	.blobStyleHome .blobBody {
		padding:10px;
		text-align:center;
	}
	
		.blobStyleHome .blobBody p {
			font-size:90%;
			line-height:1.1em;
			color:#666;
		}
		.blobStyleHome img {
			position:absolute;
			bottom:17px;
			left:15px;
			margin:0;
			padding:0;
		}
		
	.blobBottomLeft {
		display:none;
	}