* {padding: 0; margin: 0;}

/* general styles*/

body {
	font-family: arial, san-serif;
	background-color: #333;
	font-size: .8em;
	font-weight: bold;
}

h1 {
	font-size: 1.4em;
}


a {text-decoration: none;
	color: #900;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img {
	text-align: center;
	border: 3px solid #000;
}

div#global {
	margin: 10px 0 0 10px;
	width: 800px;
	height: 600px;
	border-top: 10px solid #000;

}

div#container {
	height: 580px;
	border-left: 10px solid #000;
	border-right: 10px solid #000;
	border-bottom: 10px solid #000;
	background-color: #fff;
}

div#content {
	float: left;
	width: 480px;
	background-color: #fff;
}

div#text {
	width: 435px;
	height: 420px;
	margin: 20px 20px 0 20px;
	text-align: justify;
}

div#logo {
	position: absolute;
	top: 30px;
	left: 590px;
	z-index: 1;
}

div#logo img {
	border: none;
}

div#theband {
	margin-bottom: 10px;
}

div#theband img {
	padding: 4px;
	margin: 2px;
	border: 0px solid #fff;

}

div#text div#theband a img {
	border: 0px solid #f00; !important
}

span.u2 {
	color: #990000;
}


/*text area styles*/

div#text p {
	margin-bottom: 10px;
}

div#text li {
	list-style-type: none;
}

div#text li a:hover {
	text-decoration: underline;
}

div#text a img {
	border: 3px solid #000;
}



/* album thumb styles*/

ul#albumlist li {
	margin-bottom: 5px;
}

img.thumb {
	float: left;
	height: 29px;
	width: 30px;
	margin-right: 15px;
}




/* visualstrip */

div#rolling {
	float: left;
	width: 60px;
	height: 580px;
	border-left: 10px solid #000;
	border-right: 10px solid #000;
	background-color: #fff;
	/*background-color: #4D6C4B;*/
}	

div#rolling a {
	margin: 10px;
}

div#rolling a img {
	border: none;
}


/* navigation styles*/

div#navigation {
	float: left;
	width: 380px;
	margin-left: 5px;
}

div#navigation a {
	margin: 10px;
}

div#navigation img {
	border: none;
}






/*rollover navigation buttons*/

#home {
	float: left;
	height: 70px;
	width: 70px;
}
a#home {
	background: url("images/home2.gif");
	height: 70px;
	width: 70px;
}
a:hover#home {
	background: url("images/home2.gif") 0 -80px;
	height: 70px;
	width: 70px;
}
#albums {
	float: left;
	height: 70px;
	width: 70px;
}
a#albums {
	background: url("images/albums2.gif");
	height: 70px;
	width: 70px;
}
a:hover#albums {
	background: url("images/albums2.gif") 0 -80px;
	height: 70px;
	width: 70px;
}
#images {
	float: left;
	height: 70px;
	width: 70px;
}
a#images {
	background: url("images/images2.gif");
	height: 70px;
	width: 70px;
}
a:hover#images {
	background: url("images/images2.gif") 0 -80px;
	height: 70px;
	width: 70px;
}
#links {
	float: left;
	height: 70px;
	width: 70px;
}
a#links {
	background: url("images/links2.gif");
	height: 70px;
	width: 70px;
}
a:hover#links {
	background: url("images/links2.gif") 0 -80px;
	height: 70px;
	width: 70px;
}





#albumsongs {
	clear: left;
	font-size: .9em;
}


div#animation {
	margin-left: 200px;
	background-color: #f00;
}





div#lyrics {
	padding-top: 230px;
	text-align: center;
}


div#albuminfo {
	font-size: .8em;
	font-style: italic;
}

img#albumcover {
	margin: 0 20px 10px 0;
}