@charset "UTF-8";
/* CSS Document */

#containerdiv {
	position:relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
#maindiv {
	position:absolute;
	top:70px;
	left:5px;
	width:890px;
	z-index:1;
}
#menudiv {
	position:absolute;
	top:0px;
	left:0px;
	height:94px;
	width:900px;
	z-index:99;
}

#biodiv {
	float:right;
	top:0px;
	left:0px;
	height:400px;
	width:320px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.twelve {font-size: 12px}

.twentytwo {font-size: 22px}

a:focus, object:focus { outline: none; -moz-outline-style: none; } 

.orange {
	color: #FF6600;
	font-weight: bold;
}

.raspberry {
	font-size: 18px;
	font-weight: bold;
	color: #FF3366;
}

.grape {
	color: #660099;
	font-weight: bold;
	font-size: 18px;
}

.whiteheading {
	font-size: 24px;
	font-weight: bold;
	color:#660099;
}
.whitedate {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.lyrics a:link {
	color: #000000;
	text-decoration: none;
}
.lyrics a:visited {
	text-decoration: none;
	color: #000000;
}
.lyrics a:hover {
	text-decoration: none;
	color:#000000;
	font-weight: bold;
}
.lyrics a:active {
	text-decoration: none;
	color: #000000;
}

.btn a:link {
	color:#6600CC;
	font-weight:bold;
	text-decoration: underline;
}
.btn a:visited {
	color:#6600CC;
	font-weight:bold;
	text-decoration: underline;
}
.btn a:hover {
	color:#ffffff;
	font-weight:bold;
	text-decoration: underline;
}
.btn a:active {
	color:#6600CC;
	font-weight:bold;
	text-decoration: underline;
}