@media screen and (max-width:800px){
	#inner-content-area,#rightContent {
		width: auto;
	}
	#rightContent{
		clear:both;
		float:none;
	}
	#leftNav2{
		display: none;
	}

	}

}