/* Styles used to create the 2-column layout for pages with a supplementary sidebar. */body {	background-color: #f90;/* eventually, eliminate this when all pages converted over to CSS, as it will be covered in styles.css */}#nav {	display: none;}#maincontent {	padding: 0.2em 3em 1em 3em;	margin-right: 28%;	background-color: white;}#oneside {	padding: 1.5em;/*	background-color: #f90; */	width: 25%;	border: 0;	position: absolute;	top: 0;	right: 0;}@media print {img {	display: inline;}#oneside {	display: none;}}