/**
 * rightSidebar.css
 *
 * Copyright (c) 2003-2012 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$
 */

/**
 * Common HTML elements
 */


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

#body {
	width: 100%;
}
/* NULO
*#sidebar{
*	min-height: 100%;
*	width: 980px;
*	background-color: blue;
*	position: absolute;
*}
*/

#rightSidebar {
	float: left; /* Inserido */
	font-size: 0.65em;
	width: 18%;
	min-height: 100%;
	/* position: relative;  Inserido */
	float: left;
	padding: 0 9px;

}
#rightSidebar,
#rightSidebar a, 
#rightSidebar a:link, 
#rightSidebar span, 
#rightSidebar p {
	color: #fff;
}

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

#main {
	float: right; /* Alterado - left - Invers�o de lados sidebar - Altera posi��o do Main */
	width: 78%; /* Alterado - 75% */
	display: inline;
}
