$(document).ready(function() {
	$('.subnav').bind('click',function(){
		$('#contentFix').addClass('contentMargin');	
	});
 });
