body
{
	background: black url('wood_texture.jpg') repeat center center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
}

#poster
{
	border: 0;
	position: absolute;
	top: 50px;
	/*left: 50px;*/
	left: 100px;
}

#right-section
{
	position: absolute;
	left: 720px;
	top: 50px;
	width: 300px;
}

#bottom-section
{
	position: absolute;
	top: 910px;
	left: 110px;
	padding: 0;
}

#next, #calendar, #news, #contact, #chaos
{
	color: white;
	background: transparent url('black.png') repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 25px;
	margin-bottom: 20px;
	width: inherit;
}

#news, #contact, #chaos
{
	float: left;
	margin-right: 20px;
}

#news
{
	width: 333px;
	padding: 1px 25px 15px 25px;
}

#contact
{
	width: 300px;
	position: absolute;
	left: 610px;
	padding: 1px 25px 15px 25px;
}

#chaos
{
	width: 185px;
	height: 100px;
	padding: 10px 0;
	text-align: center;
}

#chaos img
{
	border: 0;
}

#chaos > p
{
	font-size: 0.8em;
	margin-top: -15px;
}


h1
{
	font-size: 1.7em;
	font-weight: bold;
}

h2
{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: -0.2em;
}

.stagetime
{
	margin: 0;
	text-align: right;
	font-weight: bold;
}

#calendar > ul
{
	list-style: none;
	padding-left: 1.8em;
}

.artist
{
	font-weight: bold;
	position: absolute;
	left: 90px;
}

#calendar a
{
	color: white;
	text-decoration: none;
}

a
{
	color: #999;
	text-decoration: underline;
}

a:hover, #calendar a:hover
{
	color: #990000;
}