@charset "utf-8";
body {
	background: #0066CC url(images/body_bg.gif) repeat-y scroll center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.header {
	height: 120px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.main_menu {
	background-image: url(images/menu_bg.gif);
	height: 30px;
	width: 815px;
	margin-right: auto;
	margin-left: auto;
}
#menu_list {
	text-align: center;
	float: left;
	width: 20%;
	list-style-type: none;
	height: 30px;
	padding-top: 5px;
}
.perf_container {
	height: 900px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

.menu_l:link, .menu_l:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_l:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.perflayout {
	width: 740px; 
	margin-left: auto;
	margin-right: auto;
	margin-top:	5px; 
}
.perfbox {
	width: 130px;
	height: 170px;
	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;
}

.thumbbox {
	width: 110px;
	height: 125px;
	margin-top: 10px;
}
.perfname {
	width: 100px;
	text-align: center;
	margin-top: 6px;
}
.perftext:link, .perftext:visited, .perftext:hover, .perftext:active {
	line-height: 14px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.perftext:hover {
	text-decoration: underline; 
}

br { font-size: 8px; }
br { clear: both; }
.footer {
	text-align: center;
	height: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.copyright {
	height: 30px;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
#wrap_copuright {
	display: inline;
	float: left;
	width: 400px;
	margin-left: 15px;
}
.performer_table {
	height: 240px;
	width: 740px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#performer_img {
	float: left;
	height: 240px;
	width: 320px;
}
#performer_bio {
	float: right;
	height: 240px;
	width: 400px;
	border: 1px solid #000000;
	background-image: url(images/bio_bg.gif);
	background-repeat: repeat-x;
}
#p_align {
	padding: 10px;
}

.no_img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

