html {
	margin:0;
	padding:0;
	height:100%;
	overflow-y:scroll;
}
body {
	margin:0;
	padding:0;
	height:100%;
	background:#DCDCDE url(../images/bg-body.gif) repeat;
}

#body {
	position:relative;
	width:940px;
	min-height:100%;
	margin:0 auto;
	background:url(../images/bg-main.gif) repeat-y;
}
#page-head {
	height:100px;
	position:relative;
	background:url(../images/bg-head.gif);
}
#logo-top {
	position:absolute;
	left: 13px;
	top: 19px;
}
#sitemap {
	position:absolute;
	top:8px;
	right:8px;
	width:300px;
	height:22px;
	text-align:right;
}
#sitemap strong, #sitemap span {
	line-height:22px;
	padding:0 4px;
	font-weight:normal;
	color:#B2B2B6;
}
#sitemap a {
	color:#B2B2B6;
	text-decoration:none;
}
#sitemap a:hover {
	text-decoration:underline;
}
#page-menu {
	position:absolute;
	bottom:-15px;
	right:0;
	width:681px;
	height:35px;
	background:url(../images/bg-menu.gif);
}
#page-main {
	padding:0 2px 64px 1px;
}
#page-left {
	width:260px;
	float:left;
	padding-bottom:4px;
}
#splash {
	width:260px;
	height:244px;
	background:url(../images/img-people-1.jpg);
}
#page-rite {
	width:676px;
	float:right;
	padding-bottom:106px;
}
#page-foot {
	position:absolute;
	left:0;
	bottom:0;
	width:940px;
	height:64px;
	background:url(../images/bg-foot.gif);
}
#page-foot .feat {
	position:absolute;
	top:-102px;
	right:6px;
	width:396px;
	height:134px;
	padding-right:270px;
	border:1px solid #CECECE;
	background:#EFEFEF url(../images/bg-climb.jpg);
}
#page-foot .feat .content {
	padding:0 20px;
}
#page-foot .feat h2 {
	margin:8px 0;
	font-size:16px;
	color:#520B01;
	text-transform:uppercase;
}
#page-foot .feat h2 strong {
	display:block;
	text-align:right;
	color:#464646;
	font-weight:normal;
}
#page-foot .feat p {
	margin:8px 0;
	line-height:1.4em;
	color:#464646;
}
#page-foot .feat p.more {
	position:relative;
	top:-8px;
	text-align:right;
	font-weight:bold;
	font-size:11.5px;
}
#page-foot .feat a {
	color:#464646;
}
#page-foot .copyright {
	font-size:11px;
	color:#B2B2B6;
}
#page-foot .copyright p {
	margin:0;
	padding:0;
}
#page-foot .left {
	position:absolute;
	width:260px;
	left:2px;
	bottom:2px;
	text-align:center;
}
#page-foot .rite {
	position:absolute;
	width:676px;
	right:2px;
	bottom:2px;
	text-align:center;
}
#page-foot a {
	color:#B2B2B6;
	text-decoration:none;
}
#page-foot a:hover {
	text-decoration:underline;
}
