/* 
Copyright 2008
CSS coding by Jay Tang | Terra Preta 
www.terra-preta.nl
*/

body#template_main div#footer {
	position: relative;
	margin-top: -14px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 14px;
}
body#template_main div#footer ul#menu_footer {
	position: relative;
	width: 960px;
	height: 14px;
	text-align: center;
	list-style-type: none;
	background: #000000;
}
body#template_main div#footer ul#menu_footer li {
	display: inline;
}
body#template_main div#footer a {
	font-size: 0.9em;
	color: #747474;
	text-decoration: none;
}
body#template_main div#footer a:hover {
	color: #F3991B;
}
