$(document).ready(function() {
	$("#main #sidebar .double dl:nth-child(2n)").css({"margin-right":"0"});
	$(".top #main .topsection_blog .postbox:nth-child(3n)").css({"margin-right":"0"});
	$(".top #main .topsection_news .topsection_news_right .newsbox:last-child").css({"margin-bottom":"0"});
}); 
