@charset "utf-8";
/* CSS Document */

#header {
	background-image:url(../image/header.jpg);
	width: 849px;
	height: 176px;
}

#header_links {
	float: right;
	margin-top: 140px;
	margin-right: 10px;
	padding: 0px 3px 0px 0px;
}

#header_links a {
	color: #FF0;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif !important;
	font-size: 14px;
	padding: 0px 3px 0px 3px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #000 5px 5px 5px;
}

#header_links a:hover {
	text-shadow: 1px 1px 6px #FFF;
}