@media screen and (min-width: 600.1px)	/*was 600 *//* 	was 445	 */
	{

	/* 102221 - fixing by adding, deleting, modifying and just plain doin' it ... over if necessary -- the result has to be clean, eh? */
 	
 	/* not sure how this should work, so out for now 
 	#container 	{min-width:445px;	}*/		/* btw::i don't think there is a container anymore */
 	
 	#navMin {display:none;}
	#navMax {display:block;}
	/*#content {min-width:480px;}*/
	/*body{border:10px #FF6F00 ridge;}*/	/* for future use */
 	
 	}
 	
@media screen and (max-width: 600px) /*was 500 *//*	was 444 	*/
	{	
	/* 102221 - ditto above and it's really from scratch work again */
	
					/* img.stiFLUFF {display:none;}
					td.navTABLE{display:none;}
					img.navGRAY{min-width:301px;} */
					
	/* not sure how this should work, so out for now 
	#container {min-width:222PX;}*/	/* btw::there is a container, butt maybe not anymore */
	
	#navMax {display:none;}
	#navMin {display:block;}
	/*#content {min-width:100px;}*/
	/*body{border:0px transparent solid;}*/   /* for future use */
	
	 }	