body {
	background-color: #ffffff;
	margin: 0;
	background-image: url(/images/bg_body.jpg);
	background-repeat: repeat-x;
}
* html body {
	behavior: url(/csshover.htc);
}
#main { background-color: #ffffff; position: relative; width: 1138px; margin-left: auto; margin-right: auto;}
#header {
	width: 100%;
	height: 75px;
	padding: 1px 0;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}
#wrapper { background-color: pink;}
#nav {
	background-color: transparent;
	position: absolute;
	z-index: 10;
	top: 54px;
	left: 570px;
	width: 450px;
	height: 22px;
}
#left { background-color: teal; float: left; width: 100px; height: auto; _min-height: 600px; height: 600px; }
#right { background-color: yellow; float: right; width: 100px; height: auto; min-height: 600px; _height: 600px; }
#content {
	height: auto;
	_height: 600px;
	min-height: 425px;
	padding: 30px 160px 1px 160px;
	background-image: url(/images/bg_content.jpg);
	background-repeat: no-repeat;
}
#footer {
	background-color: #ffffff;
	height: 50px;
	padding-right: 225px;
	padding-top: 19px;
	clear: both;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
}
#break {background-color: purple; clear: both;}
#storeNav {
	position: absolute;
	left: 804px;
	top: 84px;
	background-image: url(/images/cart.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 17px;
	padding-top: 4px;
	padding-right: 30px;
}
