.sPageH {
	position: relative;
	width: 800px;
	margin: auto;
	padding-top: 23px;
	overflow: hidden;
	background: url(/images/core/page_bg.gif) center top repeat-y;
}

.sPageTop {
	position: absolute;
	width: 800px;
	height: 376px;
	top: 0px;
	left: 0px;
	background: url(/images/core/top_bg.jpg) center top no-repeat; 
}

.sHeaderH {
	position: relative;
	width: 770px;
	height: 140px;
	margin: auto;
	border-bottom: 1px solid #685854;
	z-index: 50;
}

.stLogo {
	position: absolute;
	top: 10px;
	left: 10px;
}

.stTagline {
	position: absolute;
	bottom: 12px;
	right: 10px;
}

#sCrumbH {
	position: relative;
	padding: 3px 10px;
	width: 750px;
	margin: auto;
	border-bottom: 1px solid #685854;
	background: #f8f6f4;
	z-index: 50;
}

#sPageHolder {
	position: relative;
	width: 770px;
	margin: auto;
	background: url(/images/core/page_bg.gif) center top repeat-y;
}

.sPageStretch {
	position: relative;
	width: 770px;
	overflow: hidden;
}

#sNavigation {
	position: relative;
	float: left;
	padding-top: 10px;
	width: 160px;
}

.sNavInner {
	position: relative;
	width: 160px;
	overflow: hidden;
	padding-bottom: 120px;
}

#sFlash {
	position: absolute;
	width: 156px;
	height: 137px;
	left: 16px;
	bottom: 0px;
	background: url(/images/core/nav_splash.gif) no-repeat;
}

.stFooter {
	position: relative;
	clear: both;
	width: 770px;
	height: 50px;
	background: #5f1700;
	color: #fff;
	font-size: 10px;
	overflow: hidden;
}

#page_body .stFooter a, #page_body .stFooter a:visited {
	color: #fff;
	text-decoration: none;
}

#page_body .stFooter a:hover { color: #fff; text-decoration: underline; }

.stFooter .strContent {
	position: relative;
	width: 590px;
	float: right;
	border-top: 1px solid #685854
}

.sPageEnd {
	position: relative;
	width: 800px;
	height: 20px;
	margin: auto;
	font-size: 0px;
	overflow: hidden;
	background: url(/images/core/bottom_bg.gif) center top no-repeat;
}

#sNavigation .itemHolder {
	position: relative;
	width: 160px;
	z-index: 100;
}

#page_body #sNavigation a,#page_body #sNavigation a:visited, #page_body #sNavigation a:hover {
	display: block;
	position: relative;
	font: bold 13px arial;
	color: #fff;
	text-decoration: none;
	padding: 5px 4px 1px 8px;
}

#page_body #sNavigation a:hover, #page_body #sNavigation a.current {
	background: url(/images/core/menu_bg.gif) top left no-repeat;
}

#page_body #sNavigation .itemHolder a.sub {
	padding-left: 32px;
	background-position: 24px 0px;
	font: normal 12px arial;
	color: #fddf8a;
}


#page_body #sNavigation .itemHolder a.sub2 {
	padding-left: 16px;
	background-position: 8px 0px;
}

#page_body #sNavigation .itemHolder a.sub3 {
	padding-left: 24px;
	background-position: 16px 0px;
}

#sPageInner {
	position: relative;
	width: 610px;
	padding-bottom: 10px;
	float: right;
	overflow: hidden;
	margin-left: -10px;
}