@charset "utf-8";
body {
	background-color:#0a4f84;
	margin: 0;
}
.wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #FFFFFF;
}
.header {
	height: 120px;
	width: 900px;
}
.logo {
	display: inline;
	float: left;
	height: 120px;
	width: 430px;
}
h1 {
	width:430px;
	height:120px;
	margin-top: 0px;
	background-image:url(../img/logo.png);
	overflow: hidden;
}
a:link, a:visited, a:hover {
	color:#0066CC;
	text-decoration: none;
}
h1 a {
	display: block;
	text-align:left;
	height:120px;
	width:430px;
	text-decoration: none;
	text-indent: -2000em;
	z-index: 1000; /* need for FX and IE */
	overflow: hidden;
}
.banner_right {
	float: right;
	height: 60px;
	width: 468px;
	margin-top: 30px;
	margin-right: 2px;
}
.clear {
	clear: both;
}

.main_menu {
	width: 200px;
	margin-top: 5px;
}

.main_container {
	width: 900px;
	margin-top: 15px;
	overflow: hidden;
}
.left_sidebar {
	display: inline;
	float: left;
	width: 200px;
	overflow: hidden;
}
.right_sidebar {
	float: right;
	width: 680px;
}
ul {
	margin-top: 2px;
	margin-left: 0;
	padding-left:0;
	border-top: 1px #0066CC solid;
}

li {
	line-height: 28px;
	border-bottom: 1px #0066CC solid;
	padding-left: 10px;
}

.vertical_iframe_cont {
	width: 200px;
	margin-top: 20px;
	overflow: hidden;
	text-align: center;
}

.vertical_iframe {
	width: 200px;
	margin-top: 10px;
	overflow: hidden;
	text-align: center;
}

h2, h3, h4, h5 {
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
	color: #333333;
	margin-top: 0;
}

.htag {
	height: 20px;
}

.text_cont {
	width: 680px;
	margin-top: 10px;
	overflow: hidden;
}
.text_align {
	text-align: justify;
	padding: 5px;
}
.horizontal_iframe {
	width: 680px;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
}
.performer_container {
	width: 680px;
	overflow: hidden;
	margin-top: 20px;
}

.performer_box {
	margin: 5px;
	float: left;
	width: 124px;
	border: #999999 1px solid;
	display: inline;
	padding-bottom: 2px;
	overflow: hidden;
}


.thumbnail {
	height: 110px;
	width: 120px;
	padding: 2px
}

.performer_name {
	text-align: center;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 4px;
	color:#CCCCCC;
	font-size: 12px;
}
.noborder {
	border: none;
}

.lo_cont {
	width: 900px;
	overflow:hidden;
	margin-top: 20px;
}
.footer {
	width: 900px;
	height: 25px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* End Index CSS */

.performer_image {
	width: 320px;
	height: 240px;
	float:left;
	display:inline;
}
.performer_info {
	width: 340px;
	overflow: hidden;
	float: right;
}
.chat_buttons {
	width:320px;
	height: 25px;
	margin-left:0;
	margin-top: 5px;
}