/* CSS Document */

html,
body,
table,
tr,
td,
ul,
li,
div,
p,
span,
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
ul {
  list-style-type: none;
}
a {
  outline: none;
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  text-align: center;
  font-size: 12px;
  background: #160e09 url(../images_flame/body_bg_01.jpg) no-repeat top center;
}
.content {
  width: 980px;
  margin: 0 auto;
  font-size: 12px;
  text-align: left;
}
.top_nav {
  width: 980px;
  text-align: center;
  height: 39px;
  overflow: hidden;
}
.top_nav li {
  float: left;
  height: 39px;
}
.top_img {
  width: 980px;
  margin: 0 auto;
  padding: 0px;
  clear: both;
}
.top_img img {
  float: left;
}

.main {
  width: 980px;
  clear: left;
  color: #fedaa3;
  background: url(../images_flame/side_ctr.png) repeat-y right top;
}

.left {
  width: 490px;
  float: left;
}
.right {
  width: 490px;
  float: right;
}

.box {
  width: 430px;
  margin: 0 auto;
}

.title_01 {
  font-size: 14px;
  font-weight: bold;
  display: block;
  background: url(../images_flame/title_bg_01.jpg) no-repeat center center;
  width: 79px;
  height: 23px;
  line-height: 23px;
  margin: 10px 0px;
  color: #f28616;
  text-align: center;
}
.box li p {
  padding-top: 5px;
  padding-bottom: 5px;
  text-indent: 25px;
  line-height: 24px;
}
.box .tab_01 {
  width: 430px;
  border: 2px solid #7a3e0c;
}
.box .tab_01 td {
  border: 1px solid #7a3e0c;
  line-height: 22px;
  padding: 0px 3px;
}
.box .tab_01 th {
  border: 1px solid #7a3e0c;
}

.tab_02 {
  width: 430px;
  border: 0px;
  text-align: center;
}
.tab_02 td {
  text-align: center;
  line-height: 30px;
}
.tab_02 img {
  text-align: center;
}
.tab_02 td span {
  width: 195px;
  display: block;
  margin: 5px auto;
  text-align: left;
  line-height: 20px;
}

.footer {
  width: 960px;
  height: 53px;
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  background: url(../images_flame/footer_bg.html) no-repeat center top;
}
.footer span {
  line-height: 20px;
}
.footer a {
  color: #c6812b;
}
.footer a:hover {
  color: #fff;
}
