

#header {
	position: relative;
	height: 84px;
	width: 720;
	padding: 0 0 0px 0;
}

#header h1 { 
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0 0 0 0px;
	margin: 0 0 0 47px;
	width: 236;
	height: 84;
	/* margin: 0 0 0 20px; - to line up nicely at the left*/
}

#header h1 a {
	display: block;
	background: url("/images/logo.gif") no-repeat;
	width: 236;
	height: 84;
}

#header #phone {
	width: auto;
	position: absolute;
	z-index: 150;
	right:0;
	margin: 0 20px 0 0;
}

