/*Dan Brandenburg 
  print.css*/

/* So the HTML5 structural tags work in older browsers */
.noprint, nav, footer, header, head, aside{
	display: none;

}



section {
	clear: right;
	padding: 0 20px;
	width: 525px;
	float: right;
	
	margin: auto;
}
section h1 {
	color: black;
	font-size: 150%;
	padding-bottom: .5em;
	border-bottom:2px solid black;
	text-align: center;
}
section h2 {
	font-size: 120%;
	padding-bottom: .25em;
}
section p {
	padding-bottom: .5em;
}
section ul {
	padding: 0 0 1.5em 1.25em;
	list-style-type: circle;
}
section li {
	padding-bottom: .35em;
}


#address{
	text-align: center;
	}

