@charset "utf-8";
/* CSS Document */
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: rgb(255,255,0);
	background-color: #330000;
	background-image: url(../images/tlo_logo2.gif);
}
#container {
	width: 60%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.year {
	font-size: 18px;
	font-style: italic;
	color: #FF3300;
	text-align: center;
}
.month {
        display: table-cell;
	padding: 5px;
	width: 80px;
}
.concert {
	display: table-cell;
	padding: 5px;
}
#navig {
	text-align: center;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #6E6901;
	padding-top: 10px;
	float: none;
	padding-bottom: 10px;
}
span {
	width: 108px;
	display: inline-block;
	background-color: rgb(71,5,6);
	font-size: 14px;
	border: 2px ridge rgb(157,157,0);
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(215,215,0);
	border-radius: 31px 0px 31px 0px;
	text-shadow: 1px 1px 1px rgb(0,0,0);
	font-style: normal;
}
span:hover {
	border-color: rgb(255,255,0);
	color: rgb(255,255,0);
}
a {
	text-decoration: none;
}

