@charset "UTF-8";

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

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/tan-matboard.jpg);
	background-repeat: repeat;
}
header a.logo { 
	display: block;
	position:absolute;
	background-position: 0px 0px;
	background-repeat:no-repeat;
	
}

nav {
	width: 100%;
	display: block;
	position: absolute;
	left: -1px;
}

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


header {
}
header a.logo {
	width: 370px;
	height: 200px;
	top: 205px;
	right: 310px;
	background-image: url(../images/MillieCityMuse.png);
	z-index: 2;
}

article {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.promo_container {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.promo_container .promo {
	width: 32%;
	float: left;
	background-position: 0px 0px;
}

.promo_container .promo .content { padding: 0px 30px 0px 70px;

	
}

nav {
	top: 276px;
}
nav a { margin:12px 0px 10px 20px; }
body footer a {
	color: #333333;
	text-decoration: none;
}
