body {
	height: 100%;
	width: 100%;
    margin: 0px 0px 0px 0px;
	background-color: #010101;
   	background-image: url('img/bg_gradient.jpg');
   	background-position: top center;
   	background-repeat: repeat-X;
}
.body2 {
	float: left;
	height: 100%;
	width: 100%;
    margin: 0px 0px 0px 0px;
   	background-image: url('img/bg_top_home.jpg');
   	background-position: top center;
   	background-repeat: no-repeat;
}
.main_content {
	width: 1000px;
	margin: 0 auto;
}

a, a:visited, a:hover {
	color: #759ae5;
}

.div_top {
	float: left; width: 1000px; height: 300px;
}
.div_lang {
	padding: 95px 0px 0px 775px;
}
.div_lang a, .div_lang a:visited, .div_lang a:hover {
	display: block; float: left;
   	background-color: #D7072B;
	font-family: Arial;
	font-size: 11px; color: #fff;
    padding: 5px;
    margin: 0px 10px 0px 0px;
}
.div_lang a.cur_lang, .div_lang a.cur_lang:visited, .div_lang a.cur_lang:hover {
	background-color: #6b6b6b;
}

.div_mid {
	float: left; width: 1000px; min-height: 300px;
	background-image: url('img/bg_mig.gif');
}

.div_mid_l {
	float: left; width: 700px;
}

.div_mid_r {
	float: left; width: 300px;
}
.div_mid_r span {
	font-family: Arial;
	font-size: 18px; color: #fff;
}

.div_bot {
	float: left; width: 1000px;
	font-family: Arial;
	font-size: 10px; color: #808080;
	text-align: center;
    padding: 30px 0px 5px 0px;
}

.div_menu {
	padding: 0px 0px 20px 50px;
	font-family: Verdana;
	font-size: 14px; color: #fff;
    font-weight: bold;
}
.div_menu a, .div_menu a:visited, .div_menu a:hover {
	font-family: Arial;
	font-size: 13px; color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.div_cont {
    padding: 10px 10px 10px 50px;
	font-family: Arial;
	font-size: 12px; color: #f5f5f5;
}
.div_lnews {
    padding: 10px 30px 10px 30px;
}

input {
	width: 140px;
    border: 1px solid #333;
}
select {
	width: 140px;
    border: 1px solid #333;
}
input.sbm {
	width: 140px;
    background-color: #e77817;
    border: 1px solid #333;
	color: #fff;
    font-weight: bold;
}

textarea {
    width: 140px;
    height: 100px;
    border: none;
    border: 1px solid #333;
}

.news_block {
	float: left; width: 100%;
	font-family: Arial;
	font-size: 11px; color: #c5c5c5;
    margin: 10px 0px 10px 0px;
}
.news_date {
	text-decoration: italic;
}
.news_title {
	float: left;
	font-weight: bold;
	font-size: 14px; color: #fff;
	background-color: #f50425;
    padding: 3px 7px 3px 7px;
}
.news_short {
	float: left; width: 100%;
    padding: 10px 0px 10px 0px;
}
.news_body {

}
.news_block a, .news_block a:visited, .news_block a:hover {
	text-decoration: none;
    color: #759ae5;
}

.gallery_block {
	float: left; width: 150px; height: 145px;
    padding: 5px 1px 5px 7px;
	font-family: Arial, Tahoma;
	font-size: 12px; color: #000;
}
.gallery_shad a img {
    border: 1px solid #000;
    margin: 0px 0px 5px 0px;
}
.gallery_title {
	font-weight: bold;
    text-align: center;
    padding: 0px 5px 0px 5px;
	margin: 0px;
}
.gallery_auth {
    text-align: center;
}
.gallery_desc {
    text-align: center;
}

/* nicEdit correction styles */

.cont p {
	margin: 0px;
	padding: 0px;
}
.cont table img {
	float: left;
	margin: 0px 0px 5px 0px;
}
.cont img {
	float: left;
	margin: 0px 10px 5px 0px;
}
.news_short img {
    // filter: shadow(color:gray, strenght:10, direction:135);

    margin: 0px 10px 5px 0px;
}