body {
	padding: 0;
	text-align: left;
	font-family: "Lucida Grande", Helvetica, Sans-Serif;
	font-size: x-small;
	}

/*	
#box {
	width: 280px;
	text-align: left;
	margin:50px auto;
	background-color:#fff;
    font-family: "Lucida Grande", Helvetica, Sans-Serif;
    font-size: 8pt;
	}
*/
h1 {
	font-family: "Lucida Grande", Helvetica, Sans-Serif;
	font-size: 14pt;
	color: #bbb;
	line-height:2px;
	}
	
h2 {
	line-height: 0px;
}

a {
	text-decoration: none;
}

.center {
	text-align: center;
	vertical-align: center;
}

#nav {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: auto;
	height: auto;
	padding: 0;
	font: 10pt "lucida grande", verdana, tahoma, sans-serif;	
}

#nav a, #nav a:active {	color: #666;}

#nav a:hover {color: #bbb;}

/* ---------------- */
h3 {
	color: #333;
	font-size: 12pt;
	text-align: 50%;
	font-weight: normal;
}

.header {
/*	float: right;*/
	font-size: 25pt;
	color: #999;
/*	line-height: 30px;*/
	margin: 10px;
}
.nav {
	float: left;
	text-align: right;
}
.nav li {
	color: #333;
	display: inline;
	font-weight: bold;
}
.nav a {
	color: #333;
	background-color: #e7e7e7;
	padding: 4px;
	padding-left: 6px;
	padding-right: 6px;
}

.nav a:hover {
	color: #333;
	padding: 4px;
	background-color: #d7d7d7;
	padding-left: 6px;
	padding-right: 6px;

}

.content {
	/*text-align: center;*/
	margin:50px auto;
	width: 500px;

}

.left {
	float: right;
/*	width: 49%;*/
	margin-right: 5px;
	text-align: left;
}

.right {
	float: left;
	text-align: right;
	margin-left: 5px;
/*	width: 49%;*/
}

.music { 
line-height: 22px;	
}

.music a, .music a:active {
	color: #333;
	padding: 4px 6px 4px 6px;

	background-color: #e7e7e7;
	whitespace: nowrap;
	font-weight: bold;
}

.music a:hover {
	color: #333;
	padding: 4px 6px 4px 6px;
	background-color: #d7d7d7;
}

.music li {
	display: inline;
	line-height:25px;
	clear: left;
}

.left li {
	color: #333;
	display: inline;
	font-weight: bold;
	line-height: 24px;
}

.right a {
line-height: 10px;}


.words { font-size: small;}
.words a { border-bottom: 1px dotted #999; color: #666; font-weight: normal;}