
	$(document).ready(function() {
	$('img[src$="shadow-rt.gif"]').css('display', 'none');
	$('td[background$="shadow-rt.gif"]').css('display', 'none');
	$('img[src$="sp-template_r5_c7.gif"]').css('display', 'none');
	$('img[src$="sp-template_r5_c1.gif"]').css('display', 'none');
	$('img[src$="sp-template_r5_c8.gif"]').css('display', 'none');
	$('td[width="770"]').css('width', '980');
	$('body').css({
				  backgroundImage: 'url(http://rmcf.onitindustries.com/images/bg.gif)'
				  });
	$('#Table1').css({
				  marginLeft: 'auto',
				  marginRight: 'auto',
				  width: '980px'
				  });
	$("#Table2 img[src*='sp-template']").attr('src', 'http://rmcf.onitindustries.com/images/blank.gif');
	$('#Table2').css({
					 background: 'url(http://rmcf.onitindustries.com/images/header.jpg) no-repeat top left',
					 height: '215px',
					 width: '980px'
					 });
	$('#Table3').css('clear', 'both');
	
	});
