body {
    padding: 0;
    margin: 0;
    background-image: url(background.jpg);
    background-position: top center;
    background-repeat: repeat-y;
    background-color: #262219;
    font-family: Arial, Helvetica;
}

a {
    text-decoration: none;
}

#header {
    height: 262px;
    background-image: url(top.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

#footer {
    height: 97px;
    background-image: url(bottom.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    clear: both;
}

#topmenu {
	position: relative;
	top: 25px;
	width: 980px;
	color: #fefadf;
	font-size: 14px;
	text-align: right;
    margin-left: auto;
    margin-right: auto;
}

#topmenu a {
	text-decoration: none;
	color: #fefadf;
}

#topmenu a:hover {
	text-decoration: none;
	background-color: #fefadf;
	color: black;
}

#tail {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.content {
    width: 740px;
    float: right;
    color: white;
}

.content h1, .content h2, .content h3 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.content h1 {
    color: #ffe810; 
    font-size: 30px;
}

.content h2 {
    color: white; 
    font-size: 20px;
}

.content h3 {
    color: #ffe810; 
    font-size: 20px;
}
    
.content a {
	text-decoration: none;
	color: #ffe810;
}

.content a:hover {
	text-decoration: none;
	color: black;
	background-color: #ffe810;
}

.years {
	margin-bottom: 0.5em;
}

.year {
    font-size: 12px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 210px;
    font-weight: bold;
}

.year.active {
    background-color: #ffe810;
}

.year.inactive {
    background-color: #6c6e6c; 
}

.year.inactive:hover {
    background-color: #ffe810;
    color: black;
}

.year.active:before {
    content:url(opened.png);
}

.year.inactive:before {
    content:url(closed.png);
}

.items {
    overflow: auto;
    width: 230px;
    float: left;
    margin-top: 7px;
}

.item { 
    width: 222px;
    padding: 0;
    margin: 0;
}

.iteminner {
    width: 200px;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 0.5em;
    background-color: #6c6e6c; 
    color: black;
    font-family: Arial, Helvetica;
    font-size: 12px;
    background-image:url(wobwob.png);
    background-position: bottom right; 
    background-repeat: no-repeat;
    cursor: pointer;
}

.iteminner .djname {
    font-size: 16px;
}

.iteminner b::after { 
	content: "."; 
}

.iteminner.selected {
    background-color: #ffe810;
    width: 210px;
}

div.iteminner:hover {
    background-color: #ffe810;
}

.item b {
    text-transform: uppercase;
}

.FlyerASrc, .FlyerBSrc, .info, .text, .prefix {
    display: none;
}