@charset "utf-8";
/* CSS Document */
#copyright {
	float: left;
	width: 930px;
	margin: 8px 0 0 0;
}
#linkTit {
	height: 20px;
	width: 806px;
	color: #f7a900;
	margin: 0 auto;
}
#linkColumn {
	width: 806px;
	margin: 0 auto 15px auto;
	height: 15px;
}
#linkColumn li {
	float: left;
	height: 15px;
	width: auto;
	list-style-type: none;
	margin: 0 15px 0 20px;
	display: inline;
	overflow: hidden;
	text-align: center;
}

#copyrightTxt {
	text-align: center;
	float: left;
	height: 46px;
	width: 930px;
	background-image: url(../images/copyrightbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 30px 0 0 0;
}
.TBars {
	background-image: url(../images/tbar_bg.gif);
	background-repeat: repeat-y;
	height: 4px;
	width: 806px;
	margin: 6px auto 8px auto;
}

