/**
 * bothSidebars.css
 *
 * Copyright (c) 2003-2012 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.
 *
 * $Id$
 */

/**
 * Common HTML elements
 */


#main {
	float: right;
	width: 76%;
	height:auto;
	overflow: hidden;
	margin: 0% 0% 0% 2%;
	display: block;
}

#body {
	width: 100%;
}
