
body {
background : #670002;
margin: 0;
padding: 0;
font-family: Trebuchet MS, serif;
text-align: center;
overflow:-moz-scrollbars-vertical;
}
#text {
font : 12px Trebuchet MS, serif;
width : 225px;
color : #fff;
}
a:link, a:visited {
color: #FFD953; text-decoration: none;
font-weight: bold;
}
a:hover {
color: #F03A08; text-decoration: none;
font-weight: bold;
}
#wrapper {
background : #000;
width : 494px;
position: relative;
text-align: left;
margin-right: auto;
margin-left: auto;
padding: 0;

}
#title {
font : 22px Trebuchet MS, serif;
color : #fff;
background : url(images/titleBG.png);
background-repeat : no-repeat;
text-align : right;
font-weight : bold;
}
#contentTitle {
	font : 16px Trebuchet MS, serif;
	color : #fff;
	text-align : center;
	font-weight : bold;
}
#news {
font : 12px Trebuchet MS, serif;
width : 225px;
color : #fff;
float : left;
background : url(images/blockBG.png) no-repeat;
padding-bottom : 10px;
padding-left : 10px;
padding-right : 10px;
padding-top : 10px;
}
#listen {
font : 12px Trebuchet MS, serif;
width : 225px;
color : #fff;
float : right;
background : url(images/blockBG.png) no-repeat;
padding-bottom : 10px;
padding-left : 10px;
padding-right : 10px;
padding-top : 10px;
}
#player {
font : 12px Trebuchet MS, serif;
width : 225px;
color : #fff;
background : url(images/blockBG.png) no-repeat;
padding-bottom : 10px;
padding-left : 5px;
padding-right : 5px;
padding-top : 10px;
}
#footer {
	font : 10px Trebuchet MS, serif;
	color : silver;
	padding-top : 20px;
	clear:both;
	text-align : center;
	background : Black url(images/logos-on-black.png) no-repeat;
	height : 40px;
}
#navcontainer
{
	font-family: Trebuchet MS, serif;
	margin: 0 auto;
	width: 494px;
	background : url(images/menuBG.gif) repeat-x;
}
#navlist
{
width: 494px;
text-align: center;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
color : #fff;
font-style: bold;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #FFAB00;
font-size: 1em;
padding: 0 2px;
}

#navlist li a:hover,#navlist a#current
{
color: #FFFE00;
border-top: none;
font-size: 1.5em;
}

#navlist a#current { color: #E10000; }

#smiley_box{
	width:95px;
	position:absolute;
	display:none;
	margin-left: 55px;
}
#smiley_box .smiley_top{
	background-image: url('images/smiley_top.png');
	background-repeat:no-repeat;
	height:30px;
	padding-left: 36px;
	
}
#smiley_box .smiley_middle{
	background-image: url('images/smiley_middle.png');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	
}
#smiley_box .smiley_middle span{
	position:relative;
}
#smiley_box .smiley_bottom{
	background-image: url('images/smiley_bottom.png');
	background-repeat:no-repeat;
	background-position:bottom left;
	height:44px;
	top:-6px;
	
}
#smiley_box a {
	float: left; text-decoration: none
}
#smiley_box a:link {
	color: #808080
}
#smiley_box a:hover {
	color: #333; background-color: #efefef
}
#smiley_box a:active {
	color: #808080
}
#smiley_box a:visited {
	color: #808080
}
#smiley_box img {
	border: 0;
}