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


/* zero-out browser formatting */
/* remove padding and margins */
ol,form { 
	margin:0; 
	padding:0 
}

/* links */
 
Body {
	background-color: #000000;
	background-image: url(graphics/15th-background.jpg);
	background-repeat: no-repeat;
}

img {
	display: block
}

hr {
	clear:both
}

#container	{
	position:absolute;
	width:960px;
	height:auto;
	z-index:1;
	left: 50%;
	margin-left: -490px;
	top: 10px;
	background-color: #333d25;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#masthead {
	width: 960px;
	height: 32px;
	float: left;
}

#main-content {
	background-color: #5c6451;
	height: auto;
	width: 600px;
	align: center;
	float: left;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#right-sidebar {
	background-color: #5c6451;
	float: left;
	width: 300px;
	padding-right: 20px;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
}

#footer {
	background-color: #5c6451;
	width: 920px;
	height: auto;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#main-content a, :link,:visited {
	text-decoration:none;
	font-weight: bold;
	color: #c1c9aa;
 }

#main-content a:hover {
	text-decoration:none;
	font-weight: bold;
	color: #dde1d0;
	border-bottom:1px dashed;
}

.performers-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: right;
	vertical-align: text-top;
}

.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	vertical-align: text-top;
}

#footer a, :link,:visited {
	text-decoration:none;
	font-weight: bold;
	color: #c1c9aa;
 }

#footer a:hover {
	text-decoration:none;
	font-weight: bold;
	color: #dde1d0;
	border-bottom:1px dashed;
}

#footer .footer-subtitle {
	text-decoration:none;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#footer .footer-credits {
	text-decoration:none;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
}

