/**
 * bothSidebars.css
 *
 * Copyright (c) 2000-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: left;
    //left:-20px;
	width: 640px;
	//height: 100%;
	margin-left: 0;
	//margin-right: 0 !important;
	//display: inline;
	//overflow: hidden;
    //position:absolute;
    //margin-top:20px;
}

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