/*globals*/
img {
	display:block;
	border:none;
}
body {
	background-color:silver;
	margin:0px;
	padding:8px;
}
a {
	text-decoration:none;
}

/*main framework*/
#homelink {
	position:absolute;
	width:60px;
	left:800px;
	font:bold 10pt arial;
	text-align:right;
}
#homelink a {
	color:white;
}
#homeBottom {
	display:block;
	font:bold 12pt tahoma,sans-serif;
	text-align:center;
}
#body {
	background-color:#e0e0e0;
	width:855px;
}
#left {
	float:left;
	width:180px;
	height:420px;
	background-image:url(_images/totem_pole.jpg);
}
#right {
	background-repeat:no-repeat;
	float:right;
	width:675px;
	min-height:420px;
}
#tail,#foot {
	clear:both;
	font:8pt tahoma;
	color:#575757;
	width:855px;
}
#foot {
	font-weight:bold;
}
#foot > div:first-child {
	margin-left:0px;
	width:210px;
	float:left;
}
#foot > div:first-child + div {
	width:390px;
	margin-left:25px;
	float:left;
}
#foot > div:first-child + div + div {
	float:right;
	text-align:right;
	width:220px;
}

/*linkbar*/
#left ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#left li {
	color:silver;
	margin:0px 0px 0px 7px;
	font:bold 14pt 'book antiqua','times',serif;
	/*note: this gets computed after font size and is ignored if i put it above font*/
	line-height:18px;
}
#left li li {
	font-size:11pt;
	margin:0px 0px 0px 7px;
}
#left li li li {
	margin:0px 0px 0px 9px;
}
#left li a {
	color:white;
	text-decoration:none;
}
