/**
 * leftSidebar.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 a left-hand sidebar.
 *
 * $Id: leftSidebar.css,v 1.7 2008/06/13 16:22:43 asmecher Exp $
 */

/**
 * Common HTML elements
 */

#headerTitle {
	width: 150px;
}

#body {
	vertical-align: top;
	height: 100%;
	background-color: #ffffff;
}

#leftSidebar {
	float: left;
	width: 182px;
	padding: 0em 0em 0em 0em;
	font-size: 0.85em;
	line-height: 12pt;
	height: 100%;
	margin-left: 1%;
	margin-right: 1%;
	display: inline;
	overflow: hidden;
}

#animation {
height: 178px;
background-image: url(img/animation.gif);
background-position: left top;
width: 178px;
background-repeat: no-repeat;
border: 1px solid black;
}

#main {
	float: right;
	margin-right: 1%;
	overflow: hidden;
	line-height: 12pt;
	background-color: #ffffff;
	background-repeat: repeat;
}

