/* CSS Document */

#left{
	position:absolute;
	width:261px;
	height:482px;
	background:url(../imgs/links/left_bg.jpg) top left no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#9c0505;
	left: 14px;
	top: 127px;
}

#categories{
	height:400px;
	overflow:hidden;
}

.category{
	position:relative;
	margin-top:10px;
	margin-left:15px;
}

.category_top{
  height:7px;
	width:227px;
	background:url(../imgs/links/category_top.jpg) top left no-repeat;
}

.category_bg{
  margin-top:-10px;
	width:227px;
	background:url(../imgs/links/category_bg.jpg) top left repeat-y;
}

html>body .category_bg{
  margin-top:0px;
}

.category_bg a, .category_bg a:active, .category_bg a:link, .category_bg a:visited{
  font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#9c0505;		
	background:url(../imgs/links/bullet.jpg) top left no-repeat;
	margin-left:5px;
	padding:5px;
	padding-left:33px;
}

.category_bg a:hover, .category_bg a.selected, .category_bg a:active.selected, .category_bg a:link.selected, .category_bg a:visited.selected{
	background:url(../imgs/links/bullet_over.jpg) top left no-repeat;
	color:#9c0505;			
}

.category_bottom{
  height:7px;
	width:227px;
	background:url(../imgs/links/category_bottom.jpg) top left no-repeat;
}

#right{
	position:absolute;
	width:516px;
	height:483px;
	background:url(../imgs/shows/right_bg.jpg) top left no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#9c0505;
	left: 272px;
	top: 127px;
}

#right_content{
  position:relative;
	margin-left:50px;
	top:45px;
	width:430px;
	height:430px;
	overflow:hidden;
}  

.link{
  float:left;
	margin-bottom:15px;
	margin-left:32px;
	text-align:center;
	width:110px;
}

#previous{
  clear:both;
  margin-top:10px;
  width:50%;
	float:left;
}

#next{
  margin-top:10px;
  width:42%;
	float:left;
	text-align:right;
}


#footer{
	position:absolute;
	width:766px;
	height:82px;
	background:url(../imgs/index/footer.gif) top left no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	left:6px;
	top:590px;
}

#footer a, #footer a:active, #footer a:link, #footer a:visited{
	color:#ffffff;
}	

#footer a:hover{
	color:#9c0505;
}
