body{
	/*
  margin-top:80px;
  font-size:13px;
  */
  	margin:0px;
	padding:0px;
	width:100%;
	font-family:"Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
	//background-repeat: repeat-x;
	background-color:#fff;
	background: url(../images/fullbg.jpg) fixed;
	background-position: top;
	margin-top:24px;
}

#header{
	margin:0px;
	padding:0px;
	width:100%;
	text-align: center;
	
	/*
	 background-color:#000;
	background-repeat: repeat-x;
	background:url("../images/headerBGtitle.jpg");
	*/
}

#divMenu{
	margin:0px;
	padding:0px;
	width:100%;
	text-align: left;
	background-color: #333;
	background-repeat: repeat-x;
	background:url("../images/BGmenu.jpg");
		margin: 0 auto;
		width:960px;

}

#menubbg {
	clear: both;
	height: 5px;
	z-index: 200;
	margin: 0 auto;
	background-color: #dadada;
}



#wrapper{

	width:100%;
	background-color:#000;

}


#slider {
	/* You MUST specify the width and height */
	background-color:#000;
	width:955px;
	height:347px;
	position:relative;
	overflow:hidden;
	/*margin: 0 auto;*/
	margin: 0 ;
list-style:none;
}




#mask-gallery {
	
	overflow:hidden;
	height:348px;
	list-style:none;
}
#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	z-index:0;
	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
		height:348px;
}

#gallery li {
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {

	
	/* Set the position */
	position:absolute;
	top:200px;
	left:20px;
	z-index:0;
	/* width should be lesser than #slider width */
	width:160px;
	overflow:hidden;

}
#mask-excerpt_logopic {
	/* Set the position */
	position:absolute;
	top:20px;
	left:0;
	z-index:0;
	/* width should be lesser than #slider width */
	width:170px;
	overflow:hidden;

}
	
#excerpt {
	/* Opacity setting for different browsers 
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	*/
	/* Clear the list style */
	list-style:none;
	margin:0;
	
	/* Set the position */
	z-index:100;
	position:absolute;
	top:0;
	left:0;
	padding:0px;
	margin:0px;

	/* 
	Set the style 
	background-color:#000;
	*/
	width:160px;
	overflow:hidden;
	word-break:break-all;
	font-family:arial;
	font-size:12px;
	color:#fff;
	text-align:left;
}

#excerpt li {
padding:1px;
letter-spacing: 2px;
}
	


	
#mask-schedule {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	padding-left:20px;
	padding-top:20px;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	right: -5px;
	
	/* Set the style */
	width:220px;
	height:327px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}


#mask-scheduleData {

	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	padding-left:0px;
	padding-top:0px;
	/* Set the position */
	z-index:100;
	position:absolute;
	top:0px;
	right: 0px;
	/* Set the style */
	width:220px;
	height:100%;


	overflow:hidden;
	font-family:arial;
	font-size:12px;
	color:#fff;
	text-align:left;
}
	
#scheduleData{
	margin-top:3px;
	margin-bottom:3px;
	line-height:20px;
	padding-bottom:3px;
	padding-top:3px;
	border-top: 1px solid #333333;
	border-bottom:1px solid #333333;
	}

#scheduleData a{
	text-decoration:none;
	cursor: pointer;
	color: #a6deff;
	}
#scheduleDataB{
	text-align:right;
	}

.clear {
	clear:both;	
}


#schedule-onair{
	float:right;
	}


#scheduleData a{
	text-decoration:none;
	cursor: pointer;
	color: #fff2a0;
	/*
	color: #ffea6a;
	*/
	}
