@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/BG_Live.gif);
}

a:link {
	color: #7b0e0e;
}
a:visited {
	color: #7b0e0e;
}
a:hover {
	color: #7b0e0e;
	text-decoration: none;
}
a:active {
	color: #7b0e0e;
	text-decoration: none;
}

hr {
	color: #7b0e0e;
	background-color: #7b0e0e;
}

#Footer p {
	color: #7b0e0e;
}
#Footer ul li {
	background-image: url(../images/Footer_Devide_Live.gif);
} 

.TextDark {
	color: #7b0e0e;
}
.TextLight {
	color: #e72525;
}

#ShowsBox {
	background-color: #d1d1d1;
	background-image: url(../images/BG_GeyBoxLY.gif);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	clear: left;
	margin-top: 10px;
	float: left;
	width: 708px;
}

#ShowsBox #Title {
	color: #e72525;
}

#ShowsBox #Title a {
	color: #e72525;
	text-decoration:underline;
}
#ShowsBox #Title a:visited {
	color: #e72525;
	text-decoration:underline;
}
#ShowsBox #Title a:hover {
	color: #e72525;
	text-decoration:none;
}
