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

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

#a_about {
	width:63px;
}

#a_contact {
	width:70px;
}


#a_finance {
	width:63px;
}

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