#header {
	border-bottom: 1px solid #333366;
	margin-bottom: 5px;
}

#wrapper {
	border: 1px solid #333366;
}

/* Image replacement on logo: The Phone-in logo works best as a JPEG so hide the img and replace it with a background image */

#header-logo-link {
	height:58px;
	width:300px;
	background:url(../img/logo.jpg) top left no-repeat;
	display:block;
	float:left;
}
#header-logo-link img { display:none; }
