body {
	margin: 0;
/*	background-image: url(images/bg_body.jpg);
*/	background-color: #eddbe5;
}
#outer {
	background-image: url(images/bg_bodyFade.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
#inner {
	background-image: url(images/bg_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#main {
	position: relative;
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/extender.jpg);
}
#header { width: 100%; height: 150px; background-image: url(images/header.jpg); background-repeat: no-repeat; position: relative; }
#content { background-image: url(images/bg_content.jpg); background-repeat: no-repeat; }
#nav {
	float: left;
	width: 139px;
	margin-left: 46px;
	margin-top: 62px;
}
#pageText {
	height: auto;
	min-height: 620px;
	margin-left: 185px;
	padding-right: 57px;
	padding-left: 8px;
}
#footer { height: 43px; clear: both; background-image: url(images/footer.jpg); background-repeat: no-repeat; position: relative; padding-top: 65px; padding-right: 60px; }
#today {
	position: absolute;
	top: 115px;
	right: 60px;
	width: 230px;
}
#address { position: absolute; top: 12px; right: 60px; }
#storeHours { position: absolute; top: 25px; left: 468px; }
#cartNav { position: absolute; top: 130px; right: 60px; }
#rotators {float: right; display: inline; width: 235px; margin-right: 57px; }
