div#header {
	margin-top: -2px;
	*margin-bottom: -4px;
	height: 156px;
	background: url('../images/back/header.png') #003366 top no-repeat;
}

div#header h1 {
	display: none;
}

div#header img.logo {
	text-decoration: none;
	position: relative;
	top: 40px;
	left: 27px;
}

#contact-info {
    font-size: 9pt;
    line-height: 11pt;
		color: #003366;
		float: right;
    position: relative;
    top: 40px;
		*top: -40px;
    left: -15px;
}

#contact-info p {
	padding: 5px;
}