.foot_container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
  margin-top: -16px;
	clear: both;
}
.sub_foot1 {
	background-color: #514C62;
	color: #FFFFFF;
	font-size: 12px;
	height: 56px;
  background-image: url(../images/main/logos.gif);
  background-repeat: no-repeat;
  background-position:left;
	border-bottom: 1px solid #8C829E;
	text-align: right;
	padding-right: 12px;
  margin: 16px 2px 0 0;
}

.sub_foot1a {
	position: relative;
	top: 25px;
}

.sub_foot1 a {
	color: #FFFFFF;
	text-decoration: none;
}
.sub_foot2 {
	background-color: #261F3B;
	color: #8C829E;
	font-size: 12px;
	height: 30px;
	background-image: url(../images/main/foot_01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 10px;
	padding-right: 40px;
	text-align: right;
  margin: 0 2px 0 0;
}
.sub_foot2 a {
	color: #8C829E;
	text-decoration: none;
}
.foot_container p {
	margin: 0px;
}

