jQuery().ready(function(){

	jQuery("BODY.home #content UL:first").css('float','left');
	jQuery("BODY.home #content UL:last").css('float','right');
	jQuery("BODY.home #content UL LI:last-child").css('margin-bottom','0');

});
