/**
 * rightSidebar.css
 *
 * Copyright (c) 2003-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.7 2008/06/13 16:22:43 asmecher Exp $
 */

/**
 * Common HTML elements
 */


#headerTitle {
	text-align: center !important;
	width: 100%;
}

#body {
	width: 960px; /*100%;*/
	
}

#rightSidebar {
	float: right;
	width: 12%;
	padding: 0em 0.8em 30em 0.8em;
	font-size: 0.65em;
	text-align: left;
	height: 999px;
	margin-top: 0.8em;
	overflow: visible;
	background-color: #ffffff; 
	border-left: 1px solid #cccccc; 
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc;
	
	/*background-image: url("rightbarad.jpg");
	background-repeat: no-repeat;
	background-position: top center;*/
}	

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


#main {
	float: left;
	width: 64%;
	margin-left: 10%;
	display: inline;
	overflow: hidden;
}