

#footer_table{
	display:table;
	width:67.7em; 
	margin-right:auto;
	margin-left:auto;
	border:solid #cc6600;
	border-width: 0px 1px 1px 1px;
	background-color: #CC6600;
}
#footer_wrap{
	display:table-row;
	background-color: #CC6600;
}
#footer_cell_left{
	display:table-cell;
	background-color: #333333;
	width:20.3em;
	float:left;
	text-align:right;
	height: 8.5em;;
}
#footer_cell_left a {
	color: #cccccc;
	text-decoration:none;
}

#footer_cell_right{
	display:table-cell;
	background-color:#cc6600; 
	width:43.0em;
	float:left;
	color: black;
	font-family: myriad roman, verdana, arial, sans-serif;
	font-size:1.05em;
	padding: 1em 1em 1em 1em;
	/* padding-top:0.5em;
	padding-left:0.5em; */
}

