@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0d0708;
	height: 100%;
}

a:link, a:visited {
	color: #d87927;
	text-decoration: none;
}
a:hover, a:active {
	color: #e29d61;
	text-decoration: none;
}

#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 100%;
	height: auto;
}

#popupcontainer {
	width: 600px;
	margin: 0 auto;
	position: relative;
	height: auto;
}

#header {
	position: relative;
	margin-left: 50px;
	width: 900px;
	height: 200px;
}

#logo {
	width: 219px;
	height: 64px;
	position: absolute;
	top: 69px;
	background-image: url(../images/logo.jpg);
}

#body {
	background-color: #0d0708;
	position: relative;
	margin-left: 50px;
	margin-bottom: 50px;
	padding: 10px;
	width: 880px;
}

#banner {
/*	margin: 10px;*/
	width: 880px;
	height: 200px;
	position: relative;
	background-image: url(../images/banner.jpg);
	clear: both;
	margin-bottom: 10px;
}

#biocontent {
	width: 880px;
	position: relative;
	clear: both;
	margin-bottom: 10px;
}

#left {
	width: 255px;
/*	position: relative;*/
	float: left;
/*	margin-left: 0px;*/
	margin-bottom: 10px;
	border-style: solid;
	border-color: #d87927;
	border-width: 1px;
	padding: 10px;
}
p.left {
	margin: 0px 0px 19px 0px;
}

.showstext_date {
	font-size: 16px;
	font-weight: bold;
}
.showstext_place {
	font-size: 16px;
	color: #d87927;
}
.showstext_venue {
	line-height: 26px;
}
.showstext_info {
	font-size: 12px;
	color: #d87927;
}
.shows_minitext {
	font-size: 10px;
	color: #d87927;
}

#middle {
	/*width: 180px;*/
/*	position: relative;*/
/*	margin-top: 0px;
	margin-left: 295px;*/
	width: 188px;
	margin: 10px;
	float: left;
	font-size: 12px;
	line-height: 19px;
}

p.middle {
	margin: 0px;
}

#right {
	width: 395px;
/*	position: relative;*/
	float: right;
	margin-bottom: 10px;
/*	margin-right: 10px;*/
}

#footer {
/*	margin: 10px;*/
	width: 880px;
	height: 110px;
	background-image:url(../images/footer.jpg);
	clear: both;
}

#audio {
	width: 395px;
	height: 126px;
	background-color: #d87927;
	margin-bottom: 10px;
}
#images {
	width: 375px;
	margin: 15px 10px 0px 10px;