﻿@charset "utf-8";
/* CSS Document */

#down{
	background-color: #000000;
	height: 120px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	float: left;
}
.downleft{
	width: 48%;
	font-size: 11px;
	color: #BFBDBD;
	margin-left: 10px;
	float: left;
	margin-top: 5px;
	margin-bottom: 40px;
}
.downright{
	width: 43%;
	text-align: right;
	float: right;
	clear: right;
	color: #BFBDBD;
	font-size: 12px;
	margin-right: 10px;
	margin-top: 5px;
	text-decoration: none;
}
.downright a{	
	color: #BFBDBD;	
	text-decoration: none;
}
.downright a:hover, .downright a:active{
	color: #FFFFFF;
	text-decoration: underline;	
}
.b{
	line-height: 20px;
	font-weight: bold;
}

.copyright{
	font-size: 10px;
	color: #5A5A5A;
	
	
}
.copyright a{color: #5A5A5A;text-decoration: none;}
.copyright a:hover{color: #ccc;text-decoration: none;}
.foot{}

