#main {
	position: relative;
	z-index: 8;
	width: 1070px;
	margin-left: 0;
	margin-right: auto;
	background-image: url(images/extender.jpg);
}
#header {
	width: 100%;
	height: 94px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#nav {
	z-index: 10;
	width: 157px;
	height: auto;
	_height: 455px;
	min-height: 455px;
	_margin-right: -3px;
	background-image: url(images/bg_nav.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}
#content {
	margin-left: 157px;
	_margin-left: 0px;
	z-index: 10;
	height: auto;
	_height: 455px;
	min-height: 455px;
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	padding-left: 32px;
	padding-right: 220px;
	padding-bottom: 15px;
}
#footer {
	z-index: 10;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #36110b;
	padding-top: 14px;
	padding-right: 172px;
	height: auto;
	min-height: 128px;
	_height: 128px;
}
#today {
	position: absolute;
	top: 94px;
	left: 720px;
	width: 130px;
	padding-top: 14px;
	height: 12px;
	display: block;
}
#storeNav {
	position: absolute;
	top: 124px;
	left: 500px;
}
