@charset "utf-8";
/* CSS Document */

#Footer {
	background-color: #2E2E2E;
	bottom:0;
	/*height: 250px;*/
}
#Footer h3 {
	color: #7F7F7F;
	font-size: 16px;
	display: block;
	line-height: 24px;
}
#Footer h3 span {
	color: #E6E6E6;
}
#Footer  p {
	display: block;
	color: #727272;
	line-height: 18px;
	font-size: 12px;
	padding-top: 10px;
}
#Footer  p a {
	color: #727272;
	text-decoration: none;
}

#Footer p a:hover {
	color: #E6E6E6;
}
#Footer p strong {
	color: #E6E6E6;
	text-decoration: none;
}




#Footer .left {
	display: block;
	/*float: left;
	height: 215px;
	width: 155px;*/
	padding-top: 20px;
	padding-bottom: 15px;
	text-align:left;
	/*padding-right: 10px;
	padding-left: 10px;*/
}
#Footer .middle {
	display: block;
	/*float: left;
	height: 215px;
	width: 515px;*/
	padding-top: 20px;
	padding-bottom: 15px;
	text-align:left;
	/*padding-right: 10px;
	padding-left: 10px;*/
}
#Footer .middle p{text-align:justify;}
#Footer .right {
	display: block;
	/*float: right;
	height: 215px;
	width: 260px;*/
	padding-top: 20px;
	padding-bottom: 15px;
	text-align:left;
	/*padding-right: 10px;
	padding-left: 10px;*/
}


#CopyRight {
	background-color: #171717;
	/*height: 50px;*/
	text-align: center;
}
#CopyRight p {
	/*height: 30px;*/
	font-size: 12px;
	line-height: 30px;
	padding: 10px;
	color: #7F7F7F;
}
#CopyRight p a  {
	color: #B1B1B1;
	text-decoration: none;
}
#CopyRight p a:hover {
	color: #FFF;
}
