@charset "utf-8";
body {
	background: #8b1e1e url(../images/body_bg.gif) repeat-y scroll center center;
	margin: 0px;
}
.main_container {
	width: 900px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.lij_header {
	height: 120px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	height: 120px;
	width: 450px;
	margin-left: 5px;
	overflow: hidden;
}
h1 {
	width:450px;
	height:120px;
	margin-left: 8px;
	margin-top: 0px;
	background-image:url(../images/live_jolly_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 {
	text-align: justify;
	margin-top: 6px;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
#friends_wrap {
	text-align: justify;
}

#right_menu {
	float: left;
	margin-left: 5px;
	height: 250px;
	width: 230px;
	display: inline;
}

#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;
}
.menu_links:link,  .menu_links:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #f47b06;
	text-decoration: none;
}
.menu_links:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #fca550;
	text-decoration: none;
}

.right_text_container {
	float: right;
	width: 610px;
	margin-right: 20px;
	display: inline;
	overflow: hidden;
}
#h2_img {
	background-image: url(../images/text_up_img.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 610px;
}
.performer_table {
	width: 610px;
	margin-top: 20px;
	overflow: hidden;
}
#performer_img {
	display: inline;
	float: left;
	height: 200px;
	width: 260px;
}
.perf_text {
	float: right;
	width: 340px;
	margin-right: 0px;
	text-align: justify;
	text-indent: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
}
.performers_iframe {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.footer {
	text-align: center;
	height: 30px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 20px;
}
a:link, a:visited {
	color: #f47b06;
	text-decoration: none;
}
a:hover {
	color: #fca550;
	text-decoration: none;
}
