#header {
	width: 100%;
	height: 51px;
	background-image: url('/images/gray-theme/header-background.gif');
	background-repeat: repeat-x;
	margin-bottom: 40px;
}
#header-container {
	width: 800px;
	margin: 0 auto;
}
#logo {
	margin-left: 30px;
	display: inline-block;
	width: 380px;
	height: 90px;
	background-image: url('/images/gray-theme/header-logo.gif');
	background-repeat: no-repeat;
}
#header #menu {
	float: right;
	display: inline-block;
}
#header #menu ul {
	vertical-align: middle;
	line-height: 51px;
}
#header #menu ul li {
	display: inline;
	margin: 0 10px;
}
#header #menu a {
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.9em;
	letter-spacing: 0.2em;
}
#header #menu a:hover {
	text-decoration: underline;
}