
#knds_logo{
	width:180px; height:10px;
	float:left;
	background-repeat:no-repeat;
	background-position: 50% 50%;
}
#knds_desc{
	width:420px; height: 110px;
	float:left; 
	position:relative;
}
#knds_desc_text{
	margin-left:8px;
	position:absolute;
	bottom:4px;
}
#bottom_content{
	width:604px;
	display:block; float:left;
	min-height:125px;
	border-top:1px solid #FFFFFF;
}
#bottom_left{
	width:180px;
	display:block; float:left;
	background-color:#DFEAF6;
	border-right: 1px solid #FFFFFF;
}
#bottom_right{
	width:420px;
	display:block; float:left;
	border-left: 1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
#current_show{
	padding:6px;
	width:165px;
	display:block;
	float:left;
	border-bottom:4px solid #FFFFFF;
	font-size:10px;
}
#upcoming_events{

	padding:6px;
	width:180px;
	display:block;
	float:left;
	border-bottom:3px solid #FFFFFF;
}
#upcoming_events table{
	margin-left:5px;
	color:#000000;
	font-size:10px;
	line-height:1em;
}
#upcoming_events table a{
	color:#0066FF;
	font-size:10px;
}
#recent_songs{
	width:180px;
	padding:6px;
	display:block;float:left;
	border-bottom:4px solid #FFFFFF;
}
#recent_songs table{
	color:#000000;
	font-size:10px;
	line-height:1em;

}
#recent_songs table a{
	color:#0066FF;
	font-size:10px;
}

.update{
	width:420px;
	float:left; display:block;
	margin-bottom:12px;
	margin-left:6px;
}
.update_image{
	float:left;
	margin-right:6px;
}
.update_image img{
	width:140px;
}
.update_content{
	float:left;
	margin:6px;
}
.update_date{
	color:#0066FF;
	margin-bottom:6px;
}


#knds_mini_chart{
	padding:6px;
	display:block;
	float:left;
	min-height:150px;
	color:#000000;
	font-size:10px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}
/*This is for the Outerslice */
#outerslice {
	background-color: #ffc;
	border-bottom: 1px solid #fc0;
	margin: 0 0 1px 0;
	padding: 0px 0;
	text-align: center;
}
/* Thats it */