/* CSS Document */

/*FOOTER-----------------------------------*/
#footer_all{
	width:100%;
	height:100%;
	background-image:url(../images/about/bg_footer.jpg);
	background-repeat:repeat;
}
#footer{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height:67px;
	background-image:url(../images/about/about_copyright_bg.jpg);
	background-repeat:repeat-x;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #876645;
	text-decoration: none;
}
#footer_repeat_bg{
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/about/bg_footer.jpg);
	background-repeat:repeat;
}
.footer_container{
	width:1003px;
	margin-left:auto;
	margin-right:auto;
}
.footer_content{
	padding-left:30px;
	padding-right:30px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:left;
}
.foot_link_text{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #876645;
	text-decoration: none;
	float:left;

}
.foot_link_text a{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #876645;
	text-decoration: none;
	
}
.foot_link_text a:hover{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;

}
.copyright_text {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #876645;
	text-decoration: none;
}
.copyright_text a{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #876645;
	text-decoration: none;
	
}
.copyright_text a:hover{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;

}
.foot_link_pic{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #876645;
	text-decoration: none;
	float:right;

}