﻿/* CSS Document*/
/**
* Author: Sunxu 
* Version: 2.0
* Last Changed by Sunxu
* Last Update : 2009-09-06
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	text-align: left;
	font-size: inherit;
}
body {
	text-align: left;
	font: normal 12px/20px Tahoma,Helvetica,Arial,SimSun,sans-serif;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	width: 100%;
	background-color:#BDC9D7;
}
a:active, a:focus {
	outline: none;
}
.fontweight {
	font-weight: bold;
}
em {
	font-style: normal;
}
/*S 默认文字链样式*/
#page a:link {
	color: #000;
	text-decoration: none;
}
#page a:visited {
	color: #000;
	text-decoration: none;
}
#page a:hover {
	color: #F00;
	text-decoration: underline;
}
#page a:active {
	color: #F00;
}
/*E 默认文字链样式*/
#head_pic {
	background: url(http://pic.xoyo.com/cms/jx3/2010/02/08/test/bg-body70.jpg) no-repeat center 30px #B8CADE;
}
#page {
	width: 960px;
	margin: 0 auto;
	position:relative;
}
/*S 头部 */
#header {
	width: 960px;
	height: 278px;
}
/*S 主体内容 */
#content {
	width: 960px;
	background: #FFF;
	padding-bottom:1px;
}
/*E 主体内容 */

