/**
 * bothSidebars.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 both a left-hand sidebar and a
 * right-hand sidebar.
 *
 * $Id: bothSidebars.css,v 1.7 2008/06/11 21:01:03 asmecher Exp $
 */

/**
 * Common HTML elements
 */


#main {
	position: relative;
	float: left;
	width:540px;
	text-align: left;
	margin-left: 0;
	margin-right: 0 !important;
	display: inline;
	overflow: hidden;
	border-left: 1px solid green;
	border-right: 1px solid green;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 13pt;
	letter-spacing: 0.1em;
	font-family: Arial,Verdana,Arial,Helvetica,sans-serif;		
}

#body {
	width: 950px;
	border: 1px solid #006600;
	font-family: Arial,Verdana,Arial,Helvetica,sans-serif;
	position: center;		
}

