#main {
	width: 840px;
	height: 484px;
	position: relative;
	clear: both;
	background-color: #FFF;
}
#content {
	width: 660px;
	position: relative;
	float: right;
	margin: 0 12px 0 0;
}
#content .header {
	margin: 0 0 10px 0;
}
.bottle {
	margin: 0 10px 30px 6px;
	float: left;
}
* html #content {  /* This is the Tan hack */
	width: 670px; 
	w\idth: 660px;
}
.store {
	height: 200px;
	width: 320px;
	float: left;
	margin: 9px 10px 9px 0;
}
.store h2 {
	margin: 0 0 0 10px;
	color: #B51C1A;
}
.cart {
	width: 280px;
}
