* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.clear {
	height: 0;
	clear: both;
	overflow: hidden;
}
#site {
	width: 1210px;
	margin: 0 auto;
}
#header {
	background: url('images/header_back.gif');
	height: 106px;
	margin: 0 0 1px;
}
#logo {
	
	height: 106px;
	background: url('images/header.jpg') no-repeat;
}
#nextshow {
	width: 391px;
	float: right;
	height: 106px;
}
#nextshow .txt {
	width: 223px;
	padding: 10px 7px 0 0;
	float: left;
	height: 96px;
	text-align: right;
}
#nextshow h2 {
	font-size: 22px;
	font-weight: bold;
}
#nextshow .show_name {
	color: #ee0000;
}
#nextshow .img {
	float: right;
}
#content {
	background: url('images/content_back.gif');
	margin: 0 0 1px;
	padding: 12px;
}
#content .player {
	width: 521px;
	float: left;
	margin-right: 24px;
	color: #fff;
	padding: 0 0 10px 0;
}
#content .player h2 {
	font-size: 24px;
	font-weight: bold;
}
#content .player .bw {
	color: #ccc;
	display: block;
	text-align: right;
	padding-top: 2px;	
}
#content .player .bw a {
	color: #ccc;
}
#content .player .bw a:hover {
	color: #fff;	
}
#content .player p.desc {
	text-align: justify;
	margin: 0 0 10px;
}
#content .player .contacts {
	text-align: right;
	color: #c3c3c3;
	padding-top: 20px;
}
#content .player a {
	color: #fff;
}
#content .player a:hover {
	color: #c3c3c3;
}
#player {
	margin: 0 0 10px;
}
#content .chat {
	width: 641px;
	float: left;
}

#footer {
	background: url('images/footer_back.gif');
	width: 1180px;
	height: 79px;
	padding: 24px 0 0 30px;
	
}
#footer .like {
	background: url('images/like_the_men.gif') no-repeat 0 15px;
	height: 40px;
	width: 175px;
	float: left;
	margin-right: 31px;
}
#footer .btn {
	display: block;
	background-repeat: no-repeat;
	height: 56px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}
#footer .buy_dvd {
	background-image: url('images/btn_buy_dvd.gif');
	width: 202px;
	margin-right: 34px;
}
#footer .watch {
	background-image: url('images/btn_watch.gif');
	width: 412px;
	margin-right: 32px;
}
#footer .web_page {
	background-image: url('images/btn_web_page.gif');
	width: 252px;
}
.scheditem {
	float: left;
	width: 235px;
	margin: 0 15px 15px 0;
}
.schedimg {
	float: left;
	margin: 2px 6px 0 0;
}
.schedule {
	padding: 7px;
	background: #575757;
}
