﻿#footer
{
	width: 100%;
	height: 35px;
	background-image: url(../Images/footer/bl.gif);
	background-repeat: repeat-x;
	bottom: 0px;
	left: 0px;
	float: left;
}
#footer div.FooterLeft
{
	background-image: url(../Images/footer/blt.gif);
	background-repeat: no-repeat;
	height: 33px;
	float: left;
	vertical-align: bottom;
	padding-bottom: 3px;
	color: White;
	padding-left: 5px;
	text-align: left;
	position: relative;
}
#footer div.FooterRight
{
	background-image: url(../Images/footer/BR.gif);
	background-repeat: no-repeat;
	height: 33px;
	float: right;
	vertical-align: bottom;
	padding-bottom: 3px;
	padding-right: 5px;
	color: White;
	padding-left: 5px;
	text-align: left;
	background-position: right top;
	position: relative;
	top: 0px;
}
#footer div.FooterRight span a
{
	text-decoration: none;
	color: White;
}

