body
	{
	padding:0;
	font-size:13px;
	line-height:20px;
	color: #2A1F55;
	background-color:#d9e5f1;
	background-image:url(../images/bgline.jpg);
	background-repeat:repeat-x;
	margin:0 0 5px 0;

	}
a:link,a:visited
{ 
	text-decoration:none;
	color:#2A1F55;
}
a:hover
{ 
	color:#e00;
}


td
	{
		vertical-align:top;
		text-align:left;
	}
	
	h1
	{
		font-size:20px;
		font-weight: bold;
		text-align:center;
		line-height:25px;
	}
	h2
	{
		font-size:15px;
		font-weight: bold;
		text-align:center;		
	}

	#header  /*  包含header1 和header2 */
	{
		position:relative;
		 z-index:200;width:940px; 
		 height:200px; 
		 background:url(../images/headerbg.jpg); 
		 background-repeat:no-repeat;
		 margin-bottom:10px;
	}

	#header1
	{
		width:940px;
		height:90px;
		text-align:right;
		vertical-align: middle;
		overflow:hidden;
	}
	#header2
	{
		width:940px;
		height:110px;
		overflow:visible;
	}
	
	/*----------------以下实现下拉菜单---------*/
	#header2 ul
	{
		margin:45px 0 0 -22px;/*-firefox-*/   /*---CSS hack---*/
		
		*margin-left:10px;  /*-IE-*/	
	}	
	#header2 li
	{
		display:block;
		list-style:none;
		float:left;
		width:82px;
		height:35px;
		text-align:center;	
		overflow:visible;	
	}	
	
	
	#header2 li a
	{
		display:block;
		width:70px;
		height:35px;
		color:#fff;
	}		
	
	#header2 li a:hover
	{	
		background: #336699;
		 filter:alpha(opacity=60);
		-moz-opacity:0.6;	
			
	}	
	
	
	#header2  .menu
	{	
 		display:none;
		margin-left:-5px;
		*margin-left:-35px;
			
	}	
	
	#header2 a.dp
	{	
		display:block;
		width:160px;
		height:24px;		
		background: #369;
		border-bottom: #666 solid 2px;
		padding-top:6px;
				color:#fff;
				text-decoration:none;
				
	}		

	
	#header2 a.dp:hover
	{	
		height:30px;
		background: #033;				
		filter:alpha(opacity=100);
		-moz-opacity:1;
		

	}	
	
		#header2 li:hover .menu
	{
		display:block;
		position:absolute;	
	}	
	
/*----------------以上实现下拉菜单---------*/
		
	#footer
	{
		width:940px;
		text-align:right;
	}
	.xline 
	{
		background-image:url(../images/footerbg.jpg);
		background-position:center;
		width:940px;
		height:30px;
		margin:10px 0;
		color:#fff;
		font-size:12px;
		text-align:left;
	}
	
	div.box
	{

		vertical-align:top;
		margin:0 6px 6px 6px;
		overflow:hidden;
		text-align:left;

	}

