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: 75px;
	left: 75px;
}

#poster-rot
{
	border: 0;
	position: absolute;
	top: 75px;
	left: 75px;
	
	-moz-box-shadow: 5px 5px 30px #000;
	-webkit-box-shadow: 5px 5px 30px #000;
	box-shadow: 5px 5px 30px #000;
	
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
}

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

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

#right-section > div,
#bottom-section > div
{
	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;
}

#bottom-section > div
{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

#bottom-section > div#news
{
	width: 300px;
	padding: 1px 25px 15px 25px;
}

#bottom-section > div#contact
{
	width: 245px;
	/*position: absolute;
	left: 610px;*/
	padding: 1px 25px 15px 25px;
}

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

#bottom-section > div#chaos img
{
	border: 0;
}

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

#bottom-section > div#links
{
	width: 670px;
	padding: 0;
	text-align: center;
}

#bottom-section > div#hotel
{
	width: 670px;
	padding: 0;
}

#bottom-section > div#hotel > h1
{
	margin: 20px 0 0 20px;;
}

#bottom-section > div#hotel > div
{
	width: 290px;
	margin: 0 20px 10px 20px;
	float: left;
}

div#links ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

div#links ul li
{
	display: inline;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
}

div#links ul li img
{
	border: 0;
}


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: 17px;
	margin-left: 0;
}

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

.artist-links
{
	text-align: center;
}

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

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

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