@charset "UTF-8";
.header {
	padding: 2px 5px 0px 0px;
	height: 108px;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	outline: 1px #000;
	background-image: url(../images/header_logo.png);
}
.header a {
color: #000000;
	text-decoration: none;
	padding: 3px;
}
.header a:hover {
	color: #FFFFFF;
	padding: 3px;
	text-decoration: underline;
}
.menu_bar {
	padding: 0 10px;
	height: 28px;
	background-position: center;
	background-image: url(../images/header_bg.gif);
}
