@charset "ISO-8859-1";


body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/design/bkgd-stream.jpg);
}
* {
	margin: 0px;
	padding: 0px;
}

#streaming {
	background-image: url(../images/design/listen.png);
	width: 640px;
	height: 330px;
}

#showtext {
	float: left;
	width: 500px;
	height: 220px;
}


#showtext h2,
#showtext h3,
#showtext h4,
#showtext p {
	padding: 0px 160px 0px 20px;
	color: #FFFFFF;
}

#showtext h2 {
	font-size: 1.25em;
	margin: 20px 0px 5px;
	line-height: 1em;
	text-transform: lowercase;
}

#showtext h3 {
	font-size: 0.88em;
	margin: 5px 0px 5px 0px;
	line-height: 1em;
	text-transform: lowercase;
}

#showtext h4 {
	font-size: 0.88em;
	line-height: 1em;
	font-weight: normal;
	margin: -3px 0px 5px 0px;
}

#showtext p {
	font-size: 0.75em;
	margin: 0px 0px 0px 0px;
	line-height: 1.3em;
}
#streaming a {
	color: #FFFFFF;
	text-decoration: underline;
}
#streaming a:hover {
	text-decoration: underline;
	color: #FE5BB2;
}

#miniplayer {
	float: left;
	width: 400px;
	padding: 10px 0px 0px 20px;
}

#miniplayer p {
	font-size: 0.69em;
	color: #FFFFFF;
	margin: 5px 0px 0px 0px;
}

#home  #miniplayer2 {
	float: left;
	width: 135px;
	padding: 10px 80px 0px 15px;
}

