/* Large screen displays & iPad in Landscape */
@media screen and (max-width: 1030px) {
	#topEC, #pageWrapper, #footer {width: 86%;margin-left: 7%;}
	.imageStyle {max-width: 100%;height: auto;}
}

/* Medium screen displays & iPad in Portrait */
@media screen and (max-width: 770px) {
	#topEC, #pageWrapper, #footer {width: 92%;margin-left: 4%;}
	.imageStyle {max-width: 100%;height: auto;}
}

/* Small screen Styles */
@media screen and (max-width: 480px) {
	@import url("iPhone.css");
}