/**
 * Style sheet footerBar
 */
#footerBar
{
	height:30px;
	clear:both;
	padding-top:26px;
	background-image:url("./tl_files/img/layout/ft_bg.jpg");
	background-repeat:repeat-x;
	font-size:0.7em;
	color:#ffffff;
	line-height:30px;
}

#footerBar a
{
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
	font-size:1.2em;
	color:#ffffff;
	line-height:30px;
}

#footerBar a:hover
{
	text-decoration:underline;
}

#footerLinks
{
	float:left;
}

#footerRights
{
	float:right;
	margin-right:10px;
}

