body {
	/*background-color:#efefef;*/
	background: url("../images/bodyBg.gif")  repeat;
	color: #333333;
	font-size: 14px;
}
a:link, a:visited {
	color: #333333;
	cursor: pointer;
	text-decoration: none;
}
a:hover, a:active {
	color: #a40000;
	text-decoration: underline;
}
#header {
	margin: auto;
	width: 1004px;
}
.animation {
	height: 224px;
}
.nav {
	height: 34px;
    margin: auto;
    border: 1px solid #d10e02;
    background: url("../images/navFootBg.gif") repeat-x;
    padding-left: 10px;
	line-height: 36px;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}
.nav a:link, .nav a:visited {
	color: #ffeee6;
	cursor: pointer;
	text-decoration: none;
	padding: 0 21px;
	display: block;
	float: left;
	text-align: center;
}
.nav a:hover, .nav a:active {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}
.nav b {
	width: 2px;
	display: block;
	float: left;
    height: 40px;
}
#wrapper {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
    padding-bottom: 10px;
    background: #FFFFFF;
}

#footer {
    width: 1004px;
    background: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 20px;
    margin: 0 auto;
    font-weight: 700;
}
#footer .link {
    background: url("../images/navFootBg.gif") repeat-x;
    border: 1px solid #d10e02;
    height: 34px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
}
#footer .link h3 {
    font-size: 12px;
    font-weight: 700;
    text-indent: 2em;
    padding-right: 10px;
}
#footer .link a:link, #footer .link a:visited {
	color: #fff;
    font-weight: 300;
	cursor: pointer;
	text-decoration: none;
}
#footer .link a:hover, #footer .link a:active {
	color: #fff;
    font-weight: 700;
	text-decoration: underline;
}
#footer table .td_links {

}
#footer table .td_links span {
	font-size: 12px;
	margin-left: 10px;
}

/* ¹Ì¶¨ÑùÊ½µÄ Css */

.clear {
    clear: both;
}
.fltl {
    display: inline;
    float: left;
}
.fltr {
    display: inline;
    float: right;
}
.td_dot {
    vertical-align: top;
    width: 20px;
}
.td_line {
    line-height: 16px;
    padding-bottom: 8px;
}
.td_time {
    text-align: right;
}
.tb_pic {
    margin-bottom: 5px;
}
.pic_area {
    margin: 0 5px 10px 0;
}
.area_content {
    font-size: 12px;
	line-height:22px;
    font-weight: normal;
    /*line-height: 20px;*/
    margin-right: 5px;
    text-indent: 2em;
    text-align: left;
}
.area_detail {
    display: block;
    /*float: right;*/
}
.td_pagebar {
    border-top: solid 1px #e0e0e0;
    line-height: 30px;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}