#masthead-wrap {
	height: 76px;
	background: #fff url(/images/masthead-wrap.gif) top center no-repeat;
}

#masthead {
	margin: 0 auto; 
	width: 940px; 
	height: 76px;
	background: #fff url(/images/masthead.gif) top center no-repeat;
}

#masthead h1 {
	margin: 0;
	display: inline;
}

#masthead #logo a {
	display: block;
	width: 540px;
	height: 76px;
	text-align: left;
}

#masthead span {
	display: none;
}

#masthead-links {
	display: block;
	float: right;
	width: 300px;
	text-align: center;
}

a#masthead-phone {
	display: block;
	width: 300px;
	height: 24px;
	background: url(/images/phone.gif) top right no-repeat;
}

a#masthead-phone span {
	display: none;
}

a#masthead-chinese {
	display: block;
	width: 300px;
	height: 24px;
	background: url(/images/chinese.gif) top right no-repeat;
	margin-top: 2px;
}

a#masthead-chinese span {
	display: none;
}

#masthead-search {
	margin-top: 4px;
	text-align: right;
	width: 300px;
}

#masthead-search input {
	border: 1px solid #666;
	margin-right: 2px;
	font-size: 9pt;
}

