@charset "utf-8";

body {
	background: #8b1e1e url(images/bg.gif) repeat-y scroll center center;
	margin: 0px;
}
.header {
	width: 900px;
	height: 126px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
h1 {
	width:475px;
	height:126px;
	margin-left: 8px;
	margin-top: 0px;
	background-image:url(images/logo.gif);
	overflow: hidden;
}
h1 a {
	display: block;
	text-align:left;
	height:125px;
	width:483px;
	text-decoration: none;
	text-indent: -2000em;
	z-index: 1000; /* need for FX and IE */
	overflow: hidden;
}
/*#logo {
	width: 475px;
	margin-left: 8px;
}*/

.line {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrap_line {
	margin-left: 1px;
	background-image: url(images/menu_bg.gif);
	width: 100%;
	height: 2px;
}
/* Main Menu */
.main_menu {
	width: 900px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#ul_menu {
	margin-top: 2px;
}
#menu_list {
	float: left;
	width: 20%;
	list-style-type: none;
	text-align: center;
}
.menu_links:link, .menu_links:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #554040;
	text-decoration: none;
	}
.menu_links:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #480505;
	text-decoration: none;
	}

/* Performers Layout */
.table_top {
	width: 880px;
	margin-top: 15px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
}
.table_perf_top {
	width: 880px;
	margin-top: 15px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	margin-top: 2px;
	margin-left: 10px;
	padding-top: 7px;
	color:#abdad9;
	z-index: auto;
}
.performers {
	width: 865px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.table_top_wrap {
	background-image: url(images/table_top.gif);
	background-repeat: no-repeat;
	float: left;
	width: 410px;
}
.table_perf_top_wrap {
	background-image: url(images/table_perf_top.gif);
	background-repeat: no-repeat;
	float: left;
	width: 320px;
	margin-left: 10px;
	display: inline;

}


.perf_layout {
	width: 710px; 
	margin-left: auto;
	margin-right: auto;
	margin-top:	5px; 
}
.perf_box {
	width: 120px;
	height: 155px;
	float: left;
	margin-left: 11px;
	margin-right: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(images/performer.gif);
}

* html .perf_box {
	margin-left: 6px;
	margin-right: 6px;
}

.thumb_box {
	width: 100px;
	height: 110px;
	margin-top: 10px;
}
.perf_name {
	width: 100px;
	text-align: center;
	margin-top: 6px;
}
.perf_text:link, .perf_text:visited, .perf_text:hover, .perf_text:active {
	line-height: 14px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #abdad9;
}
.perf_text:hover {
	text-decoration: underline; 
}
br { font-size: 8px; }
br { clear: both; }
.text {
	height: 150px;
	width: 880px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/text_bg.gif);
	background-repeat: no-repeat;
}
#text_align {
	color: #abdad9;
	text-align: justify;
	padding: 20px;
}


/* Footer */
.footer {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#wrap_footer {
	text-align: center;
}
a:link, a:visited, a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.links:link, .links:visited, .links:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #abdad9;
	text-decoration: underline;
}
.performer_pers {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#performer_align {
	text-align: left;
	padding: 10px;
	color: #abdad9;
}
.noimage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#perf_img {
	height: 240px;
	width: 320px;
	margin-left: 20px;
	float: left;
	display: inline;
}
#perf_text {
	background-image: url(images/perf_text_bg.gif);
	background-repeat: no-repeat;
	float: right;
	height: 240px;
	width: 520px;
	margin-right: 20px;
	margin-left: 20px;
}
