body,pre,div,span,table,tr,a,ul,li,form{
	padding:0px;
	margin:0px;
}
p{
	padding:8px 0;
	margin:0;
}
body{
	font-family:Verdana;
	font-size:14px;
	color:#ede8d8;
	background:#000000;
}
a{
	font-family:Verdana;
	font-size:14px;
	color:#ede8d8;
	text-decoration:underline;
}
.all{
	text-align:left;
	width:100%;
	position:relative;
	border:2px solid #111;
}
.header{
	width:100%;
	background:url("/data/images/site/header.jpg") no-repeat left top;
}
.header2{
	width:100%;
	background:url("/data/images/site/header_trans.png") repeat-y right top;
}
.header_block{
	height:310px;
	width:100%;
}
.footer{
	width:100%;
	background:url("/data/images/site/footer.jpg") no-repeat left bottom;
}

.main_table{
	border-collapse:collapse;
}
.main_table .menu_td{
	width:235px;
	padding:0px;
	vertical-align:top;
}
.menu_td ul{
	list-style:none;
	padding-left:20px;
}
.menu_td li{
	height:30px;
	width:155px;
}
.menu_td li .b{
	background:url("/data/images/site/bor.gif") repeat-x left bottom;
}
.menu_td li.active .b{
	background:url("/data/images/site/bor_red.gif") repeat-x left bottom;
}
.menu_td li a{
	font-family:Verdana;
	color:#fbebb4;
	font-size:16px;
	text-decoration:none;
	background:#000;
	position:relative;
	top:3px;
}

.menu_td li.active a, .menu_td li a:hover{
	color:#f75354;
}

.cont_td{
	width:100%;
	vertical-align:top;
}
.cont_td .p{
	font-family:Verdana;
	font-size:14px;
	color:#ede8d8;
	padding:0px 30px 0px 70px;
	position:relative;
	top:-30px;
}
.cont_td .p .title{
	font-family:Verdana;
	font-size:15px;
	color:#f6e5ac;
	text-align:right;
	width:100%;
}
.cont_td .p .title .pad{
	padding-right:30px;
	padding-bottom:15px;
}

.ft{
	height:160px;
	text-align:right;
	width:100%;
}
.ft .p{
	padding:100px 10px 0 625px;
	
	color:#fefbf0;
	font-family:arial;
	font-size:14px;
}
.ft .p a{
	color:#fefbf0;
	font-family:arial;
	font-size:14px;
	text-decoration:none;
}

