#header {
	margin: 0px;
	clear: both;
	height: 90px;
	position: relative;
	left:0px;
	top:0px;
	width: 954px;
	background-image: url(headerbg.gif);
	background-repeat: no-repeat;
}
#headerImg {
	position: relative;
	height: 65px;
	width: 75px;
	background-color:#CCCCCC;
	float: left;
	display:none;
}
#headerTitle {
	position: relative;
	text-align: left;
	width: 600px;
	top: 30px;
	left: 10px;
	padding-left: 0px;
}
#headerSubtitle {
	position: relative;
	text-align: left;
	width: 600px;
	top: 30px;
	left: 10px;
	padding-left: 0px;
}
#headerBlock1 {
	float: left;
	padding-right: 10px;
	top: 30px;
	position: relative;
	left: 10px;
	padding-left: 0px;
}
#headerClear {
	clear: both;
}