@CHARSET 'UTF8';

body{
	margin:0;
	padding:0;
	font-family: sans-serif;
	font-size: 12px;
}

img{
	border:0;
}

#top{
	position: relative;
}

.break{
	clear:both;
}

#left_bg{
	width: 1000px;
	height: 240px;
	position: absolute;
	margin-top:119px;
	margin-left:-1000px;
	overflow: hidden;
	background: url('../images/left_bg.png') repeat-x;
	
}

#right_bg{
	width: 1000px;
	height: 240px;
	position: absolute;
	margin-top:159px;
	margin-left:900px;
	overflow: hidden;
	background: url('../images/left_bg.png') fixed repeat-x;
}

#wraper{
	width:900px; 
	margin:0 auto;
	padding:0;

}

#topik{
	text-align:right;
	font-size:12px;
	font-family:sans-serif;
	width:100%;
	line-height: 18px;
	width: 500px;
	float: right;
}

#logo{
	background-image:url('../images/logo.png');
	width:245px;
	height:67px;
}

#menu_top{
	width:607px;
	height:84px;
	background: url('../images/menu_top_bg.png') bottom repeat-x;
	float:left;
}

#menu_top ul{
	margin:0;
	padding:0;
	margin-top:48px;
}

#menu_top li{
	list-style:none;
	float:left;
	margin-left:10px;
	font-size:14px !important;
	font-weight:bold;
	color:white;
	display:block;
	line-height: 30px;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:15px;
}

#menu_top li a{
	color: white;
	text-decoration: none;
}

#menu_top a:active{
	color: #f0941a;
}

#menu_top a:hover{
	color: orange;
}



#menu_krd{
	width:293px;
	height:84px;
	background: url('../images/menu_krd.png') bottom repeat-x;
	float:right;

}

#menu_krd div{

	width: 250px;
	height: 70px;
	margin-top: 5px;
	margin-left: 40px;
}

#announce{
	width:510px;
	height:236px;
	background: url('../images/announce_bg.jpg') bottom no-repeat;
	float:left;
}

#announce .title{
	background: #0c6585;
	width: 200px;
	height: 40px;
	color: white;
	position: absolute;
	top: 30px;
	left: -10px;
	line-height: 40px;
}

#announce .title h1{
	text-indent: 20px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing:1px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#announce .content{
	color: white;
	margin-top: 80px;
	padding-left: 20px;
	line-height: 18px;
}

#announce_photo{
	background: #0f7299;
	float:right;
	height:236px;
	width:390px; 
}

#main{
	width:900px;
	margin:0 auto;
	position: relative;
}

#maincontent{
	border-top: solid 5px rgb(54,53,53);
	background:url('../images/content_bg.png') repeat-x #e68e20;
	min-height:274px; 
}

#maincontent .tresc{
	color: white;
	padding: 40px;
	line-height: 18px;
}



#bottom_authors{
	background:rgb(32,31,31);
	height:21px;
	width:890px;
	text-align:right;
	line-height:21px;
	padding-right:10px;
	font-size:10px;
	font-family:sans-serif;
	color:white;
}

#maincontent .item{
	float: left;
	width: 270px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#maincontent .item .title{
	width: 100%;
	height: 30px;
	background: #ef8732;
	color: white;
	line-height:30px;
}

#maincontent .item .title h2{
	margin:0;
	padding:0;
	text-indent: 10px;
	text-transform: uppercase;
	font-size: 18px;
}

#maincontent .item .title h2 a{
	color: white;
	text-decoration: none;
}

#maincontent .item .image{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-indent: 0;
}

#maincontent .item .tresc {
	line-height: 18px;
	text-indent: 0;
	color: black;
	background: #e2994a;
	padding:20px;
	text-align:justify;
	margin: 0;
	margin-bottom: 10px;
	height:140px;
}

#maincontent .item .more {
	text-align: right;	
}

#bottom_krd{
	
}

#bottom_krd ul{
	padding:0;
	list-style: none;
}

#bottom_krd li{
	list-style: none;
	float: left;
}
a.top_curr
{
color: #f0941a!important;
}
a.top_curr:hover
{
color: orange!important;
}
