/* @media handheld, screen and (max-width: 800px) { */
/* Apply only to desktop*/
		
	li.nodesktop, .nodesktop {	display: none;	}


		
	@media handheld, screen and (min-width: 1px) and (max-width: 790px) {	
		#nav.img{ float: 	none; }
	}

	#header-container,
	#footer-container,
	#container{
		min-width: 400px;
	}