#main_cont {
	width: 800px;
	background-color: #fff;
	text-align: left;
}

#lf_cont {
  float: left;
	font-size: 12px;
	width: 260px;
	text-align: left;
	margin-right: 10px;
}

#rt_cont {
	width: 100%;
	height: 400px;
}

#footer {
	clear: both;
	width: 700px;
	text-align: center;
	padding-bottom: 10px;
}

.shows_title {
	font-size: 22px;
  text-align: center;
}

.shows_box {
	margin-top: 10px;
	border: 1px #000 solid;
	background-color: #eee;
	margin-left: 285px;
	width: 480px;
	height: 375px;
}

li a, li a:visited {
	display: block;
	padding: 2px 0px;
	color: #bd0505;
}

li a:hover {
	padding-left: 5px;
	color: #fff;
	background-color: #bd0505;
}