body{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #232E34;
	background-attachment:scroll;
	background-image:url(on/mainback.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
#out {
	position: absolute;
	width: 450px;
	left: 50%;
	margin-left: -225px;
	height: 400px;
}
#top {
	height: 13px;
	width: 450px;
	background-attachment:fixed;
	background-image:url(on/topback.jpg);
	background-position:left top;
	background-repeat:repeat-x;
}
#header {
	width: 434px;
	height: 250px;
	border: 8px solid white;
	margin-bottom: 2px;

}

#menu {
	width: 450px;
	height: 95px;
	margin-bottom: 2px;
}

#content {
	width: 450px;
	min-height: 400px;
}


#news, #book, #date {
	width: 390px;
	min-height:20px;
	padding: 10px 30px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-size: 11px;
	margin-bottom: 2px;
	color: #333;
}
#news {
	background-color:#F1F4F8;
}
#book {
	background-color:#D6DAE1;
}
#footer {
	width: 390px;
	min-height:10px;
	background-color:#9EA3AB;
	padding: 10px 30px 10px 30px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-size: 11px;
	margin-bottom: 2px;
	color: #000;
	text-align:center;
}

#footer a {
	text-decoration:none;
	color: #333;
}
#footer a:hover {
	color: #CC0000;
}
#news:hover {
	background-color: #E8EDF1;
}
#base {
	width: 390px;
	background-color:#F1F4F8;
	padding: 10px 30px 10px 30px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-size: 11px;
	margin-bottom: 2px;
	color: #333333;
	line-height: 135%;

}
h1 {
	font-size:15px;
	color: #003366;
	margin:0;
	text-transform:uppercase;
}
h3 {
	font-size:12px;
	color: #990000;
	margin:0;
	text-transform:uppercase;
}
.date {
 color: #666666;
}



.descr {
	 color:#7B0404;
	}

.chart {
	color: white;
	background-color:#7B0404;
	font-weight: bold;
	display:block;
	width: 20px;
}

#date {
background-color:#D6DAE1;
}
a {
	color: #003366;
	text-decoration:none;
}
a:hover {
	color: #369;
}
p{
margin: 5px 0 0 0;
}
.location, .titel {
	font-weight: bold;
	font-size: 13px;
}
.titel {
	color: #7B0404;
}
.comment {
color: #CC3300;
}
.msg {
color: #000000;
}
.artist {
	font-size: 12px;
	font-weight:bold;
	color: #003366;
	text-transform:uppercase;
}
.txtfield {
	border: 1px solid #999;
	background-color:#D6DAE1;
	width: 180px;
	font-weight:bold;
}
.txtfield:hover {
	background-color:#FFF;
}
.txtarea {
	border: 1px solid #999;
	background-color:#D6DAE1;
	width: 180px;
	font-weight:bold;
}
.txtarea:hover {
	background-color:#FFF;
}
* html .flash2 {
	margin-left: 4px;
}
#noflash {
	display:none;
}