@charset "utf-8";
body  {
	font: 0.625em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border:none;
	text-align: center; 
	color: #333333;
	background-image:url(../images/bg_main.gif);
	background-attachment:fixed;
}

.twoColFixLtHdr #container { 
	width: 900px;	  
	margin: 0 auto; 
	border: 5px solid #999900;
	text-align: justify; 
	border-top: #000099 40px solid;	
background-image: url(../images/left-side.jpg);
background-repeat:repeat-y;
background-position:left bottom;
background-color:#FFFFFF; /* 背景颜色要在背景图之后定义,否则颜色设置无效*/
} 

.twoColFixLtHdr #header {
height:200px;
background:  #FFFFFF url(../images/header-bg.jpg) left top  repeat-x;	
padding: 0;
} 
.twoColFixLtHdr #header div.bg1 {
height:100%;
background: url(../images/office.jpg)  left top no-repeat;
}
.twoColFixLtHdr #header div.bg2 {
height:100%;
background:  url(../images/header_bg.gif) 177px bottom no-repeat;
}
.twoColFixLtHdr #header h1 {
    color: #FFFF00;
	margin: 0; 
	padding: 20px 0;
	background:url(../images/cloud.gif) center right no-repeat;
	font-family:  "Courier New", Courier, monospace; 
	font-size:20px;
	text-align:center;	
}
.twoColFixLtHdr #header h2 {
    color: #990033;
	font-size:18px;
	margin-top:-5px;
	text-align: right;
	padding: 10px 40px 0 0;	
}
.twoColFixLtHdr #header p {
    color: #990000;
	padding: 0 40px;
	font-size:16px;
	text-transform:uppercase;
	text-align:right;
	font-weight:500;
}

.twoColFixLtHdr #leftPicture {
float:right;
width:670px;
margin:0; padding:0; border:0;
background: #FFFFFF url(../images/027ba.jpg) 75% bottom no-repeat fixed; 
}

.twoColFixLtHdr #mainContent { 
	margin: 0; 
	padding:20px;
	text-align:justify;
	font-size:1.2em;
	line-height:1.3em;
}
#mainContent h1, #mainContent h2 { margin-top:14px; font-size:18px;}
#mainContent h1 { text-align:center;}

.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 200px;
	padding: 0px 14px 15px 2px;
	margin-left:8px;
	margin-top:0px;
	white-space:nowrap;
	font-size:12px;
	line-height:12px;
} 
.twoColFixLtHdr #footer {
clear:both;
	padding: 0 10px 0 20px; /* 此填充会将它上面 div 中的所有元素左对齐。 */
	background: #FF6600 url(../images/bg_main.gif)  -175px left;
	color:#FFFFCC; 
	margin:1px 0;
	text-align:center;
}
.twoColFixLtHdr #footer a { text-decoration:none; color:#00FFFF;} 
.twoColFixLtHdr #footer address, .twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}


.fltrt { /* 此类可用来使页面中的元素向右浮动。浮动元素必须位于页面上要与之相邻的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 此类可用来使页面上的元素向左浮动 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 此类应当放在 div 或 break 元素上，而且该元素应当是完全包含浮动的容器关闭之前的最后一个元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
address { font-size:10px;}
#logo { 	right:0; 
	bottom:0; 
	position:fixed;
	background-image:url(../images/LOGO.gif);
	background-repeat:no-repeat;
}
acronym, abbr { border-bottom:1px dotted;}
