/*---------------- OGOLNE -----------------*/
p,img, div, a{margin: 0; padding: 0; border: none;}
body {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0; padding: 0;
	background: #000 url(../imgs/bg.jpg) repeat top; color: #fff;
}
a{color: #FFAC00; text-decoration: none; font-weight: bold;}
a:hover{text-decoration: underline;}
/*---------------- BOXY -----------------*/
#container{
	background: transparent url(../imgs/cont_bg.png) repeat-y top center;
	max-width: 1050px; margin: 0 auto;
}
#header{background: transparent url(../imgs/header.png) no-repeat top center;
	width: 971px; height: 231px; margin: 0 auto; padding: 20px 25px;
}
#logo{float: right;margin: 50px 50px 0 0;}

#menu{font-size: 15px; margin-top: 189px;}
#menu a{color: #9f6b00; float: left; display: block; height: 24px; min-width: 100px; text-align: center; margin: 0; margin-right: 10px; padding-top:16px;}
#menu a:hover,#menu a.activ{background: transparent url(../imgs/mhover.png) no-repeat bottom center;
	color: #FFAC00; text-decoration: none;}
	#menu a:hover.activ{color: #9f6b00;}

#content{background: transparent url(../imgs/content_bg.png) repeat-y top center;
	width: 1021px; margin: 0 auto;}
	#inner{background: transparent url(../imgs/inner_bg.png) no-repeat scroll 110px 0;
		width: 980px; margin: 0 20px; min-height: 120px;}
#left{float: left; width: 720px;}
#right{float: left; width: 260px; margin-top: 5px;}

#news{background: transparent url(../imgs/news.png) no-repeat top center; 
	width: 244px; padding: 10px; padding-top: 40px; height: 271px; margin: 0 auto;
	color: #000;}
	.news{border-bottom: 1px solid #000; margin: 5px 0;}
		.news div{margin: 5px 0; margin-bottom: 10px;}
	.data{color: #FFAC00; font-weight: bold;}

#c1{background: transparent url(../imgs/c1_bg.png) no-repeat top center;
	width: 1021px; height: 17px; margin: 0 auto;}
#c2{background: transparent url(../imgs/c2_bg.png) no-repeat top center;
	width: 1021px; height: 21px; margin: 0 auto;}


#footer{background: transparent url(../imgs/footer.png) no-repeat top center;
	margin: 30px auto 0 auto; padding: 0 10px; height: 76px; width: 964px; 
	text-align: center;}
	#flinks{padding: 12px 0;}
	#flinks a{color: #fff; font-weight: normal;}
	#flinks a:hover{text-decoration: none;}
	#copy{padding: 12px 0; text-align: right;}


.ver{font-weight: bold;}
	
.butt{background: #ddd;}
	
	
.cls{clear: both;}