// JavaScript Document main MoorMotor

$(document).ready(function(){
	var h = $("#thepagebody").height();
	$("#floatColumn").height(h);
});

