/* masthead */

#masthead-wrap {
}

#masthead {
	margin: 0 auto; 
	width: 940px; 
	height: 112px;
	background: #000 url(/images/masthead.png) top left no-repeat;
}

#masthead h1 {
	margin: 0;
	display: inline;
}

#masthead #masthead-logo a {
	margin: 20px 0 0 45px;
	display: block;
	width: 460px;
	height: 90px;
	float: left;
	display: inline; /* IE6 */
}

#masthead #masthead-logo span {
	display: none;
}

#masthead p#masthead-links {
	float: right;
	width: 220px;
	height: 20px;
	margin: 0 0 0 35px;
	display: inline; /* IE6 */
	text-align: center;
	color: #000;
}

#masthead p#masthead-links a {
	text-decoration: underline;
	font-weight: bold;
	color: #61165d;
}

#masthead p#masthead-links a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #d93c0b;
}
