	*{
		font-size:100%;
		font-family:Arial;
		color:#444444
/*		color:#7a7979; */
/*		line-height:0.9em */
	}
	body{
		padding:0px;
		margin:0px;
		background-color:#a9a9a9;
		font-size:0.75em;
	}
	
	#main{
/*		width:898px;
		margin:0px auto; */
		width:90%;
		min-width:900px;
		/* width:898px; */
		/width:expression(document.body.clientWidth < 900? "800px": "90%");
		background:transparent;
		color:transparent;
	}
	
	#main .top_line{
		height:11px;
		background-color:#000;
		font-size:0em;
		margin-bottom:20px;
	}
	
	#main_container{
		background-color:#ffffff;
		margin:0px 3px 0px 2px;
		padding:0px 14px 0px 19px
	}
	#main_link{
		height:29px
	}
	#header{
		height:187px;
		background-image:url(/images/design/main_header_bg.jpg);
		background-position:left top;
		background-repeat:repeat-x;
		position:relative;
		width:100%;
/*		margin:0px 14px 0px 19px */
	}
	#header .h_left{
		position:absolute;
		left:0px;
		top:0px;
		background-image:url(/images/design/header_left_img.jpg);
		background-position:left top;
		background-repeat:no-repeat;
		width:518px;
		height:187px;
		z-index:10
	}

	#header .h_right{
		position:absolute;
		right:0px;
		top:0px;
		background-image:url(/images/design/header_right_img.jpg);
		background-position:left top;
		background-repeat:no-repeat;
		width:310px;
		height:164px;
		//width:337px;
		//height:187px;
		z-index:5;
		text-align:right;
		vertical-align:top;
		padding:27px 23px 0px 0px
	}
	
	#top_menu{
		height:36px;
/*		margin:0px 14px 0px 19px; */
		position:relative;
		background-color:#c5c5c5;
		background-image:url(/images/design/tm_bg.gif);
		background-position:left top;
		background-repeat:repeat-x;
		width:100%;
	}
	
	#top_menu table{
		width:100%;
		height:100%;
		border-collapse:collapse;
	}

	#top_menu table th{
		width:1px;
		background-image:url(/images/design/tm_bord.gif);
		background-position:left top;
		background-repeat:no-repeat;
		padding:0px;
		border:0px
	}
	
	#top_menu table td{
		padding:0px;
		border:0px;
		text-align:center;
		vertical-align:middle
	}
	
	#top_menu table td a{
		display:block;
		position:relative;
		height:23px;
		//height:36px;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
		padding-top:13px;
	}
	#top_menu table td a:hover{
		display:block;
		position:relative;
		height:23px;
		//height:36px;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
		padding-top:13px;
		background-image:url(/images/design/tm_bg_hover.gif);
		background-position:left top;
		background-repeat:repeat-x
	}


	#top_menu table td a.curent{
		display:block;
		position:relative;
		height:23px;
		//height:36px;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
		padding-top:13px;
		background-image:url(/images/design/tm_bg_hover.gif);
		background-position:left top;
		background-repeat:repeat-x
	}
	#top_menu table td a.curent:hover{
		display:block;
		position:relative;
		height:23px;
		//height:36px;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
		padding-top:13px;
	}



	#top_menu table td a.first{
		display:block;
		position:relative;
		height:23px;
		//height:36px;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
		padding:13px 10px 0px 10px;
	}

	#top_menu table td a.first:hover{
		display:block;
		position:relative;
		height:23px;
		//height:36px;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
		padding-top:13px;
		background-image:url(/images/design/tm_bg_hover.gif);
		background-position:left top;
		background-repeat:repeat-x
	}



	#top_menu .tl{
		width:3px;
		height:2px;
		position:absolute;
		background-image:url(/images/design/tm_tl.png);
		background-position:left top;
		background-repeat:no-repeat;
		font-size:0em;
		top:0px;
		left:0px
	}
	
	#top_menu .tr{
		width:3px;
		height:2px;
		position:absolute;
		background-image:url(/images/design/tm_tr.png);
		background-position:right top;
		background-repeat:no-repeat;
		font-size:0em;
		top:0px;
		right:0px
	}
	
	#top_menu .bl{
		width:3px;
		height:2px;
		position:absolute;
		background-image:url(/images/design/tm_bl.png);
		background-position:left bottom;
		background-repeat:no-repeat;
		font-size:0em; bottom:0px; left:0px
	}
	#top_menu .br{
		width:3px;
		height:2px;
		position:absolute;
		background-image:url(/images/design/tm_br.png);
		background-position:right bottom;
		background-repeat:no-repeat;
		font-size:0em;
		bottom:0px;
		right:0px
	}
	#container{
		padding:23px 0px 10px 0px;
