/* Defines the margins, etc. specific to a one-column layout below the navigation bar. */div#maincontent {	padding: 0.5em 3em;	margin: 0 auto;	max-width: 60em;	background-color: white;}div.entry {	border-bottom: 1px black solid;	clear: both;}@media print {div#maincontent {	max-width: none;}}