body{
	background-color: #1d1d1d;
	color: black;
	text-align: center;
	font-family: "Arial";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration: none;
	outline: none;
}

.fl{
	display: inline !important;
	float: left;
}

.fr{
	display: inline !important;
	float: right;
}

.clear{
	width: auto;
	height: auto;
	clear: both;
}

#main_container{
	display: block; 
	width: 1004px;
	min-height: 600px;
	margin: 12px auto 0px auto;
	background-repeat: repeat-y;
	background-image: url('../../images/main/background.jpg');
}

.head_container{
	display: block; 
	width: 1004px;
	height: 206px;
	margin: 0px auto;
}

.head_container1{
	display: block; 
	width: 1004px;
	height: 153px;
	margin: 0px auto;
	background-repeat: no-repeat;
}

.menu_container{
	display: block; 
	width: 992px;
	height: 56px;
	line-height: 56px;
	margin: 0px auto;
}

.foot_container{
	display: block; 
	width: 1004px;
	height: auto;
	margin: 0px auto;
	background-repeat: repeat-y;
	background-image: url('../../images/main/background.jpg');
}

.foot_container1{
	display: block; 
	width: 1004px;
	height: 13px;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-image: url('../../images/main/bottom_line.jpg');
}

.menu_btn1{
	display: inline;
	height: 50px; 
	width: auto;
	background-image: url('../../images/main/btn_center.jpg'); 
	background-repeat: repeat-x; 
	font-size: 12px; 
	font-weight: bold; 
	color: white;
	float: left;
	cursor: pointer;
	outline: none;
}

a.menu_btn1a:hover{
	color: #faecd9;
}

.menu_btn1_left{
	display: inline; 
	width: 25px; 
	height: 50px; 
	background-image: url('../../images/main/btn_left.jpg'); 
	background-repeat: no-repeat; 
	float: left;
}

.menu_btn1_text{
	display: inline; 
	width: auto;
	height: 50px; 
	float: left; 
	line-height: 40px;
}

.menu_btn1_right1{
	display: inline; 
	width: 20px; 
	height: 50px; 
	float: left;
}

.menu_btn1_right2{
	display: inline; 
	width: 5px; 
	height: 50px; 
	background-image: url('../../images/main/btn_right.jpg'); 
	background-repeat: no-repeat; 
	float: left;
}

.menu{
	display: block; 
	width: 992px; 
	height: 50px; 
	background-image: url('../../images/main/btn_center.jpg'); 
	background-repeat: repeat-x;
}

.flag{
	display: inline;
	background-repeat: no-repeat; 
	width: 60px; 
	height: 31px;
	float: left;
	outline: none;
}

.content{
	display: block;
	text-align: justify;
	margin: 0px auto;
	width: 930px;
	padding: 40px 0px 10px 0px;
	font-size: 14px;
	font-family: "Verdana";
}

.content a{
	color: #5d5d5d;
	text-decoration: underline;
}

.content a:hover{
	text-decoration: none;
}

.height_line{
	display: block;
	width: auto;
}

.width_line{
	display: inline;
	float: left;
	height: 1px;
}

h1, h2, h3, h4, h5, h6{
	margin: 0px;
	padding: 0px;
	color: #1d1d1d;
}

h1{
	font-size: 18px;
}

h2{
	font-size: 16px;
}

h3{
	font-size: 14px;
}

.h1s{
	font-size: 16px;
}

.gallery, img{
	border: 0px none;
	outline: none;
}

.gallery img{
	margin: 5px;
}

#gallery{
	text-align: center;
}

.active_page{
	display: inline;
	height: 20px;
	background-color: #5d5d5d;
	color: white;
	padding: 2px;
	font-weight: bold;
}

.pages{
	display: inline;
	height: 20px;
	color: #5d5d5d;
	padding: 2px;
	font-weight: bold;
}

.page_inactive{
	display: inline;
	height: 20px;
	color: gray;
}

.page_link{
	color: #5d5d5d;
}

.page_link:hover{
	text-decoration: underline;
}

.bio_image{
	display: inline;
	float: right;
	margin: 0px 0px 15px 25px;
}

.bio_image img{
	margin: 0px;
}

#player{
	width: 400px;
	height: 307px;
}

#aright{
	display: inline;
	float: right;
	width: 400px;
	margin: 0px 0px 15px 25px;
}

