#header {
	width:780px;
	height:86px;
	background: url('images/header_bg.jpg');
	font-family: Impact,sans-serif;
	font-size:11px;
}
#header a{
	color:#111344;
	text-decoration:none;
}
#header a#logo{
	width:120px;
	height:10px;
	padding:66px 0 0 300px;
	display:block;
	float:left;
}
#header ul{
	padding:66px 0px 0;
}
#header ul li{
	float:left;
	padding:0 5px;
	list-style:none;
}
#foot {
	width:850px;
	margin:0 auto;
	color:#999;
	font-size:9px;
	font-family:arial,sans-serif;
	text-align:center;
}
#foot a{
	color:#999;
}
#tooltip div i{
	font-weight:bold;
	color:red;
}