/**
 * leftSidebar.css
 *
 * Copyright (c) 2003-2007 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared elements for pages including a left-hand sidebar.
 *
 * $Id: leftSidebar.css,v 1.2 2007/11/14 22:36:20 asmecher Exp $
 */

/**
 * Common HTML elements
 */

#leftSidebar {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0em 0em 1em 0em;
	font-size: 1.1em;
}

#main {
      margin-left: 175px;
}