.contacts, .contact_form{
	display: inline;
	float: left;
	border: 0px none;
	color: #5d5d5d;
	font-size: 13px;
}

.contacts{
	padding-top: 15px;
}

.contacts a{
	color: #5d5d5d;
	text-decoration: underline;
}

.contacts td{
	padding: 5px;
	vertical-align: top;
}

.contacts .left{
	text-align: right;
	width: 100px;
}

.contacts .right{
	text-align: left;
	width: 300px;
}

.contact_form textarea{
	width: 450px;
	height: 150px;
	border: 1px solid #d1d1d1;
}

.contact_form input[type="text"]{
	width: 450px;
	border: 1px solid #d1d1d1;
}

.contact_form input[type="submit"]{
	border: 1px solid #d1d1d1;
}

.contact_form .error{
	border: 1px solid #b00000 !important;
}

.contact_form .send{
	color: green;
}

.contact_form .err_send{
	color: #b00000;
}

.contact_form .hide{
	display: none;
}

#captcha{
	text-align: center;
}

#captcha input[type="text"]{
	width: 250px;
}

#events{
	display: block;
	border-top: 1px solid #c8c8c8;
}

#events span{
	cursor: pointer;
}

#events a{
	display: block;
	height: 64px;
	border-bottom: 1px solid #c8c8c8;
	text-decoration: none;
}

#events a:hover{
	background-color: #efefef;
}

#events .dt{
	display: inline;
	float: left;
	width: 70px;
	height: 64px;
	text-align: center;
	font-weight: bold;
	line-height: 17px;
}

#events .date{
	font-size: 11px;
}

#events .year{
	font-size: 16px;
}

#events .content{
	display: inline;
	float: left;
	padding: 0px;
	width: 850px;
}

#events .title{
	font-weight: bold;
}

#events .desc{
	font-size: 12px;
}

#events .del{
	color: red;
	background-color: black;
}

#events .line{
	display: block;
	width: auto;
	height: 1px;
	background-color: #c8c8c8;
	margin: 10px 0px;
}

#sevent{
	display: block;
}

#sevent .desc{
	display: inline;
	float: left;
	width: 600px;
}

#sevent .cont{
	display: inline;
	float: left;
	width: 250px;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #c8c8c8;
	text-align: left;
}

#events.ehome{
	width: 378px;
	border: 1px solid #c8c8c8;
	padding: 10px;
	margin: 15px 0px 0px 0px;
	font-style: normal;
}

#events.ehome a{
	height: 100px;
	width: 378px;
	height: auto;
	border: 0px none;
	text-align: center;
	padding: 5px 0px;
}

#events.ehome .content{
	display: block;
	float: none;
	margin: 0px auto;
	width: 358px;
}

#events.ehome .dt{
	display: block;
	float: none;
	margin: 0px auto;
	width: 358px;
	height: auto;
	text-align: left;
}

#events.elessons{
	width: 910px;
	border: 1px solid #c8c8c8;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	font-style: normal;
}

#events.elessons a{
	height: 100px;
	width: 910px;
	height: auto;
	border: 0px none;
	text-align: center;
	padding: 5px 0px;
}

#events.elessons .content{
	display: block;
	float: none;
	margin: 0px auto;
	width: 890px;
}

#events.elessons .dt{
	display: block;
	float: none;
	margin: 0px auto;
	width: 890px;
	height: auto;
	text-align: left;
}
.more{
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}

.partners{
	margin: 0px auto;
	width: 309px; /* 927, za2-309, za1 - 156 */
	padding-left: 3px;
}

.partners, .partners a{
	color: #a7a7a7;
}

.partners a{
	display: inline;
	float: left;
	margin-right: 3px;
	width: 150px;
	height: 50px;
	background-image: url("../../images/main/partners.jpg");
}

.partners a:hover{
	background-position: 0px -50px;
}

.partners a.bchan{ background-position: 150px 0px; }
.partners a.bchan:hover{ background-position: 150px -50px; }

.partners a.muzi{ background-position: 300px 0px; }
.partners a.muzi:hover{ background-position: 300px -50px; }

.repertoire{
	padding: 5px 0px 5px 20px;
	line-height: 25px;
	margin: 5px auto 20px auto;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

.ch_music{
	padding-left: 0px !important;
	line-height: 16px !important;
}
