body {
	font-family: Verdana, Arial, sans-serif;
	background: #ddbdff url(/i/image009.jpg) repeat;
	color: black;
	font-size: 75%;
	margin: 0;
}

#container {
	background: transparent url(/i/orchids.gif) no-repeat;
	padding: 10px 0px 0px 0px;
	position: relative;

}
#left {
/*
	float:left;
	width:220px;
*/
	position: absolute;
	top: 270px;
	left: 0px
	width: 220px;
}
#right {
	padding: 10px 30px 0px 0px;
	position: absolute;
	top: 0px;
	left: 220px;
	width: expression(document.body.offsetWidth - 250);
}
#left ul {
	list-style: none;
	font-weight: bold;
	padding: 0px;
	margin: 10px;
	border: 2px solid #a12056;
	background: white;
	width: 200px;
}
#left ul li {
	padding: 10px 10px;
	margin: 0px;
	text-align: center;
}
h1 {
	font-family: "Monotype Corsiva";
	color: #a12056;
	font-size: 180%;
}
a {
	color: #a12056;
}
.products {
	width: 90%;
	margin: 0 auto 20px 0;
}
.products td {
	width: 20%;
}
.products img {
	display: block;
	width: 115px;
	height: 195px;
	border: none;
}
.white {
	border:0px solid white;
	width:115px;
}
.purple {
	border: 3px solid #c21c64;
	width:115px;
}
#footer {
	font-size: 80%;
	text-align: center;
	margin-top: 20px;
}