#footer {
	position:relative;
	float:left;
	width:100%;
	height:80px;
	background:none;	
	margin-top:15px;
	text-align:center;
}

.style_text_footer {
	color:#2F2E2E;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

#footer_menu {
	position:relative;
	margin:0 auto;
	width:980px;
	text-align:center;
}

#footer_line {
	position:relative;
	margin: 0 0 5px 0;
	width:980px;
	text-align:center;
	height: 3px;
	background-color: #cccccc;
}

#footer_copyright {
	position:relative;
	color:#666;
	float: left;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align: left;
	margin-left: 15px;
	width: 500px;	
}

#footer_menu_right {
	position:relative;
	float: right;
	width: 465px;
	text-align: right;
	margin: 0;
}

#footer_menu_right ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:5px;
	margin-right:0px;
	margin: 0;
}

#footer_menu_right li a#footer_ul {
	color:#FF9900;
	text-decoration:underline;
	font-size:12px;
}

#footer_menu_right li a {
	float:left;
	font-family:"tahoma",sans-serif;
	font-size:12px;
	font-weight:normal;
	padding:0 15px;
	text-decoration:none;
}

#footer_menu_right li {
	display:inline;
	margin:0;
	padding:0;
}

#footer_menu_right li a:hover {
	color: #FF9900;
	text-decoration:underline;
}



