#bottom_links
{
	width:500px;
	margin-right: auto;
	margin-left: auto;
	
	margin-top: 15px;
	font-weight: bold;
	text-align: justify;

	clear: both;
	float: right;
	height: auto;
}

#bottom_links img 
{
	vertical-align: middle;
	margin-left: 8px; margin-right: 8px;
}

#bottom_links span
{
	font-weight: bold; margin-left: 2px; margin-right: 2px;  color: #ff6c00;
}

#bottom_links a{font-weight: normal;  margin-left: 2px; margin-right: 2px;}

#bottom_links a:link 	{ 	color: #000000; text-decoration:none;	}
#bottom_links a:visited {  color: #000000; text-decoration:none; }
#bottom_links a:hover { color: #000000 ; text-decoration:underline; }
#bottom_links a:active {  }