
/*-------------------------------------------------------------------------------------------------------*/
/*	Footer Text Content
/*-------------------------------------------------------------------------------------------------------*/
#footertext
{
	clear:				both;
	margin:				0px 0px 50px;
	padding:		    5px 0px 10px 25px;
	line-height:		1.9em;
	font-family:		verdana,arial,sans serif;
	font-size:			0.65em;
	color:				#999999;
	background-image:		url( /images/bg_footer.gif );
	background-repeat:		repeat-x;
	width:              929px;
	height:             70px;
}

#footertext a
{
	padding:			0px 0px;
	white-space:		nowrap;
	
	color:				white;
}
#footertext a:hover
{
	color:				#007EC5;
}