@charset "utf-8";
/* CSS Document */

body{
font-size:12px;
font:Arial;
margin:0;
background:#000000;
color:#FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #d7d7d7;
}
a:active {
	text-decoration: none;
	color: #d7d7d7;
}
/*main style begin*/
#head,#banner,#content,#bottom{
width:1100px;
margin:0 auto;
}
#head{
height:63px;
width:1050px;
padding:50px 0px 10px 50px;
}
#banner{
font:14px "Trebuchet MS";
font-weight:bold;
height:41px;
padding-left:160px;
width:940px;
margin-bottom:15px;
}
#content{
height:500px;
}
#leftmenu{
float:left;
width:160px;
}
#content_eara{
float:left;
width:900px;
}
/*end*/

