body, td {
	font-family: Times New Roman, serif;
	font-size: 14px;
	color: FFFFFF;
}

A:link, A:visited, A:active { text-decoration: none }
A:link { color: CCCC00 }
A:active, A:hover, A:visited { color: FFFF00 }

#a1 {
	position: relative;
	height: 600;
	width: 800;
}

#logo {
	position: absolute;
	height: 90px;
	width: 660px;
	left: 140px;
	z-index: 20;
	top: 10px;
	font-family: Times New Roman, serif;
	font-size: 12px;
	text-align: center;
}

#navSide {
	position: absolute;
	height: 600px;
	width: 140px;
	left: 0px;
	z-index: 20;
	top: 100px;
	font-family: Times New Roman, serif;
	font-size: 12px;
	text-align: right;
}

#main {
	position: absolute;
	height: 500px;
	width: 660px;
	left: 140px;
	top: 100px;
	z-index: 30;
	text-align: left;
	background-image: url(images/manymore_band01.jpg);
}

#mainText {
	position: absolute;
	height: 470px;
	width: 660px;
	left: 140px;
	top: 130px;
	z-index: 30;
	text-align: left;
	overflow: scroll;
}

#pictures {
	position: absolute;
	height: 400px;
	width: 660px;
	left: 140px;
	top: 160px;
	z-index: 30;
	text-align: center;
}

#display {
	position: absolute;
	height: 460px;
	width: 660px;
	left: 140px;
	top: 100px;
	z-index: 30;
	text-align: center;
}

#vidMenu {
	position: absolute;
	height: 470px;
	width: 200px;
	left: 600px;
	top: 130px;
	z-index: 30;
	text-align: left;
	overflow: scroll;
}

#vidMain {
	position: absolute;
	height: 430px;
	width: 460px;
	left: 140px;
	top: 170px;
	z-index: 30;
	text-align: center;
}

#footer {
	position: absolute;
	height: 30px;
	width: 660px;
	left: 140px;
	top: 570px;
	z-index: 30;
	text-align: center;
}

.headline { font-weight: bold }

.error { font-weight: bold; color: red }

.songTitle { font-weight: bold; text-transform: capitalize; left: 30; position: absolute }

.bandName { font-weight: normal; text-transform: capitalize; right: 30; position: absolute }

.spectacle { font-weight: normal; left: 60; position: absolute }

.date { font-weight: normal; left: 30; position: absolute }

.menuImage { margin-bottom: 2px; margin-right: 10px; border: 0px }

.thumbNails { margin-bottom: 5px; margin-right: 5px; margin-top: 5px; margin-left: 5px; border: 0px }