@charset "UTF-8";
/* CSS Document */
#header_wrapper {
	background-image: url(/assets/images/header_bkground.jpg);
	background-repeat: repeat-x;
	height: 99px;
	width: 100%;
}
#header_logo {
	height: 99px;
	float: left;
	width: 360px;
}
#header_container {
	margin-right: auto;
	margin-left: auto;
	height: 99px;
	width: 1000px;
}
#header {
	background-image: url(/assets/images/header.jpg);
	float: left;
	height: 99px;
	width: 640px;
}
#header  ul {
	list-style-type: none;
	margin-right: 50px;
	float: right;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: 100;
}
#header  ul  li {
	list-style-type: none;
	display: inline;
	padding-left: 30px;
}


#header_wrapper a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#header_wrapper a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#header_logo   img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
