@charset "utf-8";
#Footer_Box {
	background-color: #333;
	height: 118px;
	clear: both;
	display: block;
}
#Footer {
	display: block;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#Footer_lft {
	display: block;
	float: left;
	width: 700px;
}

#Footer p {
	display: block;
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 750px;
}

#Footer p a {
	color: #999;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
#Footer p a:hover {
	color: #CCC;
}

#copyright {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#powered {
	float: left;
	display: block;
}
#powered a {
	color: #999;
	font-weight: bold;
}
#powered a:hover {
	color: #CCC;
	font-weight: bold;
}
#Follow_us {
	display: block;
	float: right;
	width: 180px;
	color: #999;
}
#Follow_us .Follow {
	display: block;
	float: left;
	padding-right: 5px;
	padding-top: 7px;
}

#Follow_us a {
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	float: left;
	height: 28px;
	width: 28px;
	padding-right: 5px;
	padding-left: 5px;
}
#Follow_us a:hover {
	background-image: url(../designs/fb.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.footerSeperator {
	background-image: url(../designs/footer_seperator.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 6px;
	width: 6px;
}
