
html, body {
	height:100%;
	background: #5f5a95;
	background:url(artwork/bg.jpg) repeat-y;
	font: 12px "Verdana";
	color: #ccc;
}

h1  { font: 20px "Verdana";

}

h2  { font: 16px "Verdana";

}

h3  { font: 10px "Verdana";

}

* {
	margin: 0px;
	padding: 0px;
	border: none;
}

#banner {
	height:131px;
	width: 100%;
	background:url(artwork/bannerbg.jpg) repeat-x;
}

#left {
	position: absolute; left:0px; top:183px;
	width: 220px;
	text-align: left;
}

#navigation {
	position:relative; left: 5px;
	margin: 0px 10px 10px 0px;
	width: 208px;
	text-align: left;
}



#right {
	position:absolute; top:140px; left:0px;
	margin: 0px 0px 0px 240px;
	padding: 0 0 20px 0;
	text-align: left;
	color:#253001;
	width:685px;
}

#content {
	position:absolute; left:0px; top:180px;
	margin: 0px 0px 0px 240px;
	padding: 0 0 20px 0;
	text-align: left;
color:#253001;
width:480px;
}

#adspace {
	position:absolute; left:500px; top:180px;
	margin: 0px 0px 0px 240px;
	padding: 0 0 20px 0;
	text-align: left;
color:#253001;
width:200px;
}

#lyrics {
	height:300px; overflow: auto;
}

a { color:#253001;
}

a.menu { color:#ffffff; 	font: 16px "Verdana"; display:block; height: 25px; text-decoration: none; background:url(artwork/link.jpg) repeat-y; }

a.menu:hover   { color:#ff0; 
				background:url(artwork/linkover.jpg) repeat-y;
 }
