/**
 * leftSidebar.css
 *
 * Copyright (c) 2000-2008 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.5 2008/06/13 16:23:14 asmecher Exp $
 */

/**
 * Common HTML elements
 */

#leftSidebar {
	float: left;
	width: 165px;
	padding: 22px 10px 10px 17px;
	font-size: 0.95em;
	
	overflow: hidden;
	/*background-color: #BBBBBB;*/
}

