﻿#leftStack {
	position:absolute;
	width: 180px;
	height: auto;
	top: 92px;
	right: auto;
	bottom: 0;
	left: 0;
	overflow: auto;
}
#canvas {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 190px;
	overflow: auto;
}
#leftStack p {
	font-size: 14px;
	text-align: right;
	margin: 3px;
}
#canvas img {
	margin-left: 5px;
	margin-right: 5px;
	float:left;
}
