/**
 * rightSidebar.css
 *
 * Copyright (c) 2003-2011 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;background-image: url('http://generativemedicine.org/annals.png');
	width: 960px;height:180px;background-repeat: no-repeat;
}

#body {background-color:#fbfbfb;
	width: 960px;
}

#rightSidebar { 
background-color: #e3e0e8; /* white background within content box */
	float: right;
	width: 230px;
	padding: 1em 0em 1em 0em;
	padding-left:18px;
	font-size: 0.65em;
	height: 100%;
	border: 1px solid silver;
 
-moz-border-radius: 5px;
-webkit-border-radius:5px;
	 
}

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

#main {
	float: left;padding:14px;
	width: 670px;
 
	display: inline;
	overflow: hidden;
	border: 1px solid silver;
	border-right:1px solid white;
background-color: #fff; /* white background within content box */
 border: 1px solid silver;
background-color: #fff; /* white background within content box */
-moz-border-radius: 5px;
-webkit-border-radius:5px;
}
