div,span,table,tr,a,ul,li{
	padding:0px;
	margin:0px;
}
p{
	padding:8px 0;
}

body{
	padding:0px;
	margin:0px;
	font-family: Times New Roman;
	background:#212c3e;
	color:#000;
	font-size:14px;
}
a{
	font-family:Times new roman;
	font-size:14px;
	text-decoration:underline;
	color:#000000;
}
a:hover{
	color:#555555;
}

.all{
	position:relative;
	width:1000px;
	background:url(/data/images/site/all.jpg) repeat-y left top;
	border:2px solid #16263e;
}
.header{
	width:1000px;
	background:url(/data/images/site/header.jpg) no-repeat left top;
}
.footer{
	background:url(/data/images/site/footer.jpg) no-repeat left bottom;
	width:100%;
	position:relative;
}

.head{
	width:100%;
	height:330px;
}
.main_table{
	border-collapse:collapse;
	width:100%;
}

.menu_td{
	width:261px;
	vertical-align:top;
}
.menu1{
	width:261px;
	background:url(/data/images/site/menu.png) no-repeat left 100px;
}
.menu2{
	width:261px;
	background:url(/data/images/site/menu_bot.png) no-repeat left bottom;
	height:219px;
	position:relative;
	top:-15px;
	left:-1px;
}
.menu_td ul{
	list-style:none;
	padding:15px 0 0 20px;
}
.menu_td li{
	font-family: Times New Roman;
	color:#454444;
	font-size:18px;
	line-height:36px;
	background:url(/data/images/site/menu-sep.jpg) no-repeat 50% top;
	margin-left:6px;
}
.menu_td li.first{
	background:none;
}

.menu_td li a{
	font-family: Times New Roman;
	color:#454444;
	font-size:18px;
	text-decoration:none;
}
.menu_td li a:hover, .menu_td li a.active{
	color:#390506;
}

.title{
	position:absolute;
	top:250px;
	right:65px;
	font-family: Times New Roman;
	color:#390506;
	font-size:20px;
	text-align:center;
	width:260px;
	line-height:15px;
}
.text{
	padding:10px 55px 60px 30px;
	font-family: Times New Roman;
	font-size:14px;
	color:#454444;
}

.foot{
	width:100%;
	height:181px;
}
.foot .c{
	padding:55px 30px 0 30px;
	text-align:left;
}



