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

html	{
	font-size: 100%;
}

body	{
	background-color: white;
	background-image: url(../images/bkg.png);
	background-position: 0 50px;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 67.5%;
}
a	{
	text-decoration: none;
}

*	{
	margin:0;
	padding: 0;
}


/* For Song Pages */
#box {
	padding: 10px 10px 10px 0;
	height: 650px;
	width: 800px;
	margin-left: 20px;
	background-image:url(../images/rule.png);
	background-position: left 50px;
	background-repeat: no-repeat;
	position: relative;
}

#box img	{
	display:block;
	text-align: center;	
	margin: 30px auto 30px auto;
	border: 1px;
	border-color: black;
}

#lyriccola	{
	width: 220px;
	float: left;
	font-size: 120%;
	padding-left: 20px;
	padding-bottom: 50px;
	height: 560px;
	overflow: auto;
	margin-right: 30px;
}

#lyriccola p, #lyriccolb p	{
	line-height: 1.3;
	padding-left: 10px;
	text-indent: -10px;
}

#lyriccolb	{
	width: 220px;
	float: left;
	font-size: 120%;
	padding-left: 10px;
	padding-bottom: 50px;
	height: 560px;
	overflow: auto;
}

h1	{
	display:block;
	margin: 10px 0 15px 20px;
	color: #584521;
	font-weight: normal;
	font-size: 240%;
	line-height: 1;
}

h2	{
	display:block;
	margin: 65px 0 15px 20px;
	color: #584521;
	font-weight: normal;
	line-height: 1;

}

h3	{
	font-weight: normal;
	color: #5e2010;
}

#author {
	display:block;
	font-size: 140%;
	padding-left: 20px;
	width: 400px;
	float: left;
	color: #584521;
	font-weight: bold;
	line-height: 1.2;
	margin: 30px 0 20px;
}

#player	{
	height:550px;
	width: 212px;
	background-image:url(../images/brbkg.jpg);
	padding: 12px;
	float: left;
	text-align: center;
	margin-left: 20px;
}

#player a {
	color: black;
	font-size: 120%;
	line-height: 1.2;
	font-weight: bold;
	margin: 10px 0;
	display: block;
}

#player a:hover	{
	color:#5e2010;
}

#player a img	{
	border: 2px solid black;
}

#player a:hover img	{
	border: 2px solid #584521;
}

#player p	{
	font-size: 120%;
	line-height: 1.2;
	margin: 10px 0;
}

#player p a	{
	font-size: 80%;
	display: inline;
}

#infoPlayer a	{
	font-size: 100%;
}

#infoPlayer	{
	width: 90%;
	margin: 0 auto;
}

#bottommenu a	{
	font-weight: bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 110%;
	color: black;
	
}

#bottommenu a:hover	{
	color: #584521;
}

#bottommenu	{	
	width: 800px;
	float: left;
	text-align: center;
	position: absolute;
	bottom: -60px;
}

#extrastuff	{
	float: left;
	width: 175px;
	padding: 8px;
	background-color: white;
	margin-left: 32px;
}
#extrastuff p	{
	font-size: 110%;
	line-height: 1.3;
}

#extrastuff a	{
	font-size: 110%;
	line-height: 1.2;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
}
