BODY {
    background-color: #bbe09f;
	text-align: center;
    font-family: Verdana, sans-seirf;
    font-size: medium;
}
h2 {
    color: #030;
}
p {
    color: #663300
}

.page {
	background-color: #ffffff;
	margin: 5em 5em 5em 5em;
	padding: 5em 5em 5em 5em;
	width: 800px;
}

.infoText {
   	margin-bottom: 2em;
}

.itemListing {
	background-color: #c0c0c0;
	padding: 1em 1em 1em 1em;
	margin-bottom: 2em;
	border: medium;
	border-color: #006600;
}

.imageWrapper {
	float: left;
	width: 200px;
	margin: 10px auto;
}

.itemDetails {
	float: right;
	text-align: left;
	padding-top: 1em;
	width: 550px;
}

.itemDetails .itemTitle {
	margin-bottom: 1em;
}

.itemDetails .itemSummary {
	margin-bottom: 1em;
	color: #000000;
}

.itemDetails .itemPrice {
	margin-bottom: 1em;
}

.imageList {
	
}

.imageList TD {
	width: 395px;
	text-align: center;
	padding-bottom: 2em;
}

.imageList TD IMG {
}

.clear {
	clear: both;
}
