/* CSS Document */
/*~~~~~~~~~~~~~~~ Main ~~~~~~~~~~~~~~~~~~~~*/

html,body{
	margin: auto;
	padding: 0px;
	font-size: 12px;
	font-family: arial, sans-serif;
	text-align: center; 
	background:#8b8d0d;
border: 0px solid green;
}

table{
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: arial, sans-serif;
}

td{
	padding: 0px;
	vertical-align: top;
	font-size: 11px;
}

p{
	color: #000;
	font-size: 11px;
}

h1{
	margin:0px;
	padding:0;
	font-size: 12px;
	color: #969844;
}

h2{
	margin:0px;
	padding:0;
	font-size: 12px;
	color: #000;
}

ol{
	padding:0px 0 0px 15px;
	margin:0px 0 0 5px;
}

center{padding:10px 0 0;}

#container{
	width: 1000px;
	margin: auto;
	padding: 0px;
}

#cover{
	clear: left;
	margin: 14px 0 0;
}

/*~~~~~~~~~~~~~~~ Link ~~~~~~~~~~~~~~~~~~~~~~~*/

a, a:link, a:visited{color:#000;text-decoration:underline;}
a:hover{color:#000;text-decoration:none;}

a.green, a.green:link, a.green:visited{color:#697d02;text-decoration:none;font-size:14px;}
a.green:hover{color:#697d02;text-decoration:underline;}

a.green_un, a.green_un:link, a.green_un:visited{color:#697d02;text-decoration:underline;font-size:11px;}
a.green_un:hover{color:#697d02;text-decoration:none;}

/*~~~~~~~~~~~~~~~~  Background, border ~~~~~~~~~~~~~~~~~~~*/

#tab_bg{
	width: 100%;
	height: 100%;
	background: url(images/bg_main.gif) repeat-x;
}

#bg_left{
	width: 107px;
	height: 672px;
	float: left;
	background: url(images/bg_left.gif) no-repeat;
}

#bg_right{
	width: 107px;
	height: 672px;
	float: right;
	background: url(images/bg_right.gif) no-repeat;
}

#bg_top{
	width: 784px;
	height: 14px;
	float: left;
	background: url(images/bg_top.gif) no-repeat;
}

.bord_green_d{
	border: 2px solid #565a00;
}

.bord_green{
	border: 2px solid #6e7400;
	border-top: 0px;
	background: #fff;
}

.border_top{
	background: url(images/border_top.gif) repeat-x;
	height: 6px;
}

.sep{
	background: url(images/separator.gif) repeat-x bottom;
	padding: 2px 0;
	margin: 0 0;
	height: 25px;vertical-align:middle;
}


/*~~~~~~~~~~~~~~~ Position ~~~~~~~~~~~~~~~~~~~~*/

.c{
	text-align: center;
}

.mar10{
	padding: 0px 0 7px;
}

.pad_2{
	padding:0 0px 0 5px;
}

.pad_7{
	padding:0 0px 5px 7px;
}

.pad_t15{
	padding-top: 15px;
}

.pad_b15{
	padding-bottom: 15px;
}

.pad30{
	padding: 30px 0 0px;
}

.w_89{
	width: 89px;background:#f1efba;
}

.w_105{
	width:105px;
}

.w_272{
	width:272px;
}

.w_286{
	width:286px;
}

.fl_l{
	float:left;
	border: 0px;
}

.fl_r{
	float:right;
	border: 0px;
}


/*~~~~~~~~~~~~~~~ other ~~~~~~~~~~~~~~~~~~~~*/

.eng{
	float: right;
	margin: 0px 4px 0 -3px;
	padding:0 0px 0 3px;
}

.rus{
	float: right;
}

.menu{
	height: 30px;
	padding: 5px 0 0;
	background: url(images/bg_menu.gif) repeat-x;
	text-align: center;
	font-size:14px;
}

.header{
	width: 777px;
	height: 161px;
	background: url(images/header.gif) no-repeat;
}

.footer{
	padding: 3px 0;
	font-size:11px;
	text-align: center;
	background:#dfd146;
	color:#697d02;
}


/*~~~~~~~~~~~~~~~ For index ~~~~~~~~~~~~~~~~~~~~*/

.text{
	padding: 7px 10px 7px 15px;
	background:#ffc000;
}

.td_photo{
	padding: 15px 0px 0 0;
	text-align: center;
	background:#ffc000;
}

.div_photo{
	float: left;
	width:73px;
}

.photo{
	width:73px;
	height:95px;
	margin:0 0 3px;
}

.news{
	padding: 8px 10px 8px 15px;
	background:#f1efba;
}

.concerts{
	padding: 8px 10px 8px 15px;
	background:#f5f4d9;
}

.icon{
	margin: 0px 7px 3px 0;
	border: 0px;
}

.info{
	padding: 8px 0px 8px 15px;
	background:#efebd3;
}


/*~~~~~~~~~~~~~~~ For group ~~~~~~~~~~~~~~~~~~~~*/

.person{
	padding: 8px 10px 0px 15px;
	background:#e4e370;
}

.pers_photo{
	padding: 0px 0px 0px 0px;width:105px;
}


/*~~~~~~~~~~~~~~~ For contact ~~~~~~~~~~~~~~~~~~~~*/

.tab_contact{
	border: 0px solid #dfd146;
	max-height: 18px;
}

.td_contact{
	height:18px;
	margin:0;border: 1px solid #f5f4d9;
	background:#dfd146;
}