/*  MAKE LAYOUT RESPONSIVE at 768px FOR IPAD PORTRAIT ================================================================ */

		#nav a { padding:.4em; }
	
		header {
			width: 93.75%; /* 720px / 768px */
		}
		
		header h1 { font-size:3em; } 
		header h2 { font-size:2em; } 
		p.introtext { font-size:1.25em; }
		


		#maincontent{
			width: 93.75%; /* 720px / 768px */
		}

		
		.maincontent{
			width: 93.75%; /* 720px / 768px */
		}

		
		footer {
			width: 93.75%; /* 720px / 768px */
		}

.span_1_of_4 {
	width: 48.4%;
	margin: 1% 0 1% 3.2%; 

}

.span_1_of_4:nth-child(2n+1) { 
	clear: both;
	margin-left: 0;
}