@charset "utf-8";
img {
	border:0;
	}
body {
	margin: 0px;
}
LI {
 list-style-type: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #555;
	text-decoration: none;
	
}
a:hover {
	color:#000
	text-decoration: none;
	
	
}

	
li a:hover {
	color: #fff;
	background-color:#4C4C4C;
	text-decoration: none;
	
}
	
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:active {
	text-decoration: none;
}
.main {
	width: 900px;
	overflow: auto;
	margin: 0px auto;
	padding-top: 15px;
}
#footer {
	font-size: 12px;
	color: #999;
	width: 100%;
	clear: both;
	padding-top: 20px;
	text-align:right;
	overflow: hidden;
}
.logo {
	height: 40px;
	width: 140px;
	float: left;
}
#menu {
        
	font-size: 14px;
	height: 100px;
	width: 140px;
	float: none;
	margin-top: 40px;
}
.side_bar {

	float: left;
	width: 140px;
	overflow: auto;
}
.content {
	float: right;
	
	width: 740px;
	overflow: hidden;
	margin-top: 41px;
}
.func_block {
        padding-top:3px;
	float: left;
	
}