#header {
	background-color: #fe3;
	padding: 1em;
	margin-left: -25px;
}
#header #login-wrap {
	float: right;
	margin-right: 10px;
}
#header #logo {
	width: 181px;
	height: 87px;
	display: inline;
	margin-right: 1em;
}
#header #search {
	position: absolute;
	top: 1em;
	left: 250px
}
#header #menu {
	list-style-type: none;
	display: inline;
	padding: 0px;
	padding-bottom: 2px;
	background-color: #fd0;
	margin-left: -0.5em;
}
#header #menu li {
	display: inline;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-left: 1px solid #ff9;
	border-right: 1px solid #ff9;
	white-space: nowrap;
}
#header #title-text {
	display: none;
}
