@font-face {
	font-family: "Pfennig";
	src: local("Pfennig"), url("fonts/Pfennig.eot");
	font-weight: normal;
	font-style: normal;
	/*font-size-adjust: 0.55;*/
}

@font-face {
	font-family: "Pfennig";
	src: local("Pfennig Bold"), local("PfennigBold"), url("fonts/PfennigBold.eot");
	font-weight: bold;
	font-style: normal;
	/*font-size-adjust: 0.55;*/
}

@font-face {
	font-family: "Pfennig";
	src: local("Pfennig Italic"), local("PfennigItalic"), url("fonts/PfennigItalic.eot");
	font-weight: normal;
	font-style: italic;
	/*font-size-adjust: 0.55;*/
}

@font-face {
	font-family: "Pfennig";
	src: local("Pfennig Bold Italic"), local("PfennigBoldItalic"), url("fonts/PfennigBoldItalic.eot");
	font-weight: bold;
	font-style: italic;
	/*font-size-adjust: 0.55;*/
}
@font-face {
	font-family: "Pfennig";
	src: local("Pfennig"), url("fonts/Pfennig.otf") format("opentype");
	font-weight: normal;
	font-style: normal;
	/*font-size-adjust: 0.55;*/
}

@font-face {
	font-family: "Pfennig";
	src: local("Pfennig Bold"), local("PfennigBold"), url("fonts/PfennigBold.otf") format("opentype");
	font-weight: bold;
	font-style: normal;
	/*font-size-adjust: 0.55;*/
}

@font-face {
	font-family: "Pfennig";
	src: local("Pfennig Italic"), local("PfennigItalic"), url("fonts/PfennigItalic.otf") format("opentype");
	font-weight: normal;
	font-style: italic;
	/*font-size-adjust: 0.55;*/
}

@font-face {
	font-family: "Pfennig";
	src: local("Pfennig Bold Italic"), local("PfennigBoldItalic"), url("fonts/PfennigBoldItalic.otf") format("opentype");
	font-weight: bold;
	font-style: italic;
	/*font-size-adjust: 0.55;*/
}

html {
	margin: 0px;
	padding: 0px;
}
body {
	width: 700px;
	min-height: 480px;
	margin: 0px auto;
	padding: 0px 4px 20px 4px;
	font-family: 'Pfennig', 'Verdana', 'Bitstream Vera Sans', sans-serif;
	color: #222;
	position:relative;
	background-image: url('images/bw-background-awk.jpg');
	font-size:15px;
}

dt {
	margin-top:8px;
	font-weight:400;
}

#body {
	min-height: 200px;
	padding-top: 5px;
}
#body a {
	color: #555;
}
#footer {
	clear: both;
	font-size: 13px;
	font-style: italic;
	text-align: center;
	z-index: -600;
}

#lyric-container {
	position:absolute;
	top:0px;
	left:0px;
	width:666px;
	min-height:200px;
	padding: 20px;
	background-color:white;
	border:1px solid #335;
	white-space:pre;
	color:#335;
	font-size:12px;
}
#lyric-container-close {
	float: right;
	background-color: #335;
	color:white;
	margin: -20px -20px 0px 0px;
	padding: 4px 8px;
	cursor: pointer;
	font-size: 12px;
}
.lyrlink { cursor:pointer; }

#menu-toprow li {
	font-family: 'Pfennig', 'Verdana', 'Bitstream Vera Sans', sans-serif;
	font-size:15px;
	font-weight:bold;
}

#menu-bottomrow li {
	font-family: 'Pfennig', 'Verdana', 'Bitstream Vera Sans', sans-serif;
	font-size:15px;
	font-weight:normal;
}
