@charset "utf-8";
body {
	margin: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #036;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	padding: 0;
	cursor: url(http://www.groundexpress.com.cn/images/plane.cur), pointer;
}
a:link {
	color: #036;
	text-decoration: none;
	filter: Light;
}

a:active {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	background-image: url(images/Header.jpg);
	width: 100%;
	height: 152px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.oneColFixCtrHdr #header2 {
	background-color: #003366;
	width: 100%;
	height: 200px;
	text-align: center;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 5px; /* 此填充会将它上面 div 中的所有元素左对齐。 */
	background:#003366;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 5px 0;
}
