body { 
	background: white; 
	font-size: 16pt;
}
	
#menu { 
	display: none; 
}
	
#wrapper, 
#content { 
	width: auto; 
	margin: 0 5%; 
	padding: 0; 
	border: 0; 
	float: none !important; 
	color: black; 
	background: transparent none; 
}
	
div#content { 
	margin-left: 10%; 
	padding-top: 1em; 
	border-top: 1px solid #930; 
}
	
div#mast { 
	margin-bottom: -8px; 
}
	
div#mast img { 
	vertical-align: bottom; 
}
	
a:link, 
a:visited { 
	color: #000000; 
	background: transparent; 
	font-weight: bold; 
	text-decoration: underline; 
}
	
#content a:link:after, 
#content a:visited:after { 
	content: " (" attr(href) ") "; 
	font-size: 90%; 
}
	
#content a[href^="/"]:after { 
	content: " (http://www.alistapart.com" attr(href) ") "; 
}

.main-menu, .block-system-breadcrumb-block, .node__side, .footer, nav.footer-bottom-navigation {
	display: none !important;
}

.banner {
    position: relative;
    min-height: auto !important;
}

.links li {
  font-weight: bold!important;
}

.background h1, .background h2, .background h3, .background h4, .background h5, .background h6 {
    color: #000000;
}

.region--light-typography {
    color: #000000;
}

.field--name-field-leading-text {
    text-align: center;
    font-size: 20pt;
    line-height: 1.5;
    margin: 1em 0;
}

/*#block-copyright {
     position:absolute;
     bottom:0;
} */