﻿.footer
{
	height: 50px;
	padding: 10px 0 0 0;
	text-align: center;
	clear: both;
	color: #C3C3C3;
	background-color: #262626;
}

.footer a
{
	color: #C3C3C3;
}

.bottomLinks ul {
	padding: 0;
	margin: 0;
}
.bottomLinks ul li {
	display: inline;
	word-spacing: 0.8em;
	margin: 0px;
}
.bottomLinks ul li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	word-spacing: 0em;
}
.bottomLinks ul li a:hover 
{
    color: #FFF;
}
.copyright
{
	font-size: 10px;
}