/*		margin:0px 14px 0px 19px; */
		position:relative;
		//width:100%
	}
	
	#main_tab{
		width:100%;
		border-collapse:collapse
	}
	.content{
		vertical-align:top;
		padding-right:30px;
	}
.bord_cont{
	border:solid 1px #e4e4e4;
	background-color:#fff;
	position:relative;
/*	width:100px;
	height:100px; */
	background-image:url(/images/design/bord_cont_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	margin-bottom:13px
}

.bord_cont .bord_tl{
	position:absolute;
	width:4px;
	height:4px;
	background-image:url(/images/design/bord_tl.png);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:0em;
	left:-1px;
	top:-1px
}
.bord_cont .bord_tr{
	position:absolute;
	width:4px;
	height:4px;
	background-image:url(/images/design/bord_tr.png);
	background-repeat:no-repeat;
	background-position:right top;
	font-size:0em;
	right:-1px;
	top:-1px
}
.bord_cont .bord_bl{
	position:absolute;
	width:4px;
	height:4px;
	background-image:url(/images/design/bord_bl.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	font-size:0em;
	left:-1px;
	bottom:-1px
}
.bord_cont .bord_br{
	position:absolute;
	width:4px;
	height:4px;
	background-image:url(/images/design/bord_br.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	font-size:0em;
	right:-1px;
	bottom:-1px
}

.hotnews_1{
		width:100%;
		border-collapse:collapse;
}

.hotnews_1 th{
	padding-left:5px
}
.hotnews_1 td{
	padding:0px;
	border:none
}

.hotnews_1 td.date_cont{
	vertical-align:top;
	font-size:0.9em;
}

.hotnews_1 td.date_cont .date{
	background-color:#f0edf7;
	width:39px;
	text-align:center;
	padding:2px 0px
}

.hotnews_1 td.date_cont .year{
	background-color:#c0b3e0;
	width:39px;
	text-align:center;
	padding:2px 0px
}

.hotnews_1 td.hn_cont{
	vertical-align:top;
	padding-left:5px
}

.hotnews_1 td.hn_cont .hn_header{
	padding-bottom:10px
}

.hotnews_1 td.hn_cont .hn_header a{
	font-weight:bold;
	text-decoration:underline;
}


.hotnews_1 td.hn_cont .hn_announce{
	padding-bottom:20px
}

.hotnews_2{
		width:100%;
		border-collapse:collapse;
}

.hotnews_2 .hn_pict{
	vertical-align:top;
	width:1px;
	padding-right:8px;
	padding-bottom:50px;
}

.hotnews_2 .hn_cont{
	vertical-align:top;
	padding-bottom:50px;
}

.hotnews_2 .hn_cont .hn_date{
	background-image:url(/images/design/violet_arrow.jpg);
	background-position:left 2px;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-bottom:10px;
	font-size:0.9em;
	text-transform:lowercase
}

.hotnews_2 .hn_cont .hn_header{
	color:#db6c6d;
	font-weight:bold;
	padding-bottom:10px;
}

.hotnews_2 .hn_cont .hn_announce{
}

h3{
	text-align:left;
	font-size:1.3em;
	color:#000;
	margin:0px;
	padding:10px 0px;
}

.last_articles{
	text-align:left;
	padding:0px 10px 10px 10px
	
}
.last_articles .la_header{
	background-image:url(/images/design/violet_arrow.jpg);
	background-position:left 2px;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-bottom:10px
}
.last_articles .la_header a{
}


.links_block{
	padding-bottom:10px
}

.links_block .lb_header{
	border-bottom:solid 1px #ebccf5; text-align:left;
	margin-bottom:10px;
	font-weight:bold;
	color:#000;
	font-size:1.1em;
	padding-bottom:3px
}

.links_block .lb_item{
	padding-bottom:3px;
/*	line-height:1em */
}


/* ROTATION */

	#images{visibility:hidden; /*	width:985px; */ width:730px; margin:0px 10px 15px 10px; position:relative; z-index:0;}
	#images img{position:absolute;}
	#loading{text-align:center; width:100%; margin-top:50px;}
	#loading img{margin-top:10px; position:relative;}
	#imageWrapper{height:300px; overflow:hidden;}
	#imageflow{text-align:left; height:300px; background:url(/images/pm/slide_bg.jpg) center 0px no-repeat; width:815px;}
	#imageWrapper img{border:none;}
	a:focus{outline: none;}

