$(document).ready(function() {   
	//alert($('#pg-body').height());
	var ht = $('#pg-body').height();
	var menuht = ht - 30 - 153 - 5 - 113 - 5; //height less 30 for border and padding, 153 for logo 5 for padding, 113 for call us 5 for padding
	$('#left-menu').css('height',menuht);
});



