@charset "utf-8";
body,div,p,h1,h2,h3,h4,h5,h6,ul,li,input{
margin:0;
padding:0;

}
body {
	background:url(../images/background.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
img{
	border:0
	}
a{
	text-decoration: none;
}
a:link, a:visited ,a:active {
	color: #666666;
}
a:hover {
	color: #006699;	
}
#main{
width:1000px;
margin:0 auto;
}
#hander{
	height:100px;
	background:url(../images/logo.gif) no-repeat;
}
#hander #menu{
	padding:40px 30px 5px 150px;
	font-size: 14px;
}
#hander #promenu{
	margin:5px 30px 0 0;
	font-size: 14px;
}
#content{
}
td{
	padding:10px;
}
.table td,.table img{
padding:5px;
}
.table img{
float:left
}
ul,li{
list-style:none;
padding:5px;
}
.button{
background:#333333;
color:#fff;
width:100px;
height:24px;
border:solid 1px #333333;
}

.menuli:hover{
background:#eee;
}
#footer{
	width:100%;
	height:50px;
	background:#e0e0e0;
	text-align:right;
	font-size: 9px;
}
#footer div{
	padding:20px;
	bottom:0;
}
#list ul li{
	float:left;
	width:160px;
	height:200px;
	margin:0 10px 10px 0;
	text-align:center;
}
#list ul img{
margin:0 0 10px 0;
}
#list ul li a{
	display:block;
	width:160px;
	height:200px;
	padding:5px;

	background:#CCC;
	color:#000;
}
#list ul a:hover{
	background:#000;
	color:#fff;
}
.benner{
	width:1000px;
	height:100px;
	background:#666
	}
