/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

	#siteContainer{ 
		min-width:600px;
	}
	#pop_table{ width:100%;}

	/* content */
	#content {
		width: 100%;
	}
	#footer{ width:100%;}
	#content .Image_Wide{ width:100%;}



}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

	#siteContainer{ 
		min-width:600px;
	}	

	/* content */
	#content {
		width: 100%;
	}
	#content .Image_Wide{ width:100%;}
	#pop_table{ width:100%;}
	#footer{ width:100%;}

}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}



}

