/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

#1stheader {
	width:920px;
	height:65px;
}

#companyname {
	float:left;
	display:block;
	width:467px;
	height:98px;
	background-image:url(../company_name.jpg);
	text-indent:-9999px;
}

#tel {
	float:right;
	display:block;
	width:200px;
	height:65px;
	background-image:url(../tel_number.jpg);
	text-indent:-9999px;
}

#headerform a{
	clear:both;
	float:right;
	display:block;
	width:200px;
	height:33px;
	margin-top:-33px;
	background-image:url(../contact_button.jpg);
	text-indent:-9999px;
}

#headerpic{
	clear:both;
	display:block;
	width:920px;
	height:250px;
	background-image:url(../top_header_pic.jpg);
	text-indent:-9999px;
}

#headerpic h1 {
	text-indent:-9999px;
}

