/**
 * rightSidebar.css
 *
 * Copyright (c) 2003-2009 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.7.2.1 2009/04/08 19:43:30 asmecher Exp $
 */

/**
 * Common HTML elements
 */


#headerTitle {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#body {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#rightSidebar {
	float: right;
	width: 150px;
	padding: 1em 0em 1em 0em;
	font-size: 0.65em;
	height: 100%;
}

* html #rightSidebar { margin-right: 5%; }

#main {
	float: left;
	width: 600px;
	display: inline;
	overflow: hidden;
	margin-right: 30px;
}