#header {
	display:			block;
	height:				63px;
	padding:			0 15px 0 30px;
}
	#logo {
		display:			block;
		float:				left;
		background:			transparent url('../images/logo.png') 50% 50% no-repeat;
		width:				174px;
		height:				100%;
	}
	#slogan {
		display: block;
		position: relative;
		color: #393888;
		font-size: 14pt;
		font-style: italic;
		letter-spacing: 1px;
		left: 35px;
		top: 10px;
	}
	#subSlogan {
		display: inline;
		position: relative;
		left: 35px;
		top: 10px;
		color: #393888;
		font-size: 9pt;
		font-weight: normal;
	}
	#sloganBox {
		float: left;
		display: block;
		height: 100%;
		position: relative;
	}
	#newStuff {
		float: right;
		position: relative;
		top: 3px;
		font-weight: normal;
		text-align: right;
	}
	#search {
		float:					right;
		margin-top:				11px;
	}
		#search #searchQuery {
			color:				#a7a7a7;
			font-weight:		bold;
		}

