/* CSS Document */
* {
	margin:0;
	padding:0;
}
body,table,select,form,a,textarea,div {
	font-family: Arial, SimSun;
	color:#000000;
}
select,input,textarea {
	font-size:12px;
}
body {
	font-family: Arial, SimSun;
	padding: 0px;
	margin: 0px auto;
	width:1000px;
	background-color: #708088;
}
ul,li{
	list-style:none;
	margin:0;
	padding:0;
}
a {
	text-decoration:none ;
	color: #292929;
}
a:hover {
	text-decoration:underline;
	color: #FF0000;
}
img {
	border:0px;
}
#tit {
	background-image: url(../images/tit.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 750px;
	padding-top: 180px;
	padding-left: 250px;
}
#tit img{
	height:27px;
	width:500px;
}
#weather {
	background-image: url(../images/nav_bg1.gif);
	height: 25px;
	width: 200px;
	color: #FF0000;
	padding: 8px 0px 0px 28px;
	font-size: 12px;
}
#weather a{
	color: #FF0000;
}
.weather {
	float: right;
}

