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

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

body {
	background-color: #e0e0e0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #898989;
	text-align: justify;
}

body ul {
	list-style-type: none;
	float: left;
}

body strong {
	color: #fca4c9;
}

body a {
	color: #f3659a;
	letter-spacing: 1px;
	text-decoration: none;
}

body a:hover {
	color: #fc81b5;
}

#wrapper {
	height: 865px;
	width: 700px;
	margin: 20px auto;
	background-color: #FFF;
}

#header {
	margin: 0px;
	float: left;
	height: 155px;
	width: 700px;
}

#sidebar {
	margin: 0px;
	float: left;
	height: 648px;
	width: 180px;
	background-image: url(../sidebar.jpg);
}

#navi {
	float: left;
	height: 400px;
	width: 179px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navi ul {
	list-style-type: none;
	float: left;
}

#main {
	height: 618px;
	width: 460px;
	float: left;
	margin: 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}

#main ul {
	list-style-type: none;
	float: left;
}

#main ul li {
	float: left;
}

#footer {
	margin: 30px 0px 0px 0px;
	float: left;
	height: 22px;
	width: 700px;
}

#lyrics {
	float: left;
	width: 460px;
}

#lyrics a {
	color: #adadad;
	letter-spacing: 1px;
	border-bottom: 2px #ffd0e1 dotted;
	line-height: 17px;
}
