/**
 * styles/bothSidebars.css
 *
 * Copyright (c) 2013-2015 Simon Fraser University Library
 * Copyright (c) 2003-2015 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including both a left-hand sidebar and a
 * right-hand sidebar.
 *
 */

/**
 * Common HTML elements
 */

#main {
	float: left;
	width:800px;
	max-width:1000px; min-width:100px;
	margin-left: 10px !important;
	margin-right: 10px !important;
	display: inline;
	overflow: hidden;
	/*background-color:#EFF0EB; /*#C9C299 !important;/*#ECE5B6;*/
	background-color:#EFF0EB; /*#D9D9B0;*/

}

#container {
	width:1100px !important;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	font-size: 1.0em;
