/* Inventory page - 1 -column */

#side{
	display: none;
}
#contents{
	float: left;
	width: 690px;
	margin-left: 35px;
	display: inline; /* fixes IE doubled-float bug */
}