div#header {
	float: left;
	width: 100%;
	height: 168px;
	background-image: url(../images/headerDeg.jpg);
	background-repeat: repeat-x;
}

table#headerTable {
	width: 100%;
}

td#leftPattern {
	width: 10%;
	behavior: url(ie-png.htc);
	-ie-png-blankimage: url(../images/spacer.gif);
	background-image: url(../images/patternLeft.png);
	background-repeat: repeat-x;
	background-position: right top;
}

td#rightPattern {
	width: 10%;
	behavior: url(ie-png.htc);
	-ie-png-blankimage: url(../images/spacer.gif);
	background-image: url(../images/patternRight.png);
	background-repeat: repeat-x;
	background-position: left top;
}

div#contactHLink {
	width: 74px;
	height: 74px;
	position: absolute;
	margin-left: 748px;
	margin-top: 2px;
}