﻿#content {
	width: 988px;
}
#topcontent {
	width: 100%;
	height: 220px;
	background-image: url(images/lyricstop.jpg);
	background-repeat: no-repeat;
}
#leftcontent {
	width: 494px;
	height: 1000px;
	float: left;
	background-color: rgb(215, 143, 161);
	position: relative;
}
#rightcontent {
	width: 494px;
	height: 1000px;
	float: right;
	background-image: url(images/rightbg.gif);
	background-repeat: repeat-y;
	position: relative;
}

#nav {
	position: absolute;
	left: 15px;
	top: 5px;
	color: #FFF0F5;
	font-family: Arial;
	font-size: 11pt;
	text-decoration: none;
}
#nav a {
	color: #FFF0F5;
	font-family: Arial;
	font-size: 11pt;
	text-decoration: none;
}
#nav a:hover {
	color: White;
}
#nav form {
	display: inline;
}
#nav form select {
	border: 1px solid #FFE6E6;
}

#lefttitle {
	position: absolute;
	color: rgb(220, 64, 57);
	font-family: Arial;
	font-size: 48pt;
	top: 135px;
	right: 0px;
}
#textauthor, #musicauthor {
	position: absolute;
	right: 15px;
	text-align: right;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: Black;
	width: 90%;
}
#textauthor {
	top: 260px;
}
#musicauthor {
	top: 280px;
}
#lefttext {
	/*clear: both;
	float: left;
	margin-left: 77px;
	margin-top: 35px;*/
	position: absolute;
	left: 77px;
	top: 330px;
	text-align: left;
	font-family: Arial;
	font-size: 11pt;
	white-space: pre;
}

#righttitle {
	position: absolute;
	top: 180px;
	left: 0px;
	font-family: Arial;
	font-size: 48pt;
	color: Black;
}
#righttext {
	position: absolute;
	right: 77px;
	top: 330px;
	text-align: right;
	font-family: Arial;
	font-size: 11pt;
	white-space: pre;
}