body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #46473e;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	height:1px;
	border: 1px dotted #46473e;
}

a {
	color: #46473e;
}
a:link {
	color: #46473e;
	text-decoration: none;
	border-bottom: 1px solid #46473e;
}
a:hover {
	color: #46473e;
	text-decoration: none;
	border-bottom: 0px;
}


.header { 
	clear: both;
	padding: 4px 0px 4px 0px; 
	text-indent: 4px;
	color:#e1e4c9;
	font-family: arial, sans-serif; 
	font-size: 9px; 
	background-color: #5f6054; 
	margin: 5px 0px 8px 0px;
}
.header a { 
	color:#e1e4c9;
	text-decoration:none;
}

/* basic window parts ----------------------------- */
.windowDiv {
	position: absolute;
	top: 163px;
	height: 439px;
	background-color: #e1e4c9;
}
.headerDiv {
	background-color: #46473e;
	color:#e1e4c9;
	padding: 10px;
}

.contentDiv {
height:355px;
color: #46473e;
padding: 15px 7px 0px 7px;
}
.scroller {
height:391px;
overflow:auto;
}

	/*filter: alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;*/


/* main window -------------------------- */
#windowDivMain {
	left: 219px;
	width: 535px;
}
#bottomDivRadio{
	background-image: url(images/radio_bg.gif);
	background-repeat: no-repeat;
	text-indent: 75px;
}

/* main content div ----------------------- */
#content {
	width: 215px;
	left: 0px;
}

.newsSpacer {
	width:100%;
	height:8px;
}

/* nav window ------------------------- */
#windowDivNav {
	left: 758px;
	width: 100px;
}
#windowDivNav .navLink a {
	text-decoration: none;
	border-bottom: 0px;
}
#windowDivNav .navLink a:link {
	text-decoration: none;
	border-bottom: 0px;
}
#windowDivNav .navLink a:hover {
	text-decoration: none;
	border-bottom: 1px solid #46473e;
}

.navLink {
	color: #46473e;
	font-size: 10px;
	width:100%;
	display:table;
	font-family: Arial, Helvetica, sans-serif;
}

/* flyer box ------------------------------ */
#flyerbox {
	background-color: #e1e4c9;
	filter: alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	position: absolute;
	top: 0px;
	left: 1024px;
	padding:5px;
}



/* link listing ----------------------------- */
.listingLink {
	/*float:left;*/
	width: 165px;
	text-indent:4px;
}
.listingLink a {
	text-decoration: none;
}
.listingLink a:link {
	color: #46473e;
	border-bottom: 0px;
}
.listingLink a:hover {
	color: #46473e;
	text-decoration: none;
	border-bottom: 1px solid #46473e;
}


/* image styles ------------------------------- */
img {
	border:0px;
}

.extLinkImg {
	border: 0px;
	width: 11px;
	height: 11px;
	padding-left: 6px;
}

.playArtistBtn {
	width:15px;
	height:10px;
}