#left-pane
{
	float: left;
	width: 12em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#left-pane img
{
	max-width: 12em;
	display: block;
}

#left-pane .module
{
	border-top-width: 1px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 0.8em;
}

#left-pane .module .title
{
	color: #000000;
	font-size: 1em;
}

#left-pane .module .label
{
	display: block;
	color: #606060;
	font-weight: bold;
}

#center-pane
{
	margin: 0px;
	margin-left: 12em;
	padding: 0px;
	padding-left: 0.75em;
	border-left-width: 1px;
}
