body {margin: 0; background-color: #004b8f;}
#main {
	position: relative;
	width: 1042px;
	margin-left: 0;
	margin-right: auto;
	background-image: url(images/extender.jpg);
	background-repeat: repeat-y;
}
#header {
	width: 100%;
	height: 165px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
/*	z-index: 0;
*/}
#address {
	position: absolute;
	left: 248px;
	top: 50px;
	width: 482px;
	height: 73px;
}
#topNav {
	position: absolute;
	width: 178px;
	height: 14px;
	left: 622px;
	top: 32px;
}
#nav {
	background-color: transparent;
	position: absolute;
	z-index: 10;
	top: 126px;
	left: 249px;
	width: 600px;
}
#content {
	height: auto;
	_height: 569px;
	min-height: 569px;
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	padding: 130px 200px 15px 96px;
/*	z-index: 2;
	position: relative;
*/}
#footer {
/*	height: 181px;
*/	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #004b8f;
	padding-top: 99px;
	padding-right: 270px;
}
#today {
	position: absolute;
	left: 600px;
	top: 161px;
	width: 240px;
}
#storeNav {
	position: absolute;
	right: 200px;
	top: 185px;
	height: 25px;
	background-image: url(images/bg_storeNav.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #78a0c4;
	min-width: 462px;
/*	padding-top: 5px;
*/	padding-right: 10px;
	z-index: 3;
}
* html #storeNav {
	width: 462px;
}
#shopNav {
	float: left;
	width: 92px;
	background-image: url(images/bg_shopNav.jpg);
	background-repeat: no-repeat;
	padding-top: 21px;
	height: 500px;
	position: relative;
}
#shopText {
	margin-left: 115px;
}
#hours {
	float: right;
	width: 230px;
	border: 2px solid #78a0c4;
	padding: 0 10px 5px 10px;
	margin-left: 10px;
}
