body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/storepr_bg_01.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContentNARROW {
	background: #FFFFFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#submenu {
	margin-top: 45px;
}

#logo {
	text-align: right;
	margin-right: 35px;
	position: relative;
	z-index: 2;
	width: 200px;
	float: right;
	top: 23px;
}
#logo_bar {
	margin-left: 945px;
	position: absolute;
}
#logo_09 {
	text-align: right;
	z-index: 2;
	float: right;
	margin-top: -4px;
}
#flash_slides {
	margin-top: 57px;
}
#flash_slides_thin {
	margin-top: 97px;
}
