#column-1 {
	width:200px;
	text-align:left;
	float:left;
	display:inline;
	margin-right:6px;
	overflow:hidden;
}

#column-2 {
	width:588px;
	float:left;
	display:inline;
	margin-right:6px;
	overflow:hidden;
	
}
	
#column-3 {
	width:200px;
	float:left;
	display:inline;
	overflow:hidden;
}

h3 {
	line-height:18px;
	margin-bottom:.25em;
	}
	
.directions ul {
	list-style:none;
	margin-left:10px;
	margin-bottom:20px;
	padding:0;
	}
	
.directions ul li {
	background:url(/core/media/images/bullet.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:15px;
	line-height:1.25em;
	margin-bottom:.5em;
	}
