a, div, strong, img, table, tr, td, p, form, fieldset, legend, span, body, ul, li, h2, h4, h3, h1, h5, h6{
	border: none;
	margin: 0px;
	padding: 0px;
}
body{
	font-family: Tahoma;
	text-align: center;
	font-size: 14px;
	color: #000;
	background: #D4D7DC;
	line-height: 17px;
	behavior: url('/files/css/csshover.htc');
}
input{
	border: 1px solid #B1B1B1;
}
p{
	margin-bottom: 10px;
}
a{
	color: #33621A;
}
h5{
	font-size: 10px;
	margin-bottom: 7px;
}
.clear{
	border: 0px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	display: block;
}
#conteiner{
	width: 980px;
	margin: 0px auto;
	xxborder: 1px solid red;
	padding-top: 146px;
	position: relative;
	text-align: left;
	background: #fff;
}
#top{
	position: absolute;
	height: 146px;
	width: 980px;
	top: 0px;
	left: 0px;
	background: url(/files/img/backTop.png);
	border-bottom: 5px solid #000;
	text-align: center;
}
#main{
	background: url(/files/img/back.jpg);
	background-repeat: no-repeat;
	xxposition: relative;
}
#menu{
	position: relative;
	width: 135px;
	height: 200px;
	left: 15px;
	top: 90px;
}
#menu a{
	display: block;
	height: 30px;
	border: 1px solid #F65E9C;
	background: url(/files/img/backMenu.png);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	text-indent: 10px;
	text-decoration: none;
	margin-bottom: 7px;
}
.sep{
	float: right;
	width: 256px;
	height: 593px;
}
#content{
	float: right;
	width: 490px;
	margin-top: 90px;
}
#footer{
	background: url(/files/img/backFooter.png);
	border-top: 5px solid #000;
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}