body {
	background: #ff0000;
	background-repeat: no-repeat;

	scrollbar-face-color: white;
	scrollbar-base-color: dark-gray;
	scrollbar-arrow-color: black;
	scrollbar-track-color: light-gray;

	font-family: Helvetica, Verdana;
	font-size: 11px;
	color: white;
}

a {
	color: #ffffff;
    font-size: 10px;
	text-decoration: none;
	text-weight: bold;
}

a:hover {
	background:#808080;
	color: #ffff00;
}

span.bold {
	font-weight: bold;
}

span.italic {
	font-style: italic;
}

p {
	font-family: Helvetica, Verdana;
	font-size: 10px;
	font-color: white;
}

div.artist {
	position: relative;

	
	background-color: grey;

	padding: 7px 5px 5px 7px;
    
}



div.topbar {
	
	width: 800px;
	height: 210px;
	background-color: red;
	border-width: 1px;
	border-style: dotted;
	border-color: black;


	background-color: #ff0000;	 
	}

div.navbar {

position; relative;

	width: 789px;
	height: 15px;
	background-color: grey;
	border-width: 1px;
	border-style: dotted;
	border-color: black;
padding: 5px 5px 5px 5px;

text-align: left;

	 	}


div.lineupleft {
	
	position: relative;
	top: -1;
	left: -200px;
	width: 390px;
	height: 500px;


	background-color: red;
	border-width: 1px;
	border-style: dotted;
	border-color: black;
	padding: 5px 5px 5px 5px;

text-align: left;
	 
}

div.lineupright {
	
	position: relative;
	top: -513px;
	left: 200;
	width: 390px;
	height: 500px;

	background-color: red;
	border-width: 1px;
	border-style: dotted;
	border-color: black;

	padding: 5px 0px 5px 12px;
text-align: left;
	 
}


.image {
	position: absolute;
	left: 495px;
	top: 435px;
	width: 45px;
	height: 12px;

background-color: #D3D3D3;
	border-width: 1px;
	border-style: dotted;
	border-color: black;


padding: 2px 2px 2px 6px;
	margin: 0px;
	spacing: 0px;
}

.about {
	position: absolute;
	left: 745px;
	top: 140px;
	width: 55px;
	height: 12px;

background-color: #D3D3D3;
	border-width: 1px;
	border-style: dotted;
	border-color: black;


padding: 2px 2px 2px 3px;
	margin: 0px;
	spacing: 0px;
}


.links {
	position: absolute;
	left: 495px;
	top: 470px;
	width: 45px;
	height: 12px;

background-color: #D3D3D3;
	border-width: 1px;
	border-style: dotted;
	border-color: black;


padding: 2px 2px 2px 6px;

}



