@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	color: #eeeeee;
	margin: 5px 0px;
	padding: 0px;
	}
	
#wrapper {
	margin: 0px auto;
	width: 780px;
	padding: 0px;
	border: 0px;
	}
	
#header {
	position: relative;
	width: 780px;
	height: 130px;
	background-image: url(/imgs/template/header.jpg);
	background-repeat: no-repeat;
	}

#logo {
	position: absolute;
	left: 20px;
	top: 10px;
	}
	
#main-top {
	margin: 10px 0px 0px 0px;
	width: 780px;
	height: 10px;
	background-image: url(/imgs/template/main-outer-border.gif);
	overflow: hidden;
	}

#main-outer {
	margin: 0px;
	width: 780px;
	background-image: url(/imgs/template/main-outer-background.jpg);
	background-repeat: repeat-y;
	}
	
#homepic {
	width: 150px;
	margin: 0px;
	float: right;
	display: inline;
}
	
#main-bottom {
	clear: both;
	margin: 0px 0px 10px 0px;
	width: 780px;
	height: 10px;
	background-image: url(/imgs/template/main-outer-border.gif);
	overflow: hidden;
	}
	
#ticker {
	position: relative;
	width: 120px;
	height: 40px;
	background-image: url(/imgs/template/next-performance.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	overflow: hidden;
	z-index: 1;
	}

#ticker p {
	position: absolute;
	font: normal .9em arial, helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px 10px;
	width: 100px;
	text-align: center;
	}
	
#ticker a:link, #ticker a:visited {
	text-decoration: none;
	color: #000000;
	}
	
#ticker a:hover {
	color: #004F91;
	}
	
#banners {
	width: 120px;
	margin: 0px 10px;
	padding: 10px;
	float: right;
	display: inline;
	}	
	
#main-content {
	width: 560px;
	padding: 15px;
	margin: 0px 160px 0px 10px;
	color: #000000;
	}
	
.img-left {
	width: 210px;
	height: 160px;
	background-color: #454545;
	padding: 10px;
	margin: 5px 15px 0px 0px;
	float: left;
	}
	
.img-right {
	width: 210px;
	height: 160px;
	background-color: #454545;
	padding: 10px;
	margin: 5px 0px 0px 15px;
	float: right;
	}
	
	
#main-content h1 {
	padding: 0px;
	font: normal 1.3em 'times new roman', times, serif;
	margin: 5px 0px 15px 0px;
    border-bottom: 1px dotted #000000;
}

#main-content h2 {
	padding: 0px;
	font: normal 1.1em 'times new roman', times, serif;
	margin: 0px 0px 10px 0px;
	color: #990000;
}
	
#main-content p {
	font: normal .8em arial, helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0px 0px 10px 0px;
}

#main-content table.season {
	width: 100%;
	}


#main-content table.season th {
	font: normal 1.1em 'times new roman', times, serif;
	color: #990000;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 2px solid #212121;
	padding: 5px;
	margin: 0px;
}


#main-content table.season td {
	font: normal .8em arial, helvetica, sans-serif;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #212121;
	padding: 5px;
	margin: 0px;
}

#main-content table.artists td {
	font: normal .8em arial, helvetica, sans-serif;
	line-height: 1.5em;
	text-align: center;
	padding: 5px;
	margin: 0px;
}


#main-content p:first-letter {
	font: normal 1.75em 'times new roman', times, serif;
	padding: 0px;
	}
	
#main-content ul, #main-content ol {
	font: normal .8em arial, helvetica, sans-serif;
	line-height: 1.25em;
	margin: 0px;
	padding: 0px;
}

#main-content ul li, #main-content ol li {
	margin: 0px 10px 5px 20px;
	padding: 0px;
	}

#main-content a:link, #main-content a:visited {
	color: #0077D9;
	font-weight: bold;
	text-decoration: underline;
}

#main-content a:hover {
	color: #004F91;
}

#footer {
	width: 750px;
	padding: 15px 15px 5px 15px;
	background-color: #121212;
	color: #eeeeee;
	}
	
#footer p {
	font: normal .7em arial, helvetica, sans-serif;
	margin :0px 0px 10px 0px;
	}
	
#footer a:link, #footer a:visited {
	color: #cccccc;
	text-decoration: underline;
}

#footer a:hover {
	color: #ffffff;
	}

#footer h2 {
	font: normal 1em 'times new roman', times, serif;
	margin: 0px;
}

#address {
	float: right;
	display: inline;
	width: 200px;
	text-align: right;
	}
	
	

