$(document).ready(function() { 
						   
   $('#r_sidebar').height($('#content').height());
   if ($.browser.msie && parseInt($.browser.version) < 7) {
     $('#contentmiddle').width($('#contentmiddle').width()-50);
   } else if ($.browser.msie && parseInt($.browser.version) > 6) {
	   $('#header').css('margin-left', '-426px');
   }
   $('#contentmiddle ul').each(function() { if (!$(this).hasClass('postTabs')) { $(this).css({'margin-left':'20px', 'list-style-type':'square'}); $(this).children('li').css('margin-top','10px'); } });
});
