@charset "utf-8";
body {
	background: #333333 url(images/body_bg.gif) repeat-y scroll center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
.header {
	height: 100px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#align_logo_left {
	float: left;
	height: 100px;
	width: 300px;
	display: inline;
	margin-left: 4px;
}
#align_banner_right {
	float: right;
	height: 60px;
	width: 480px;
}
.hcc_iframe {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.first_table {
	height: 200px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.lft_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;
	margin-left: 20px;
	display: inline;
}
.text_area {
	float: right;
	height: 200px;
	width: 590px;
}
#text_align {
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
}
.performers_iframe {
	height: 750px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.performers {
	height: 750px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.no_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.friends {
	height: 50px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.footer {
	height: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

#friends_wrap {
	text-align: justify;
	padding-right: 10px;
	padding-bottom: 10px;
}

.links:hover {
	text-decoration: none;
	background-image:url(images/menu_link_bg.jpg);
	display:block;
	font-family: Times, serif;
	font-size: 16px;
}

#lftmenu{
border: none;
width: 170px;
}

#lftmenu 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 #lftmenu a{
width: auto;
}

#lftmenu a:hover{
background-color: #990000;
color: white;
}
