/* CSS Document */
body{
	font-size:12px; 
	/*background:#22a290;*//*url(images/bgt.png) no-repeat top center */
	/*background:url(images/digits23.jpg);*/
	/*background:url(images/ypbg.jpg) repeat-y center;*/
	background:url(images/bgp_02.jpg) repeat;
	margin:0px;
	color:#666464;
	font-family:Arial, Helvetica, sans-serif,'宋体';
}
#main{
	width:960px; 
	margin:0px auto;/*上下，左右*/
	background:#FFFFFF;
	
	/*background:url(images/ypbg.jpg) repeat-y center;*/
	
}
.pp{
	 color:#05927f; font-size:14px; font-weight:bold; border-bottom:#05927f solid 1px; padding-left:10px;
}
#guest_book input,textarea{ 
	border: 1px solid #CCCCCC;
}

.nav a{
	width:80px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	display:inline-block;
	margin-right:10px;
}

.nav a:visited{
		color:#fff; 
		text-decoration:none;
}
.nav a:link{
		color:#fff;
		text-decoration:none;
}
.nav a:hover{
		color:#FFFF00;
		text-decoration:none;
}


a:visited{
		color:#666464; 
		text-decoration:none;
}
a:link{
		color:#666464;
		text-decoration:none;
}
a:hover{
		color:#05927f;
		text-decoration:none;
}
/*必须要这个顺序link,visited,hover,否则会不起作用*/


/*分页*/
.n_page{
		width:100%;
		float:left;
		margin-left:15px;
		display:inline;
}
.n_page a{
		float:left;
		height:16px;
		border:#d6d6d7 solid 1px;
		font-size:12px;
		padding:5px 5px 0px 5px;
		margin-left:5px;
		margin-top:5px;
		color:#333333; 
		background-color:#f3f7fa;
		text-decoration : none;
}
.n_page a:link{
		color:#333333;  
		background-color:#f3f7fa;
		text-decoration : none;
		border:#d6d6d7 solid 1px;
}
.n_page a:visited{
		color:#333333;  
		background-color:#f3f7fa;
		text-decoration : none;
		border:#d6d6d7 solid 1px;
}
.n_page a:hover{
		color:#FFFFFF; 
		background-color:#1f86c1;
		text-decoration : none;
}
.n_page a:active{
		color:#FFFFFF; 
		background-color:#889dde;
		text-decoration : none;
} 
/*分页_end*/