﻿/* ========== 全局CSS ====== */
html {
    height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1F4666;
	background: #A4B8C9;
}
img, form, div {
	margin: 0;
	padding: 0;
	border: 0;
}
select, input, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
th, tr, td, table {
	font-size: 12px;
}
p {
	margin: 12px 0;
	padding: 0;
	line-height: 180%;
	color: #1F4666;
}
/* 通用链接颜色 */
a { text-decoration: none; color: #1C72BB; font-size: 1em; padding: 2px 2px; }
a:hover { text-decoration: underline; }
/* 区块上下间隔 */
.clear { clear: both; }
/* 页面布局 */
#container {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: left;
}
#header {
    position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 221px;
	background: url(blue/h_bg1.jpg) repeat-x 0 0; 
/*	background: transparent;   设置背景为透明*/
}
.headerbr {
	clear: both;
}
#main {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	background: #A4B8C9 url(blue/bg_cont_main.gif) repeat-x left top;
}
.mainbr {
	clear: both;
	height: 10px;
}
#mainleft {
	float: left;
	padding: 20px 0 0 140px;
	margin: 0;
	width: 224px;
	height: auto;
	background: url(blue/bg_0.gif) no-repeat left center;
}
#maincontent {
	float: left;
	padding: 0 20px 20px;
	margin: 14px 0 0 0;
	width: 534px;
	height: auto;
	border-left: 1px solid #c8d4df;
	border-right: 1px solid #c8d4df;
	border-bottom: 1px solid #c8d4df;
	background: #aabfd1;
}
#footer {
	padding: 10px 0 30px 0;
	margin: 0;
	width: 100%;
	height: auto;
	color: #999;	
	font-size: 1em;
	background-color: #A4B8C9;
}
.footerbr {
	clear: both;
}