body {
	background-color: #272727;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, geneva, swiss, sunSans-regular, sans-serif;
	color: #333333;
	font-size: 11px;
}

a {
	color: #114379;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

h1 {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #165693;
	padding: 0px;
	margin: 16px 0px;
}

h2 {
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	color: #165693;
	padding: 0px;
	margin: 14px 0px;
}

p {
	padding: 0px;
	margin: 1em 0px;
}


div#outerContainer {
	background-color: #9d3f0b;
	width: 970px;
	height: 566px;
	background-image: URL(/images/redesign-2009/track-bkgd.jpg);
	overflow: hidden;
}

div#leftNav {
	float: left;
	width: 190px;
	height: 354px;
	margin-top: 119px;
	margin-left: 12px;
	background-image: URL(/images/redesign-2009/lnav-bkgd.jpg);
}

* html div#leftNav {
	display: inline; /* trying to fix IE6's double margin bug */
}

div#leftNav div.inner {
	margin: 2px 2px 7px 2px;
}

div#leftNav div.inner a {
	display: block;
}

div#outerContent {
	float:left;
	width: 719px;
	height: 413px;
	margin-top: 65px;
	margin-left: 35px;
	background-image: URL(/images/redesign-2009/common/content-bkgd.jpg);
	overflow: hidden;
}

div#outerContent div.inner {
	margin: 3px 3px 8px 21px;
	height: 402px;
	overflow: auto;
	z-index: 2;
	padding-right: 34px;
}

div#patchTopRightArc {
	position: absolute;
	top: 68px;
	left: 948px; /* 954px - width */
	width: 6px ! important;
	height: 6px ! important;
	background-image: URL(/images/redesign-2009/common/patch-arcs/top-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 1000;
	overflow: hidden;
}

div#patchBottomRightArc {
	position: absolute;
	top: 464px; /* 470px - height */
	left: 948px; /* 954px - width */
	width: 6px ! important;
	height: 6px ! important;
	background-image: URL(/images/redesign-2009/common/patch-arcs/bottom-right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 1001;
	overflow: hidden;
}

.left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.antiIndent {
	margin-right: 158px;
}

.clear {
	clear: both;
}

body.home div#outerContent {
	height: 342px;
	margin-top: 105px;
	background-image: URL(/images/redesign-2009/home/content-bkgd.jpg);
	overflow: hidden;
}

body.home a#homeLocateStore {
	display: block;
	width: 174px;
	height: 49px;
	margin-left: 275px;
	margin-top: 85px;
	margin-bottom: 71px;
}

body.home div#homeLocateCallout {
	width: 200px;
	height: 183px;
	float: right;
	padding-right: 9px;
	margin-top: 2px;
	overflow: hidden;
}


body.home a#homeJoinClub {
	display: block;
	width: 702px;
	height: 129px;
	margin-left: 8px;
	clear: both;
}

div#endContent {
	height: 24px;
}