@media screen,projection {
	#tbc_footer {
	clear: both;
	background-color: #969696;
	font-size: 0.9091em;
	padding-top: 25px;
	padding-bottom: 2.8em;
	padding-left: 200px;
	padding-right: 10px;
	text-align:center;
	width:618px;
	}

	#tbc_footer li {
		float: left;
		list-style: none;
	}

	#tbc_footer .footer_item {
		border-right: 1px solid #ccc;
		margin-right: 10px;
		padding-right: 10px;
	}

	
	#tbc_footer a {
		color: #666;
	}

	#tbc_footer p {
		color: #999;
	}	
}

@media print {
	#tbc_footer {
		display: none;
	}
}

