body {
	margin:  0;
	padding: 0;
	background-color: #0f0;
	color: #000;
	font-size:  80%;
	font-family: sans-serif;

}
#topdecoration {
	background-color: #0f0;
	background-image: url(images/bodybg.png);
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
	height: 155px;
	position: absolute;
	top: 0;
	color: #000;
}

#container {
	background-color: #0f0;
	background-image: url(images/rightpink.png);
	background-position: right top;
	background-repeat: repeat-y;
	color: #000;
	position: relative;
	float: right;
	width: 900px;
	padding: 220px 0 0 0;
}

#toilet {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 1;
}

#nav {
	background-color: transparent;
	background-image: url(images/navbg.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width:  726px;
	height: 240px;
	position: absolute;
	top:  0;
	right: 175px;
	z-index: 0;
}

#nav ul {
	list-style-type: none;
	margin: 5px 0 0 150px;
	padding: 0;
	background-color: transparent;
}

#nav ul li {
	background-color: transparent;
}

#nav ul li a {
	background-color: transparent;
}

#nav ul li a img {
	border: 0;
}

#records {

	background-color: transparent;
	background-image: url(images/recordsbg.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 393px;
	height:  374px;
	position:  absolute;
	top: 0;
	right: 0;
}

#records img {
	position: absolute;
	right: 10px;
}

#jukebox {
	background: transparent url(images/jukeboxbg.png) top right no-repeat;
	width: 292px;
	height: 519px;
	position: absolute;
	top: 165px;
	right: 0;

}
#jukebox h2 {
	display:  none;
}

#jukebox img {
	float: right;
	margin-top:  380px;
	margin-right: 55px;
	margin-bottom: 100px;
	z-index: 100;

}

h1 {
	position: absolute;
	top: 165px;
	z-index: 2;
}

a, a:visited {
	background-color: #0f0;
	color: #f0027f;
	text-decoration:  none;
	font-weight:  bold;
}

a:hover {
	text-decoration:  underline;
}

#content1 {
	margin: 0 0 0 0;
	width: 230px;
	text-align:  right;
	float: left;
}


#content1 h3 {
	margin: 1em 0 0 0;
	font-size: 100%;
	line-height: 1em;
}

#content1 p {
	margin: 0em 0;
	line-height: 1.2em;
}

#content2 {
	margin: 0 0 0 40px;
	float: left;
	width: 306px;
	text-align: center;
}

#content2 p {
	display: block;
	margin: 5px;
}

#tvpcover {
	margin-top: 20px;
	border: 3px solid #f0027f;
}

#fpcover {
	border: 3px solid #f0027f;
}

#footer {
	background-color: #0f0;
	background-image: url(images/rightpink.png);
	background-position: right bottom;
	background-repeat: repeat-y;
	color: #000;
	padding-top: 30px;
	width: 900px;
	clear: left;
	font-size: 80%;
	
}

#footer p {
	display: inline;
	margin-left: 1em;
	margin-bottom: 0;
}

img#alberry {
	position: relative;
	top: 4px;
}

.clear {
	clear:  both;
}

table.tourdates td {
	padding: 2px;
	margin-top: 10px;
}