#navbarl {
	float: left;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-variant: small-caps;
	background-color: #FFFFFF;
	background-image:  url("../Images/AlbumIcon.jpg");
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #969696;
	display:none;
}
#navbarl ul {
	margin: -10px 0px 0px;
	padding: 0px 5px 0px 0px;
	list-style-type: none;
	text-align: right;
	
}#navbarl li {
	display: block;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
}
#navbarl li a:link, #navbarl li a:visited  {
	text-decoration: none;
	padding: 0px;
	margin-bottom: 0px;
	color: #f4f4f4;
}

#navbarl li a:hover {
	text-decoration: none;
	padding: 0px;
	background-image:  none;
	margin: 0px;
	color: #61AB65;
}

#sidebarl {
	padding: 5px 5px 5px 0px;
	float: right;
	position: absolute;
	top: 0px;
	right: 30px;
	text-align: right;
	display:none;
}

#lyric {
	padding: 5px;
	margin-right: 50px;
	margin-left: 50px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	text-transform: lowercase;
	height: 100%;
	border-right-width: 1px;
	border-left-width: 2px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #61AB65;
	border-left-color: #61AB65;
	border-top-style: none;
	border-bottom-style: none;
	width: auto;
}
#lyric h2 {
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	text-align: center;
	border: 0px none;
	color: #000000;
}
#sidebarl img {
	border: 2px solid #F4F4F4;
	margin-bottom: 5px;
}
#navbarl h3 {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #61AB65;
	text-align: right;
	margin-top: 220px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	margin-right: 5px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-variant: small-caps;
	background-color: #FFFFFF;
}
