#content ul#threecol {
		display: block;
		float: left;
		list-style: none;
		width: 850px;
	}
	
	#content ul#threecol li {
		display: block;
		clear: none;
		float: left;
		width: 251px;
		min-height: 195px;
		padding: 16px;
	}
	
	#content ul#threecol li.grey {
		background: transparent url("../images/3col_greybg.gif") top left no-repeat;
	}
	
	#content ul#threecol h1 {
		display: block;
		float: left;
		text-indent: -9999px;
		width: 251px;
		height: 18px;
		padding-bottom: 16px;
	}
	
	#content ul#threecol p {
		display: block;
		float: left;
		padding-top: 16px;
		font-size: 1.2em;
		line-height: 2.3em;
		color: #555;
	}
	
		h1.webuild {
			background: transparent url("../images/h1_webuild.gif") top left no-repeat;
		}
		
		h1.prevclients {
			background: transparent url("../images/h1_ourpreviousclients.gif") top left no-repeat;
		}
		
		h1.brieflook {
			background: transparent url("../images/h1_briefoverview.gif") top left no-repeat;
		}
	
	div.line {
		display: block;
		clear: both;
		float: left;
		width: 251px;
		background: #b2b2b2;
		height: 1px;
		padding: 0px;
		margin: 0px;
		line-height: 1px;
		font-size: 1px;
	}