#header_bg {
	position: relative;
	background-image: url('../img/header_bg.jpg');
	height: 146px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#menu {
	position: absolute;
	left: 480px;
	top: 50px;
}

#menu ul li {
	display:inline;
	list-style:none;
	list-style-type:none;
	padding: 5px;
}

#menu ul li:hover {
	background-color: #FFF;
}

#menu ul li a {
	color: #4D4D4D;
	font-family: TheSerifLight-Plain;
	font-size: 16px;
}

#menu ul li a:hover {
	color: #D84F52;
	text-decoration: underline;
}

#logo {
	color: #4D4D4D;
	font-family: TheSerifLight-Plain;
	font-size: 28px;
	line-height: 25px;
	position: relative;
	top: 20px;
	width: 200px;
}

#header_content {
	position: relative;
	width: 992px;
	margin-left: auto;
	margin-right: auto;
}