body, html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	background-image: url(../image/back.jpg);
}
#wrap {
	position: relative;
	min-height: 100%;

}
* html #wrap {
	height:100%;
}
#bottom {
	position: absolute;
	height: 70px;
	width: 100%;
	background-color: #ED186A;
	bottom: 0px;
}
#navigation {
	position: absolute;
	width: 805px;
	top: 92px;
	left: 146px;
	height:27px;
}
.nav {
	background-image: url(../image/navback.jpg);
	height:27px;
	width: 161px;
	text-align: center;
}
.navsel {
	background-image: url(../image/navbacksel.jpg);
	height:27px;
	width: 161px;
	text-align: center;
}
.navtext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
}
.navhref{
	text-decoration: none;
}
#content {
	position: absolute;
	background-color:#1F1F1F;
	width: 805px;
	ms-overflow-y:scroll;
	overflow-y:auto;
	bottom:30px;
	height:85%;
	top: 119px;
	left: 146px;
}
#title {
	position: absolute;
	top: 0px;
	left:252px;
}
#frame {
	position: absolute;
	width:100%;
	top: 40px;
}








#news {
	position: absolute;
	left: 30px;
	width: 70%;
	top: 586px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}

#sponsor {
	position: absolute;
	right: 30px;
	width: 30%;
	top: 586px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:right;
	color: #FFFFFF;
	line-height: 18px;
}

.sponsorlink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.photo {
	border: 5px solid #FFFFFF;
}

.image {
	border: 2px solid #FFFFFF;
}
.noimage {
	border: 2px solid #1F1F1F;
}
.contactdata {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
}
.concertdata {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
}
.personnotselected {
	text-decoration: none;
}
.personselected {
	text-decoration: underline;
}