jQuery(function($) {

	$("body > br").hide();
	$('body > table:eq(0)').css({margin:"0 0 0 10px", width:"980px"});
	$('body > table:eq(1)').css({margin:"0 0 0 10px", width:"980px"});
	$('#foot1').css({padding:"0px"});
	$('#main  tr  td:eq(2) ').css("padding","8px ").css("background-color", "#dbdeed");

	$('a').click(function() {this.blur();});
	
//	$(".searchfield").focus(function() {
//   		if(this.value == "Search...")
//    		this.value = "";
//	}).blur(function(){this.value = (this.value=='') ? 'Search...' : this.value});
	
});





