#footerContainer
{
	margin: 0 auto;
	width: 100%;
	height: 125px;
	background-image: url(../images/footer_slice.jpg);
	background-repeat: repeat-x;
}

.footertdBackground
{
	background-image: url(/images/footer_seperator.jpg);
	background-position: center right;
	background-repeat: no-repeat;
}

.footertxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 30px;
	
}

.disclaimertxt
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d82930;
}

.footertxt:link
{
	color: #FFF;
	text-decoration: none;
}
.footertxt:visited
{
	text-decoration:none;
	color: #FFF;
}
.footertxt:hover
{
	text-decoration: underline;
	color: #FFF;
}

.clear
{
	clear: both;
}