/**
 * @author johnhardy
 */
$(document).ready(

	function() {


		$("#left_column").height($("#body_content").height());



	}

);

