/*  MAKE LAYOUT RESPONSIVE at 768px FOR IPAD PORTRAIT ================================================================ */


	
		header {
			width: 93.75%; /* 720px / 768px */
		}

		#maincontent{
			width: 100%; /* 720px / 768px */
		}

		
		.maincontent{
			width: 93.75%; /* 720px / 768px */
		}

		.navigationcontent {
	width: 93.75%;
}

#navigationcontent {
	width: 100%;
}	

footer {
			width: 93.75%; /* 720px / 768px */
		}
		
