@charset "utf-8";
/* CSS Document */

#footer{
	
	border-collapse:collapse;

}
#footer tr td{padding-left: 30px;
	color:#E6E0E0;
	border-left: #c67c59;
	border-right: #c67c59;
}

#footer tr th{
	padding-left: 30px;
	color:white;
	border-left: #c67c59;
	border-right: #c67c59;
}

#footer tr{text-align: center;
}
th{font-size:17px; }
td{font-size:13px; }

#footer tr td a{text-decoration: none;}