/**
 * 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 {
	/*position: relative;*/
	float: left;
	/*width: 760px;*/
	width: 560px;
	height: 100%;
	text-align: center;
	margin-left: 5px;
	margin-right: 0 !important;
	display: inline;
	overflow: hidden;
}

#body {
	width: 1000px;
	margin: 0px auto;
}