/**
 * styles/bothSidebars.css
 *
 * Copyright (c) 2003-2013 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 {
	display: inline-block;
	position: relative;
	margin-left: 171px;
	margin-right: 180px;
	overflow: hidden;
	padding: 10px 20px;
	width: 55%;	
}

#body {
	width: 100%;
}
