/**
 * 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
 */

#headerTitle {
	width: 850px;
}

#body {
	width: 850px;
}

#footerContent {
	width: 850px;
}

#rightSidebar {
	float: right;
	width: 195px;
	margin: 0;
	padding: 4em 1em 2em 1em;
	font-size: 0.65em;
	clear:both;
	border-left: 1px solid #745e49;
	background-color:#adacac;
	border-bottom: 1px solid #745e49;
}
#sidebar div.block {
	font-size: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #000;

}
width: 600px;
	margin-right: 175px;
	padding: 0.5em 0em 5em 0em;

}

