/**
 * 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: 1143px; /*999px;*/
	margin-top: 0.8em;
	overflow: hidden;
	
	background-color: /*#f1f7f7;*/ #f5f8fd; 
 
	
	/*background-image: url("right.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	
	border-top: 0px solid #2e67b2;*/
	
	border: 1px solid /*#c2d9f2;*/ #e3d1b3;
}	

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


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