﻿@charset "utf-8";

#footer {
	position: relative;
	height: 35px;
	background: #000000;
}
#footer .wrapper {
	position: relative;
	width: 880px;
	height: 35px;
	margin: 0 auto;
	text-align: center
}

#footer p {
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 169px;
}


#footer .nav {
/*	padding: 7px 0;*/
	text-align: left;	
}

#footer .nav li {
	display: inline;
	padding-right: 20px;
	padding-left: 23px;
	background: url(../images/icon.gif) no-repeat 0 0.2em;
	line-height: 35px;
}

#footer .nav a {
	color: #ffffff;
	font-size: 90%;
	text-decoration: none;
}

#footer .nav a:hover {
	text-decoration: underline;
}