body{
	text-align:center;	
	font-size:12px;
	font-family:"宋体";
}

#wrapper{
	margin: 0 auto;
	text-align: center;
	/*
	width:90%;
	width: expression((documentElement.clientWidth < 900) ? "900px" : (documentElement.clientWidth > 1000) ? "1000px": "90%" );	
	min-width: 900px;
	max-width: 1000px;
	
	height: expression((documentElement.clientHeight < 400) ? "400px" : documentElement.bodyHeight);	
	min-height: 400px;
	*/
	width:90%;
	background:url(../images/diags_form.gif) repeat;
}

#header{
	clear:both;	
	background: url(../images/cloud2.jpg) top right no-repeat;
	width:100%;
}

#logo{
	background: url(../images/cloud1_01.jpg) top left no-repeat;
	height:90px;
	float:left;
	width:354px;
}

#headerRight{
	height:90px;
	
}

#datetime{
margin-right:10px;
margin-top:10px;
	float:right;
	font-size:12px;
	color:#FFFFFF;
}

#infoBar{
	height:26px;
	line-height:26px;
	font-family:"宋体";
	font-size:12px;
	text-align:left;
	margin: 1px 0 1px 0;
	background-color:#233985;
	padding-left:22px;
	padding-right:15px;
	
}


#mainMenu{
	margin: 1px 0 5px 0;
	background-color:#5880BF;

	height:26px;
}

#mainMenu ul{
	margin:0;
	padding:0;
	list-style:none;
	
	float:left;
		
}

#mainMenu ul li{
	float:left;
}

#mainMenu ul a{
	display: block;	
	padding: 0 10px 0 10px;
	line-height: 26px;
	text-decoration: none;
	color:#FFFFFF;
	margin-right: 2px;
	font-family:"宋体";
	font-weight:bold;
	font-size: 12px;
	width:80px;
	
}

#mainMenu ul li a:hover{
	background-color:#ADCBF0;
	text-decoration:underline;
	color:#000000;
}


body.public #mainMenu a#public{ 
 background:url(../images/tile_sub.gif) repeat;
	text-decoration:underline;
	color:#000000;
	cursor:default;
}
body.public #mainMenu a:hover#public {
cursor:default;
}


#footer{
	background:url(../images/cloud2_bottom.jpg) top left no-repeat;
	clear:both;	
}

#footerRight{
	background: url(../images/cloud_bottom_02.jpg) top right no-repeat;
	height:90px;
	float:right;
	width:354px;
}

#footerLeft{
	height:90px;
}

#copyright{
margin-left:10px;
margin-top:10px;
	float:left;
	font-size:12px;
	color:#FFFFFF;
	}

/*	*
	*	网页主体部分
	*
*/

#main{
clear:both;
}

#content{
float:right;
width:69%;
}

#mainNav{
width:30%;
float:left;

}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}