/**
 * 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.9 2009/04/14 23:11:12 asmecher Exp $
 */

/**
 * Common HTML elements
 */


#headerTitle {
	text-align: center;
	width: 100%;
	_width:900px;
	margin: 0 auto;
	_margin:0 auto;
}

#body {
	margin: 0 auto;
	_margin-left:100px;
	width: 993px;
	_width: 1070px;
}


#rightSidebar {
	width: 175px;
	padding: 15px;
	font-size: 10px;
	*font-size: 10px;
	height: 100%;
	color:#b8a771;
	float:right;
	margin:0;
}

#rightSidebar label{
color:#3c3c3c;
font-size: 10px;
*font-size: 10px;
}

#rightSidebar input.button {}

#rightSidebar a{
color:#3c3c3c;
font-size: 10px;
*font-size: 10px;
}

#rightSidebar a:hover{
color:#08336c;
}

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

#main {
	float: left;
	width: 63%;
	display: inline;
	overflow: hidden;
}
