#Wrap {
	margin:0px auto;
	width:925px;
	position:relative;
}
#Header {
	height:160px;
	padding-left:150px;
	background:url(/graphics/Header/hs.jpg) left top no-repeat;
	position:relative;
}
#Header h1 {
	padding-top:100px;
}
#CWrap {
	padding: 0px 20px 0px 170px;
	text-align:left;
	min-height:445px;
}
#CWrap.CHome {
	padding-right:260px;
}
#BookMark {
	position:absolute;
	right:0;
	top:0;
	width:230px;
}
#BookMark table {
	table-layout:fixed;
	margin:auto;
	border:1px dashed #660066;
}
#BookMark table tr {
	vertical-align:top;
}
#BookMark table td {
	font-size:10px;
	padding:1px 1px 1px 3px;
	text-align:left;
	width:49%;
}
#BookMark table th {
	font-size:12px;
	padding:3px;
	background-color:#FFF2FF;
}
#Nav {
	position:absolute;
	top:160px;
	left:0;
	background:url(/graphics/Inukshuk.jpg) center bottom no-repeat;
	padding-bottom:188px;
	width:150px;
}
#Nav p {
	font-size:11px;
	margin:5px auto;
	padding:0;
}
#Links {
	list-style:none;
	padding:0;
/*	padding-top:10px;
*/	margin:0;
	font-size:11px;
	font-weight:bold;
	width:150px;
	text-align:left;
}
#Links li {
	padding:0;
	margin:2px 0px 2px 0px;
	background-image:url(/graphics/buttonPS.png);
	background-repeat:no-repeat;
}
#Links a {
	display:block;
	min-height:20px;
	height:auto;
	padding:5px 5px 5px 35px;
}
#Links a.active {
	color:#CCCCCC;
	background-image:url(/graphics/buttonAT.gif);
	background-repeat:no-repeat;
	text-decoration:underline;
}
#Links a:hover {
	background-image:url(/graphics/buttonAT.gif);
	background-repeat:no-repeat;
}
#clearAll {
	clear: both;
	margin: 0px;
	border-top:1px groove #993366;
	padding:10px;
	font-size:11px;
}
