body {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #000000;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 2em;
}
a:link,  a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

#container {
	position: relative;
	top: -10px;
	margin: 0 auto;
	display: block;
	width: 750px;
	background: url(../../images/containerbg.jpg);
}
#header {
	background: url(../images/mheader.jpg) no-repeat;
	width: 750px;
	display: block;
	height: 186px;
}
#header ul {
	position: relative;
	top: 145px;
	left: -25px;
	list-style: none;
	list-style-type: none;
}
#header li {
	font-size: 14px;
	display: inline;
	padding: 10px;
}
#header a:link, #header a:visited {
	color: #FFF;
	text-decoration: none;
}
#header a:hover, #header a:active {
	text-decoration: underline;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	color: #CC0000;
}
#content h2 {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-size: 1.4em;
	color: #999999;
	font-weight: normal;
	margin-bottom: -.8em;
}	
#sidebar .title {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	display: inline;
}

#footer {
	margin: 0 auto;
	width: 750px;
	height: 27px;
	background: url(../../images/footer.jpg) no-repeat;
	clear: both;
}
.floatl {
float: right;
padding-left: 10px;
}
img.floatl {
position: relative;
top: -3px;
}

b.time {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}
b.dl {
	font-weight: normal;
	font-size: 12px;
	color:#009900;
}
.teaser {
	width:472px;
	padding:0 0 25px 0;
	margin:10px auto;
	background:url("../images/tsr.gif") bottom left no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
}
.teaser h3 {
	margin:0;
	padding:10px 10px 3px 15px;
	background:url("../images/tsr.gif") top left no-repeat;
	color: #C90207;
	font-weight: normal;
}
.teaser p, .teaser a.more {
	margin:0;
	padding:0 10px 5px 15px;
	background: url("../images/songbg.gif");
}
.listen {
	display:block;
	text-align:right;
	padding-right: 20px;
}
.teaser a.dl {
	background:url("../images/songdl.gif") 20px 50% no-repeat;
	padding:10px 0 10px 45px;
	color:#44a;
	text-decoration:none;
}
.teaser a.stream {
	background:url("../images/songstream.gif") 10px 50% no-repeat;
	padding: 0 0 0 45px;
	color:#44a;
	text-decoration:none;
}

.teaser a.dl:hover, .teaser a.stream:hover {
	text-decoration:underline;
}