/**
 * bothSidebars.css
 *
 * Copyright (c) 2000-2009 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: bothSidebars.css,v 1.6.2.1 2009/04/08 20:45:50 asmecher Exp $
 */

/**
 * Common HTML elements
 */


#main {
	position: relative;
	float: left;
	width:37% !important;
	height: 100%;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	display: inline;
	overflow: hidden;
}

/* hack to set width for non-IE browsers to to a percentage 
   width of container (like it should be), not the window */
html>body #main {
	width: 47% !important;
} 

#body {
	width: 100%;
}
