#footer_container {
	clear: both;
	text-align: left;
	width: 100%;
	padding-top: 0px;
}

#footer_container img {
	float: none;
}

#footer {
	font-size: 10px;
	color: #AAAAAA;
	width: 1020px;
	margin: 0px auto;
}

#footer #links {
	/*width:950px;*/
	padding: 5px 10px;
	background-color: #FFF;
}

#footer .linkStyle {
	color: #777777;
	font-weight: bold;
}

#footer .linkStyle a {
	
}

#footer .linkStyle a:hover{
	color: #ec0000;
	/*text-decoration: underline;*/
}

#footer .center {
	text-align: center;
	float: none;
}

#footer .right {
	float: right;
}

#footer .left {	
	float: left;
}

#footer .left a {	
	padding-left: 12px;
	background: transparent url(../img/footer/arrowNorm.png) no-repeat scroll left 2px;
}

#footer .left a:hover{	
	background: transparent url(../img/footer/arrowOver.png) no-repeat scroll left 2px;
}

#footer #copyright {
	/*width: 970px;*/
	margin: 20px 0px 0px 0px;
	height: 15px;
	
	text-transform: uppercase;
	font-size: 9px;
}

#fotd{
	background-color: #EA0000;
}

#fotd a:hover{
	background-color: #DA0000;
}