
#header{
	background-image: url(../images/header_moose.jpg);
	background-repeat: no-repeat;
	height: 100px;
	cursor: hand;
	cursor: pointer;
}

.sub {
	background-color: #bbb;
	overflow: auto;
	width: 170px;
}
.cat {
	color: white;
	font-variant: small-caps;
	background-color: #3b4757;
	border-bottom: 1px solid #ffffff;
	width: 170px;
	font-size: 2em;
}
.sub-cat {
	color: #333;
	font-variant: small-caps;
	background-color: #7d8698;
	border-bottom: 1px solid #ffffff;
	width: 170px;
}
.sub a:link {
	color: #666;
	font-size: .9em;
	text-decoration: none;
	font-family: 'trebuchet ms';
	line-height: 140%;
}
.sub a:hover {
	color: #fff;
	font-size: .9em;
	text-decoration: none;
	font-family: 'trebuchet ms';
	line-height: 140%;
}
.sub a:visited {
	color: #666666;
	font-size: .9em;
	text-decoration: none;
	font-family: 'trebuchet ms';
	line-height: 140%;
}
.sub-cat a:link {
	color: #333;
	font-size: .9em;
	text-decoration: none;
	font-family: 'trebuchet ms';
	line-height: 140%;
}
.sub-cat a:hover {
	color: #ffffff;
	font-size: .9em;
	text-decoration: none;
	font-family: 'trebuchet ms';
	line-height: 140%;
}
.sub-cat a:visited {
	color: #333333;
	font-size: .9em;
	text-decoration: none;
	font-family: 'trebuchet ms';
	line-height: 140%;
}