div#featuredWorkImg {
	clear:both;
	float:left;
	padding:4px 0 0 0;
	width:415px;
	height:250px;
	background:url(../_images/home/bg_featuredWork.jpg) no-repeat;
}

	div#featuredWorkImg a {
		display:block;
		width:420px;
		height:240px;
		background-repeat:no-repeat;
	}
	
div#featuredWorkDesc {
	float:left;
	width:286px;
	height:248px;
	padding:0 23px 0 21px;
	color:#9c9c9c;
	background:url(../_images/home/bg_featuredWorkDesc.jpg) no-repeat;
}



	div#featuredWorkDesc img#featuredLatestWork {
		width:258px;
		height:58px;
	}
	
	div#featuredWorkDesc div.hrAlt2 {
		height:1px;
	}
	
	
	div#featuredWorkDesc div.featuredWorkLink {
		float:left;
		width:50%;
		margin:6px 0 0 0;				
	}



div#recentWork {
	background:url(../_images/home/bg_recentWork.gif) repeat-x;
}


		div#recentWork div#work img {
			width:180px;
			height:125px;
			float:left;
			margin:0 8px 11px 0;
		}
		
		div#recentWork div#work img.rowEnd {
			margin-right:0;
		}



div#mainBlurb {
	clear:both;
	padding:10px 10px 0 0;
	color:#BBB;
	text-align:justify
}		