#ft { 
	font-size: 85%; 
	/*background: #EAEAEA url(/imgs/site/footer.gif) no-repeat top left;*/


}

#ft, #ft a {
	color: #999999;
}

#ft-container{
	border-top: 1px solid #900F21;
	
}

#ft div.tl{
	height:40px;
	width:100%;
	/*background-color: #000;*/
}

#ft ul{
	margin: 0.5em 0 0 0;
	padding: 0;
}
#ft ul li {
	list-style: none;
	display: inline;
	padding-right: 0.5em;
	margin-right: 0.5em;
	border-right: 1px solid #666666;
}
#ft ul li.last {
	border: none;
}



pre#debug{
	border: 2px solid #069;
	background-color: #CCC;
	background: #CCC url(/imgs/cms/debug.gif) repeat top left;
	text-align: left;
	padding: 20px;
}

