#column-1, #column-2 {
	display:block;
	float:left;
}

#column-1 {
	width:/*74%*/700px;
}

#column-2 {
	width:/*25%*/255px;
	background: #EDEDED;
}
	#column-2 img {
	margin: 10px;	
	}
	
	#column-2 h3 {
	margin: 0 0 20px 10px;	
	}
	#column-2 h3 a {
	color:#d97036;
	font-family: 'HandOfSeanRegular';
	font-size:14px;	
	font-weight:normal;
	}
	#column-2 h3 a:hover {
	color:#452b1a;
	}
