body {
	margin:0 auto;
	text-align:center;
}
#layoutWrapper {
	position:relative;
	text-align:left;
}

#mapCell, #mapWrapper {
	width:460px;
	height:350px;
}
#mapCell h3 {
	margin:0;
	padding:0 0 4px 0;
	width:460px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
#mapCanvas {
	width:460px;
	height:330px;
	font-weight:normal;
}
#inventoryCell {
	width:460px;
	height:255px;
}
#printBtnCell {
	width:50px;
	height:30px;
}

#hiddenTextCell {
	float:left;
	clear:both;
	margin-top:25px;
}
