﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: '宋体' Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #1a66b3;
}
img {
	vertical-align: middle;
	border: none;
}
li {
	list-style: none;
}

.clear {
	clear: both;
}
.clear span {
	display: none;
}
.separator_a {
	width: 990px;
	height: 2px;
	background: url(../images/separator_a.gif) no-repeat top left;
}
.separator_a span {
	display: none;
}
.font_red {
	color: #f00;
	font-weight: bold;
}
.font_blue {
	COLOR: #0064ff;
        FONT-SIZE: 14px;
}
.date {
        margin:0px;
        padding-right:3px;
        font:10px Georgia, Sans-Serif;
        color:#ccc;
        float:right;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
	padding: 0;
}

#header {
	height: 80px;
}
#main   {
	text-align: left;
}

#main_body {
	text-align: left;
	background: url(../images/separator_b.gif) no-repeat 205px top;
}

#leftbar {
	display: inline;
	float: left;
	width: 200px;
	padding-right: 5px;
}
#right {
	float: right;
	width: 783px;
}
#content {
	display: inline;
	float: right;
	width: 778px;
	padding-left: 5px;
	padding-top:1px;
}

#footer {
	border-top: 2px solid #d2d2d2;
}