#masthead {
	margin: 0 auto;
	width: 960px;
	height: 120px;
}

#masthead.masthead-home {
	margin: 0 auto;
	width: 960px;
	height: 344px;
	position: relative;
	border-bottom: 1px solid #8e2c29;
}

#masthead #masthead-logo {
}

#masthead.masthead-home #masthead-logo {
	position: absolute;
	top: 0;
	left: 0;
}

#masthead h1 {
	margin: 0;
	display: inline;
}

#masthead #masthead-logo a {
	display: block;
	width: 960px;
	height: 120px;
	background: url(/images/masthead.png) ;
}

#masthead #masthead-logo span {
	display: none;
}

#masthead #masthead-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 344px;
	background: #fff;
}

#masthead #masthead-images a {
	display: block;
	width: 960px;
	height: 344px;
}

#masthead #masthead-images a span {
	display: none;
}

#masthead #masthead-images .masthead-image {
	width: 960px;
	height: 304px;
	position: absolute;
	top: 40px;
	left: 0;
}

#masthead #masthead-images .masthead-image-active {
}

