/**
 * rightSidebar.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 right-hand sidebar.
 *
 * $Id: rightSidebar.css,v 1.5 2008/06/13 16:23:15 asmecher Exp $
 */

/**
 * Common HTML elements
 */

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

}