#inventory h2 {
	margin: 0 0 10px 0;	
}

#inventory ul {
	list-style-type: disc;	
	margin: 0 0 20px 15px;
	line-height: 1.5em;
}

#inventory div.inventoryLeft {
	display: block;
	float: left;
	width: 420px;
}

#inventory div.inventoryLeft > ul {
	display: block;
	float: left;
	width: 195px;
}

#inventory div.inventoryRight {
	display: block;
	float: left;
	width: 290px;
}
