@charset "utf-8";
/* CSS Document */

/*********** FOOTER SYTLE ***********/

#footer {
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background:#222222 none repeat scroll 0 0;
	color:#FFFFFF;
	/*height:40px;*/
	margin:30px auto 0;
	padding:5px 15px;
	width:970px;
	height: 40px;
	position: relative;
}

#footer p {
	font-size:12px;
	margin:11px 0 0 0;
	float:left;
}

#footer ul {
	margin: 14px 0 0 0;
	padding: 0;
	float:right;
}

#footer li {
	margin: 0;
	padding: 0;
	display:inline;
	font-size:12px;
	color:#666;
}

#footer li a {
	color:#fff;
	text-decoration:underline;
	letter-spacing: 0.001em;
}

#footer li a:hover {
	color:#5f99fa;
	text-decoration:underline;
}


