 .header {
	position: relative;
	background:url("images/header.jpg") no-repeat;
	width:933px;
	height:167px;
}
.header span {
	display:none;
}
.header a {
	background-image: url('images/button.gif');
	display:block;
	float:left;
	height:20px;
	margin:128px 0 0 0;
	padding:0;
	}

#a_home {
	width:37px;
	margin-left:13px;
}

#a_about {
	width:78px;
}

#a_contact {
	width:70px;
}


#a_finance {
	width:63px;
}

.header  #a_print {
	position: absolute;
	background-image:url('images/printerIcon.jpg');
	width:104px;
	height:27px;
	top:-4px;
	left:815px;
}
.header  #a_email {
	position: absolute;
	background-image:url('images/emailIcon.jpg');
	width:104px;
	height:27px;
	top:-4px;
	left:711px;
}

.header #downloadBrochure{
	position: absolute;
	width:115px;
	height:27px;
	top:3px;
	left:595px;
	text-decoration:none;
	color:#222;
}

