@charset "UTF-8";

/* Layout (global rules for all sizes) */

body { margin: 0; padding: 0; }

header { 
	height: 225px;
	background: url(../img/banner_large.jpg) no-repeat left 0px;
	background-size: 980px 225px;
	}
	
article { padding: 20px 20px 10px 20px; }
.container { padding: 20px 20px 10px 20px; text-align: center;}

@media screen and (max-width:990px){
	footer { padding-left: 20px; }
}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx)
{

	header { 
	background-image: url(../img/banner_large_2x.jpg);
	}

}

/* Layout Large Screens (default for older browsers) */




