/******************************************************************************/
/***** Page Elements *****/
/******************************************************************************/
h3
{
	color:#162e55;
	font-family:Arial;
	font-size:16pt;
}
/******************************************************************************/
/***** Classes *****/
/******************************************************************************/
.sidebar-l
{
	width:180px;
	padding:5px;
}
.sidebar-r
{
	width:160px;
	padding:5px;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
.page
{
	padding:5px;
	width:600px;
	height:552px;
	max-height:552px;
	overflow:hidden;
}
.filler
{
	min-height:400px;
	width:300px;
	position:relative;
}
.logo
{
	width:300px;
	margin-top:10px;
}

/*.now			{top:702px;}*/
.ticker-cont	{top:668px;}
.now, .ticker-cont
{
/*	position:absolute;
	width:578px;*/
	height:25px;
	line-height:25px;
	padding:0 10px;
	border: solid 1px #162e55;
	background-color:#ddd;
	margin:0 5px;
}
.ticker
{
	left:80px;
	top:-25px;
}
.listenLive
{
	width:180px;
	padding-bottom:5px;
}
.KTEK
{
	text-align:center;
}
.link
{
	cursor:hand;
}

/******************************************************************************/
