*{ margin:0; padding:0; }
 
html {height: 100%;}
body {
	height:auto !important; 
	min-height:100%; 
	height:100%; 
	position:relative; 
}
#content { 

	margin: 0 auto 0 auto;
	min-width: 1000px;
	max-width: 1280px;
	width: 1024px;
}

	#right_head {
		min-width: 1024px;
		background: url("../images/head_img.jpg") no-repeat;
		margin-left: 30px;
		z-index:1;
		height: 280px;		
	}
	#left_head {
		z-index: 2;
		padding-top: 20px;
		padding-left: 5%;
		float: left;
		width: 200px;
	}
	
	#right_text{
		float: right;
		width: 250px;
		padding: 30px 0 0 0;
	}
	
	#column-content {
		width: 500px;
		margin-left: 250px; 
	}
	#column-menu {
		float: left;
		width: 200px;
		padding-left:30px;
		padding-top: .5em;
	}
	
	
	body {
	  font-size: 14px;
	  font-family: arial;
	  color: #8D8D8D; 
}
	h1{
	  color: #8D8D8D;
	  font-size: 25px;
	}
	.level1{
		font-size: 16px;
		font-weight: bold;
		line-height: 2em;
		color: #4B4B4B;
	}
	
	#activ_menu{
		color: #0F398B;
	}
/* news */	

	.news_menu{
		color: #4B4B4B;
	}
	.news_title{
		font-size: 16px;
		color: #4B4B4B;
	}
	.news_date{
		color: #AC0001;
		font-weight:600;
		font-size: 16px;
	}
	.news_title{
		color: #8D8D8D;
		font-weight:600;
		font-size: 16px;
	}
	.news_info{
		color: #AC0001;
		text-decoration: none;
	}
	.news_back{
		text-align:center;
		margin:15px;
		color: #AC0001;
	}
	#activ_news{
		color: #AC0001;
	}
 
/* footer */   

#footer {
	left:50%;
	margin-left:-512px;
	width: 1024px;
	position:absolute; 
	bottom:0;/* width:100%; */
	background: url("../images/footer.jpg") no-repeat;
	height: 277px;
}
.copyr{
	float:right;
	margin:210px 20px 0 0;
	text-align: center;
}
