body {
	background-color: #F1EDED;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1e1b18;
}
p{
	text-align:justify;
	line-height:18px;
	padding:0px 0 5px 0;
}
span.red{
	color:#990000;
	font-weight:bold;
}
.clear{
	clear:both;
}
#main_container{
	width:900px;
	height:auto;
	margin:auto;
}
#header{
	width:900px;
	height:163px;
	margin:auto;
}
#logo{
	padding:17px 0 0 0;
	float:left;
}
.on_air{
	float:right;
	padding:15px 23px 0 0;
}
/*----------------------menu-------------------------*/
#menu{
	width:856px;
	height:39px;
	clear:both;
	margin:auto;
	padding:0px;
	background:url(images/menu_bg.gif) no-repeat center;
}
#menu ul{
	list-style:none;
	padding:0 0 0 30px;
	margin:0px;
	display:block;
}
#menu ul li{
	list-style:none;
	display:inline;
	float:left;
	width:auto;
	padding:0px; 
	font-size:15px; 
	line-height:39px; 
}
#menu ul li{
	list-style:none;
	display:inline;
	float:left;
	width:auto;
	padding:0px; 
	font-size:15px; 
	line-height:39px; 
}
#menu ul li a {
	float:left;
	text-decoration:none;
	padding:0px 10px 0 30px; 
	margin:0px;
	color:#fff;
	text-align:center;
	font-weight: normal;
}
#menu ul li a:hover{
	text-decoration:none;
	color: #fff; 
	padding:0px 10px 0 30px;
	font-weight: normal;	
}

.left_content{
	width:480px;
	float:left;
	padding:10px 10px 30px 30px;
}
/* */
.right_content{
	width:345px;
	float:left;
	padding:10px 0 30px 30px;
}
img.listen_live{
	padding:20px 0 0 0px;
}
.track_name{
	width:295px;
	height:104px;
	background:url(images/track_playing.gif) no-repeat center;
	margin:10px 0 0 0px;
}
.track_name p{
	width:150px;
	padding:50px 0 0 100px;
	text-align:center;
	color:#FFFFFF;
}
.title{
	font-size:20px;
	color:#a90329;
	clear:both;
	padding:10px 0 10px 0px;
}
img.left_img{
	float:left;
	padding:0 10px 0 0;
}

.right_news{
	float:left;
	width:auto;
	padding:10px 0 8px 0;
}
.news_date{
	width:42px;
	height:48px;
	float:left;
	color:#990000;
	line-height:50px;
	text-align:center;
	background:url(images/date_bg.gif) no-repeat center;
}
.news_img {
	float:left;
	margin-right: 10px;
}
.news_content{
	width:300px;
	text-align:justify;
	line-height:18px;
}
.right_news a, a:visited {
	color:#ae1337;
	text-decoration:none;
	font-weight:bold;
}
.right_news a:hover {
	color:#ae1337;
	text-decoration: underline;
	font-weight:bold;
}
/* */
a.more-link, a:visited.more-link{
	color:#ae1337;
	text-decoration:none;
	font-weight:bold;
	float: right;
}
a:hover.more-link {
	color:#ae1337;
	text-decoration: underline;
	font-weight:bold;
	float: right;	
}
.left_shows{
	float:left;
	width:auto;
	border-bottom:1px #ae1337 dashed;
	padding:10px 0 8px 0;
	margin:0 0 10px 0;
}
.show_date{
	width:100px;
	height: auto;
	float:left;
	color:#5f6c7a;
	font-size:24px;
}
.show_text_content{
	width:370px;
	float:left;
	text-align:justify;
	line-height:18px;
	padding:0 0 0 10px;
}
a.more_details{
	float:right;
	padding:10px 0 0 0;
	color:#ae1337;
	text-decoration:none;
	font-weight:bold;
}


/*-----------------------------galeria------------------*/
.photo_gallery{
	padding:30px 0 0 0;
}
.gallery_thumbs{
	padding:0px;
}
img.gallery_thumb{
	float:left;
	padding:0 10px 0 10px;
}

/*-----------------------------footer------------------*/
#footer{
	clear:both;
	width:856px;
	height:65px;
	margin:auto;
	color:#a90329;
	border-top: 1px dotted #ae1134;
}
.copyright{
	float:right;
	padding-left:10px;
	padding-top:10px;
}
.footer_links{
	float:left;
	padding-right:15px;
	padding-top:13px;
}
.footer_links a{
	text-decoration:none;
	color: #a90329;
	padding-left:10px;
}
.footer_links a:hover{
	text-decoration:underline;
	color: #a90329;
}

#searchform #s {
	width: 135px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #ae1134;
	background: #f1eded;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
#searchform #s {
	width: 135px;
	height: 20px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #ae1134;
	background: #f1eded;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

.alignleft {
	float: left;
}