/**
 * rightSidebar.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 right-hand sidebar.
 *
 * $Id: rightSidebar.css,v 1.2 2007/11/14 22:36:20 asmecher Exp $
 */

/**
 * Common HTML elements
 */

#rightSidebar {
	float: right;
	clear: right;
	width: 200px;
	margin: 0;
	margin-right: 12px;
	margin-bottom: 60px;
	padding: 0;
	padding-top: 20px;
	background-color: #fff;
	border: none;
}

#main {
	float: left;
	display: block;
	width: 719px;
	margin-right: 50px;
}
