@charset "UTF-8";
/* CSS Document */



.footer{
	/*
	background:#eee;
	*/
	width:982px; /*982 -41 -41 -5 -5*/
	height:26px; /*40 -10*/
	position:relative;
	display:block;
	top:10px;
	left:0;

	margin:0;	
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.copyright{
	/*
	background:#6FC;
	*/
	background:url(../../img/c.png) no-repeat;
	display:block;
	position:relative;
	top:0;
	left:0;
	width:600px;
	height:20px;
	float:left;
	text-align:left;
	margin:0px 0px 0px 46px;
	padding:0px 0px 0px 15px;

	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:14px;
	font-style:italic;
	float:left;
	margin-right:15px;
	text-decoration:none;
}

.copyright a, .copyright span{
	font-family:"Times New Roman", Times, serif;
	color:#000;
	font-size:14px;
	font-style:italic;
	float:left;
	margin-right:15px;
	text-decoration:none;
	
	border-width:0px 1px 0px 1px; 
	border-color:#ddd;
	border-style:solid;
	
}
.copyright a:hover, .copyright a:active, .copyright a:focus{
	/*
	text-decoration:underline;	
	color:#333;
	*/
	
	color:#000;
	background:#000;
	border-width:0px 1px 0px 1px; 
	border-color:#000;
	border-style:solid;
	border-radius:0px;
}