@charset "utf-8";
/* CSS Document */
#footer {
	height: auto;
	width: 100%;
}
#footer_content {
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#foot_boarder {
	height: 15px;
	width: 1200px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9D0000;
}
#footer_menu {
	background-color: #E9E9E9;
	height: 120px;
	width: 100%;
}
#link_1 {
	float: left;
	height: 120px;
	width: 245px;
}
#link_2 {
	float: left;
	height: 120px;
	width: 245px;
}
#link_3 {
	float: left;
	height: 120px;
	width: 245px;
}
#link_4 {
	height: 120px;
	width: 245px;
	float:right;
	/*float: left;*/
}
#footer_menu p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}
#footer_menu a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#footer_menu a:hover {
	font-weight: bold;
	color: #FF95FF;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
}
@media screen and (max-width: 1024px){
	#footer_content {
		width: 980px;
	}
	#foot_boarder {
		height: 15px;
		width: 980px;
	}
	#link_1 {
		width: 245px;
	}
	#link_4 {
		width: 245px;

	}
}
/*@media screen and (max-width: 480px) { 
	#footer_content {
		height: auto;
		width: 420px;
	}
	#foot_boarder {
		height: 15px;
		width: 420px;
	}
	#link_1 {
		width: 145px;
	}
	#link_4 {
		width: 145px;

	}
}*/
@media screen and (max-width: 480px) { 
	#footer_content {
		height: auto;
		width: 380px;
	}
	#foot_boarder {
		height: 15px;
		width: 380px;
	}
	#link_1 {
		width: 135px;
	}
	#link_4 {
		width: 135px;

	}
}