@charset "utf-8";
/* CSS Document */

/**reset**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
margin:0;   
padding:0;
font-size:11px;
font-family:Arial;
line-height:14px;
} 
table {  
border-collapse:collapse;   
border-spacing:0;   
} 
fieldset,img {    
border:0;   
} 
address,caption,cite,code,dfn,em,th,var {  
font-style:normal;   
font-weight:normal;   
} 
ol,ul {  
list-style:none;   
} 
caption,th {  
text-align:left;   
} 
h1,h2,h3,h4,h5,h6 {  
font-size:100%;   
font-weight:normal;   
}
a {
outline: none;          /* 去掉Firefox点击时产生的虚线?*/
}
/**resetend**/
#sidebar{
	width:240px;
	float:left;
	padding:70px 0 0 20px;
}
#sidebar ul{
	width:200px;
}
#sidebar ul li{
	width:200px;
	padding:0 0 10px 0 ;
}
#sidebar ul li a{
	color:#3c3c3c;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	behavior:url(../js/ablur.htc);
}
#sidebar ul li a:hover{
	color:#666;
}
#sidebar ul li a.current{
	line-height:24px;
	font-size:30px;
}
#main{
	width:630px;
	height:390px;
	float:left;
	overflow:hidden;
}
.content{
	width:630px;
	height:390px;
	color:#3c3c3c;
}
#pgServer a{
	color:#000;
}