﻿#topBar {
	position: absolute;
	width: auto;
	height: 5em;
	top: 0;
	right: 0;
	bottom: auto;
	left: 140px;
	overflow: hidden;
}
#leftStack {
	position: absolute;
	width: 140px;
	height: auto;
	top: 92px;
	right: auto;
	bottom: 0;
	left: 0;
	overflow: auto;
}
#canvas {
	position: absolute;
	width: auto;
	height: auto;
	top: 5em;
	right: 0;
	bottom: 0;
	left: 140px;
	border: solid;
	background: white;
	overflow: auto;
}
#leftStack p {
	font-size: 14px;
	text-align: center;
	margin: 3px;
}
#leftStack img {
	border-style:solid;
	border-width:2px;
}

