/* masthead */

#masthead-wrap {
}

#masthead {
	margin: 0 auto; 
	width: 940px; 
	height: 85px;
	background-image: url(/images/masthead.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#masthead h1 {
	margin: 0;
	display: inline;
}

#masthead #masthead-logo a {
	display: block;
	width: 240px;
	height: 85px;
	float: left;
	display: inline; /* IE6 */
}

#masthead #masthead-logo span {
	display: none;
}
