iframe#blog-imbed {
	width: 464px;
	height: 100%;
	min-height: 600px;
	overflow:visible;
	margin-left: 25px;
	border:none;
}

#scroll-cover {
	background: #6D6D6D;
	position: absolute;
	height:14px;
	bottom: 0px;
	left:7px;
	position:absolute;
	width:498px;
	border-top: 8px groove #DC9A4C;
}

#top-cover {
	height: 75px;
	width:467px;
	position: absolute;
	background: #FFFFE8;
	top:0;
	left: 7px;
	border-bottom: 8px groove #DC9A4C;
	text-align: center;
	color:#e1771e;
	font-size: 32px;
}

#c2 div#frontpage-intro.content {
	border-bottom:8px groove #DC9A4C;
	margin-left:7px;
	padding:8px;
	width:482px;
}
#c2 div#frontpage-intro.content p.MsoNoSpacing {
}

span.dropcap {
	display: block;
	float: left;
	width: 20px;
	height: 28px;
	font-size: 3.2em;
	color:#DC9A4C;
	font-family: "Times New Roman", serif;
	margin-right: 3px;
	margin-top: .24em;
}

span.dropcap2 {
	display: block;
	float: left;
	width: 40px;
	height: 28px;
	font-size: 3.2em;
	color:#DC9A4C;
	font-family: "Times New Roman", serif;
	margin-right: 5px;
	margin-top: .24em;
}

#iframe-wrapper {
	position: relative;
}

div#songlist-wrapper {
	text-align: center;
}

ul#songlist {
	margin:0 auto;
	text-align:left;
	width:340px;
}

ul#songlist li:first-child {
	border-top: 5px ridge #DC9A4C;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

ul#songlist li.last{
	border-bottom: 5px ridge #DC9A4C;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

ul#songlist li {
	list-style:none;
	margin:0;
	width:300px;
	padding: 10px 8px;
	text-indent: 0;
	border-left: 5px ridge #DC9A4C;
	border-right: 5px ridge #DC9A4C;

}

ul#songlist li.odd {
	background:#717777;
}

ul#songlist li.even {
}

ul#songlist li a {
	color: #F2f0ee;
}

ul#songlist li a:hover {
	color:black;
}

