BODY
{
 min-height: 100%;
 margin: 0 0 0 0;
 background-color: #9c8b71;
 font-family: "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
}

IMG
{
	border: none;
}

div.body
{
	width: 964px;
	min-height: 100%;
	margin: 0 auto;
}

div.left
{
	width: 172px;
	background-color: #887556;
	position: absolute;
	min-height: 100%;
	height: auto;
	z-index: 3;
	top: 0px;
	color: White;
	padding: 0px 4px 0px 4px;
	font-size: 15px;
}

div.right
{
	width: 964px;
	min-height: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	z-index: 1;
	background-image: url(Images/NutzFlowers.jpg);
}

div.header
{
	width: 932px;
	height: 166px;
	margin: 0 auto;
	background-image: url(Images/NutzBackground.jpg);
	padding: 32px 0 0 32px;
	position: absolute;
	top: 0px;
	z-index: 4;
}

div.menu
{
	width: 964px;
	height: 231px;
	margin: 0 auto;
	background-image: url(Images/NutzFlowersB.jpg);
	padding: 0 0 0 0;
	position: absolute;
	top: 0px;
	z-index: 2;
	color: White;
}

A.menuitem
{
	padding: 0 0 4px 20px;
	margin-left: 4px;
	width: 16px;
	height: 16px;
	background-image: url(Images/unselected.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	color: White;
}

A.menuitem:hover
{
	background-image: url(Images/selected.gif);
}

div.priceheader
{
	font-size: 22px;
	color: White;
	background-color: #887556; 
	padding: 0px 4px 0px 4px;
	width: 200px;
	text-align:center;
	margin-bottom: 4px;
}

tr.item
{
	font-size: 14px;
	background-image: url("Images/item.png");
}

tr.altitem
{
	font-size: 14px;
	background-image: url("Images/altitem.png");
}

td.item
{
	font-size: 14px;
	background-image: url("Images/item.png");
}

td.altitem
{
	font-size: 14px;
	background-image: url("Images/altitem.png");
}