/**
 * 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
 */



/* the following  #main is for the whole middle column content!!!!!!!*/
#main {
	position: relative;
	float: left;
	width:65.5%; 
	height: 100%;
	text-align: center;
	margin-left: 0%;
	margin-right: 0% !important;
	display: inline;
	overflow: hidden;
	margin-top: 130px !important;
	
	/*border-left: 1px solid #6fb7ff;
	border-right: 1px solid #6fb7ff;
	border-bottom: 1px solid #6fb7ff;
	border-top: 0px solid #6fb7ff;
	padding-left: 12px;
	padding-right: 12px;*/
}

#body {
	/*width: 100%;*/
}