body {
	background-image: url('../images/bigger_background.jpg');
	background-repeat: no-repeat;
	/* background-position: center; */
	background-color: white;
	font-family: Times, Serif;
	font-size: 15px;
}

a {
	text-decoration: none;
	color: #c00000;
}

a:hover {
	color: #f00000;
}

img {
	border: 0px;
}


#title {
	font-family: Times, Serif;
	font-weight: bold;
	font-style: oblique;
	font-size: 2.6em;
	position: relative;
	left: 22%;
	width: 50%;
	text-align: center; 
	padding-bottom: 10px;
	/* border: dashed 1px yellow; */
}

#menu {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -360px;
	text-align: center;
}


/* this holds the whole stuff */
#content {
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -425px;
	top: 10px;
	bottom: 50px;
	width: 860px;
	overflow: hidden;
	clip: auto;
}

#left {
	float: left;
	text-align: center;
	/* height: 100%; */
}

#right {
	float: right;
	text-align: center;
	/* height: 100%; */
}

#leftlinks {
	position: absolute;
	top: 50%;
	margin-top: -26px;
	/* padding-left: 16px; */
	text-align: left;
	font-size: 0.9em;
	z-index: 5;
}

.righthandbuttons {
	position: absolute;
	top: 50%;
	margin-top: -26px;
	padding-left: 16px;
}

#container {
    overflow: hidden;  
	margin-left: 60px;
	width: 720px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	top: 0px;
	bottom: 0px;
    /* border: dashed 1px green; */
}

#inthemiddle p {
	text-align: justify;
}

#inthemiddle {  
    position:relative;  
    width: 720px;
    /* border: dashed 1px blue; */
} 

#introtitle {
	font-family: Times, Serif;
	font-weight: bold;
	font-style: oblique;
	font-size: 2.6em;
	position: relative;
	width: 50%;
	text-align: center; 
	padding-bottom: 10px;
}

/* stuff belonging to the intro page */
#introimage {
	position: absolute;
	left: 50%;
	margin-left: -208px;
	top: 0px;
	text-align: center;
	width: 428px;
}

#introimage img {
	padding-top: 8px;
}

#introimage p {
	text-align: justify;
	padding-right: 16px;
}

#intropagebackbutton {
	position: absolute;
	left: 50%;
	margin-left: -426px;
	top: 5px;
}

#performers {
	margin-top: 50px;
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}

#futuretour {
	margin-top: 150px;
	border: 0px;
	border-collapse: collapse;
	width: 100%;
}

#futuretour td, #performers td {
	border: 0px;
	border-collapse: collapse;
	vertical-align: top;
	font-size: 0.8em;
	width: 90px;
}

#futuretour td img, #performers td img {
	width: 100%;
}

#video {
	position: relative;
	margin-top: 5%;
	margin-left: 5%;
}

#sound {
	width: 100%;
	/* margin-top: 5%; */
	padding-left: 18px;
	padding-right: 18px;
	text-align: center;
	z-index: 3;
}

#sound #title {
	font-weight: normal;
	font-size: 1.3em;
}

#sound table {
	padding: 10px;
}

#sound table td {
	padding-top: 8px;
	text-align: left;
	font-size: 0.8em;
}

#sound table th {
	text-align: left;
	vertical-align: top;
	padding-right: 20px;
	font-size: 0.8em;
}

#performers th {
	border: 0px;
	border-collapse: collapse;
	vertical-align: top;
	font-size: 0.8em;
	width: 90px;
}

#nameblock {
}

#datablock {
}

#imageline {
	position: absolute;
	bottom: 60px;
	width: 720px;
	z-index: 2;
	overflow: hidden;
}

#past {
	text-align: center;
	margin-top: 60px;
	margin-left: 140px;
}

#past p {
	text-align: justify;
}