body, td { font-family: Verdana; }
html, body {
	margin:0px;
	padding:0px;
}
body {
	background-color: #000000;
	/*background: url(../images/bg.jpg);*/
	
}
td, input, select, textarea {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	vertical-align: top; 
}
table {
	padding: 0;
	border: none;
}
img {
	border: 0;
}
.ok {
	color: green;
	font-weight: bold;
}
.err {
	color: red;
	font-weight: bold;
}
.front {
	
}
.menus {
	padding-left: 10px;
}
.menus table td{
	padding-top:10px;
	padding-bottom: 10px;
}
.photo img {
	border: 1px solid white;
}
.photo_text {
	padding-left: 60px;
}
.photo {
	padding: 10px 10px 10px 10px;
}	
.about_text {
	padding-left: 50px;
	padding-right: 20px;
	
}
.news_text {
	padding-left: 50px;
	padding-right: 20px;
}
.concert_text {
	padding-right: 20px;
}
.concert_text td{
	text-align: center;	
}
.bg_left {
	background: url(../images/background_left.jpg) repeat-y;
	background-position: right top;
}
.bg_left img {
	display: block;
}
.bg_right {
	background: url(../images/background_right.jpg) repeat-y ;
	background-position: left top;
}
.news_break_w {
	width: 400px;
	white-space: pre-wrap; /* css-3 */
	overflow: auto;
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.guestbook_text {
	padding-left: 50px;
}
.ta {
	width: 200px;
}
.ca {
	height: 70px;
}
.alinks a{
	color: black;

}
.alinks {
	padding-top: 5px;

}