/* CSS Document */

body { background-image:url(images/bg.jpg);
               background-repeat:repeat-x;
			   background-position:top center;
			   border:0;
			   margin-top:20px;
			   margin-bottom:0px}

div#description {margin:0 auto;}

td#buttons {margin:0; padding:0; border:0;}
			
td#flash {margin:0; border:0; padding-bottom:5px;}

td#ads-topside {background-image:url(images/ads_topside.gif);
				height:8px;
				background-repeat:no-repeat;
				padding: 0; border: 0px;}

td#ads-bg {background-image:url(images/ads_bg.gif);
				background-repeat:repeat-y;
				padding:0; border: 0px;}
				
td#ads-botside {background-image:url(images/ads_botside.gif);
				height:8px;
				background-repeat:no-repeat;
				padding-bottom:15px; border: 0px;}

td#dj-topside {background-image:url(images/dj_topside.gif);
				height:8px;
				background-repeat:no-repeat;
				padding: 0; border: 0px;
				vertical-align:top;}

td#dj-bg {background-image:url(images/dj_bg.gif);
				background-repeat:repeat-y;
				padding: 0; border: 0px;}
				
td#dj-botside {background-image:url(images/dj_botside.gif);
				height:8px;
				background-repeat:no-repeat;
				padding-bottom:15px; border: 0px;}
				
td#content-topside {background-image:url(images/content_topside.gif);
				height:8px;
				background-repeat:no-repeat;
				padding: 0; border: 0px;}

td#content-bg {background-image:url(images/content_bg.gif);
				background-repeat:repeat-y;
				padding: 0; border: 0px;}
				
td#content-botside {background-image:url(images/content_botside.gif);
				height:8px;
				background-repeat:no-repeat;
				border: 0px;
				padding-bottom:20px;
				}
#button01 {
	display: block;
	width: 122px;
	height: 32px;
	background: url(images/btn_listenlive_on.jpg);
}

#button01:hover {
	background: url(images/btn_listenlive_off.jpg);
}

#button02 {
	display: block;
	width: 110px;
	height: 32px;
	background: url(images/btn_home_on.jpg);
}

#button02:hover {
	background: url(images/btn_home_off.jpg);
}

#button03 {
	display: block;
	width: 141px;
	height: 32px;
	background: url(images/btn_curtnunnery_on.jpg);
}

#button03:hover {
	background: url(images/btn_curtnunnery_off.jpg);
}

#button04 {
	display: block;
	width: 112px;
	height: 32px;
	background: url(images/btn_sports_on.jpg);
}

#button04:hover {
	background: url(images/btn_sports_off.jpg);
}

#button05 {
	display: block;
	width: 134px;
	height: 32px;
	background: url(images/btn_community_on.jpg);
}

#button05:hover {
	background: url(images/btn_community_off.jpg);
}

#button06 {
	display: block;
	width: 156px;
	height: 32px;
	background: url(images/btn_news_on.jpg) no-repeat;
}

#button06:hover {
	background: url(images/btn_news_off.jpg) no-repeat;
}