$(document).ready(function() {	
	
	$(".footernav  li:last").css("border-right", "0");
	$(".contact_table tbody tr:even td").css("background-color", "#eeeeee");
	$(".contact_table tbody tr:odd td").css("background-color", "#dddddd");
	$(".contact_table").tablesorter(); 	
	
	 


});
DD_roundies.addRule('.sticky','10px',true);
DD_roundies.addRule('.portfolio_element','5px',true);

