@charset "UTF-8";

/* Layout Medium Screens */
/* Between 501px and 800px */

header {
	height: 200px; /*height of medium size banner*/
	background: url(../images/banner_medium.jpg) no-repeat 90% 0px;
}

header a.logo {
	width: 444px;
	height: 174px;
	top: 15px; 
	left: 140px;
	background-image: url(../images/headers_medium.png);
}

nav { top: 200px; /* matches height of header */}
nav a { margin-right: 20px; /* increases spacing for finger nav */}

body { /* removes background image */ background-image: none;}




