/* QEF header */

#down_hat,
#up_hat {
	width: 730px;
	height: 14px;
	background:#7f9cac;
	font-size:.1em;
	display:block;
	clear:both;
}

#down_hat .left_cor,
#up_hat .left_cor {
	width:17px;
	height: 14px;
	float:left;
	background:url(../images/hats_up01.gif) -17px 0 no-repeat;
}

#down_hat .right_cor,
#up_hat .right_cor {
	width:17px;
	height: 14px;
	float:right;
	background:url(../images/hats_up01.gif) 0 0 no-repeat;
}

#down_hat .right_cor {
	background:url(../images/hats_down01.gif) 0 0 no-repeat;
}
#down_hat .left_cor {
	background:url(../images/hats_down01.gif) -17px 0 no-repeat;
}

#footer {
	width:730px;
	background:#acb6bd;
	font-size: 11px;
	padding:6px 0;
}
#footer a {
	color:#566168;
	text-decoration:none;
}
#footer a:hover {
	color:#566168;
	text-decoration:undeline;
}