body
{
	background-color: #473f41;
	font-family: "Roboto", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	background-image: url('/img/2019/bg_third.png');
}

#topgroup {
	padding-top: 0px;
	padding-right: 16px;
	width: 100%;
}

#wrapper {
	background: transparent;
	/*background-image: url('/img/2019/headers/header_tmp2.png');*/
}
#header {
	background: transparent;
	background-image: url('/img/2019/logo_site_shadow.png');
	background-repeat: no-repeat;
	height: 258px;
	width: 258px;
	font-weight: bolder;
	float: left;
	left: 1px;
	top: 1px;
	position: fixed;
}


#wrap-content {
	background: transparent;
}
#wrap-content .block {
	background-color: white;
	border: 12px solid black;
	padding: 6px;
	margin-bottom: 16px;
}

.block a {
	text-decoration: none;
	color: black;
}

#wrap-content .col {
	width: 354px;
	float: left;
}

.col.left {
	margin-right: 12px;
}

.block ul
, .block ol
{
	list-style: none;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

#topgroup a, #topgroup a:hover, #topgroup a:visited {
	text-decoration: none;
	color: black;
	font-weight: bolder;
	position: relative;
	background: transparent;
	color: white;
}

#topmenu li{
	margin-left: 0;
	margin-right: 11px;
}

#menu-left {
	display: none;
}

#content {
	width: 100%;
	padding: 12px;
}

#artists-list {
	display: block;
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	margin: 0;
	margin-right: -22px;
}

#artists-list li {
	width: 230px;
	float: left;
	margin-right: 3px;
}
