@charset "utf-8";
body {
	margin: 0px;
}
.header {
	height: 120px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.hcc_iframe {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	width:400px;
	height:120px;
	margin-left: 8px;
	margin-top: 0px;
	background-image:url(images/logo.gif);
	overflow: hidden;
}
h1 a {
	display: block;
	text-align:left;
	height:120px;
	width:400px;
	text-decoration: none;
	text-indent: -2000em;
	z-index: 1000; /* need for FX and IE */
	overflow: hidden;
}
h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	margin: 0px;
}
#logo {
	display: inline;
	float: left;
	height: 120px;
	width: 400px;
	overflow: hidden;
}
#bannner {
	float: right;
	height: 60px;
	width: 480px;
	margin-top: 20px;
}
.line {
	height: 1px;
	width: 100%;
}
.main_menu {
	height: 25px;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#main_menu_ul {
	margin-top: 2px;
}

.main_menu_list {
	text-align: center;
	float: left;
	width: 20%;
	list-style-type: none;
	margin-top: 0px;
}
.main_container {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#text {
	text-align: justify;
	float: left;
	width: 680px;
	display: inline;
}
#performers {
	text-align: center;
	float: left;
	width: 680px;
	display: inline;
	margin-top: 20px;
}

#right_menu {
	float: right;
	height: 200px;
	width: 200px;
}
#right_menu_ul {
	margin-top: 2px;
}
#right_menu_li {
	list-style-type: none;
	background:transparent url(images/arrow.gif) no-repeat 0px 5px;
	padding-left:20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#friends_list {
	text-align: justify;
	padding: 5px;
	width: 890px;
	height: 70px;
}

.friends {
	height: 100px;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.titles {
	float: left;
	height: 20px;
	width: 70%;
	display: inline;
}
.menu_links:link,  .menu_links:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
.menu_links:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}
.footer {
	height: 30px;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	text-align: center;
}
a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}

