#footer {
	background-image: url(../images/footer/footer_repeat.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 84px;
	clear: both;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	background-color: #FFF;
}
#copyright {
	font-size: 0.6em;
	text-align: center;
	font-weight: bold;
	color: #666;
	float: left;
	background-color: #FFF;
	width: 276px;
	height: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#disclaimer {
	float: right;
}
#disclaimer ul {
	padding-top: 4px;
}
#disclaimer ul li {
	font-size: 65%;
	list-style-type: none;
	float: left;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	letter-spacing: 1px;
	width: 111px;
}

