		/*SLIDEBAR CONTAINER*/
		div[canvas="container"] {
			margin:auto; /*centers and removes default top and bottom margin*/
			max-width:980px;
			padding-left:16px;
			padding-right:16px;
		}
		
		/*USER NOTES*/
		/*pre {
			font-family:serif;
			xfont-size:smaller;
			white-space:pre-wrap; / * css-3 * /
			white-space:-moz-pre-wrap; / * Mozilla, since 1999 * /
			white-space:-pre-wrap; / * Opera 4-6 * /
			white-space:-o-pre-wrap; / * Opera 7 * /
			word-wrap:break-word; / * Internet Explorer 5.5+ * /
		}*/

		/*COPYRIGHT*/
		div#bottom {
			text-align:center;
		}

		/*DIRECTORY COLUMNS*/
		div.columnar {
			-moz-column-count:3;
			-moz-column-gap:1em;
			-webkit-column-count:3;
			-webkit-column-gap:1em;
			column-count:3;
			column-gap:1em;
		}
