#header {
	height: 106px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
#headhi {
	width: 1000px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	background-image: url(gfx/head_hi.gif);
	background-repeat: no-repeat;
}
#headlow {
	background-image: url(gfx/head_low.gif);
	height: 20px;
	width: 1000px;
	text-align: right;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#headshade {
	height: 6px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-image: url(gfx/head_shade.gif);
	background-repeat: repeat-x;
}
