@charset "utf-8";
#footer{
	width:931px;
	margin-top:20px;
	margin-left:34px;
	height: 35px;
}
#footer a:visited, #footer a:link, #footer a:active{
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover{
	color:#f8ce21;
	text-decoration:none;
}
#footer #left p, #footer #right p{
	float:left;
	margin:0 10px 0 0;
	font-weight:bold;
	font-size:11px;
}

#footer #left{
	margin-left:8px;
	height:14px;
	width: 620px;
	float:left;
	display:inline;
	overflow: hidden;
}
#footer #right{
	margin-left:35px;
	height:14px;
	width:180px;
	float:left;
	display:inline;
	overflow: hidden;
}
#footer #copyright{
	color:#558eae;
	float:left;
	display:inline;
	width:900px;
	height:10px;
	font-size:10px;
	margin-top: 3px;
}

