.header {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.bar {
	background-image: url(images/bar_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.main_table {
	height: 900px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
body {
	margin: 0px;
}
.menu {
	float: left;
	height: 200px;
	width: 170px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#left_menu{
border: none;
width: 170px;
}

#left_menu a{
font: bold 13px Verdana;
padding: 4px;
padding-left: 4px;
display: block;
width: 100%;
color: #666666;
text-decoration: none;
border-bottom: 1px solid #CCCCCC;
}

html>body #left_menu a{
width: auto;
}

#left_menu a:hover{
	background-color: #0099FF;
	color: white;
}
.bar_txt {
	text-align: left;
	padding-top: 2px;
	padding-left: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.right_table {
	float: right;
	height: 900px;
	width: 710px;
}
.text_table {
	text-align: justify;
	padding: 5px;
	height: 100px;
	width: 700px;
}
.performers_table {
	padding: 5px;
	height: 780px;
	width: 700px;
}
a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.footer {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.footer_text {
	text-align: right;
	padding-top: 2px;
	padding-right: 30px;
}
.friends {
	text-align: justify;
	overflow: hidden;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.friends_text {
	padding: 5px;
	text-align: justify;
}
.image {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.hcc_iframe {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
