﻿.header
{
	position: absolute;
	text-align: left;
	width: 990px;
	height: 155px;
	margin: 0px auto;
	padding: 0px;
	/* background-color: #FAC210; */
}

.header img
{
	position:absolute;
	width: 990px;
	height: 155px;
	border: 0px;
	z-index: -1;
}

.logo
{
	position: absolute;
	width: 223px;
	height: 88px;
	top: 39px;
	margin-left: 0px;
	padding: 0px;
	/* background-color: #888888; */
}

.logo img
{
	position:absolute;
	width: 223px;
	height: 88px;
	border: 0px;
	z-index: 1;
}

.headline
{
	position: absolute;
	width: 490px;
	height: 78px;
	top: 40px;
	margin-left: 280px;
	padding: 0px;

	color: #000000;
	text-align: left;
	font-family: arial;
	font-size: 32px;
	font-weight: bold;
	/* background-color: #888888; */
}

.phone
{
	position: absolute;
	width: 170px;
	height: 70px;
	top: 44px;
	margin-left: 800px;
	padding: 0px;

	color: #000000;
	text-align: right;
	font-family: arial;
	font-size: 19px;
	font-weight: bold;
	/* background-color: #888888; */
}

