@charset "utf-8";
body { 
 background-color:#FFFFFF;
 color: #333333;
}
.wrapper {
	height: 120px;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 120px;
	width: 900px;
}
a:link, a:visited, a:hover {
	color:#0099FF;
	text-decoration: none;
}
h1 {
	width:450px;
	height:120px;
	margin-top: 0px;
	background-image:url(/images/logo.png);
	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, h4 {
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
	color: #333333;
	margin-top: 0;
}
.logo {
	display: inline;
	float: left;
	height: 120px;
	width: 450px;
}
.menu_up {
	height: 25px;
	width: 900px;
	border-top: #333333 solid 1px;
	border-bottom: #333333 solid 1px;
}
.clear_cells {
	clear: both;
}

.umul {
	margin-top: 2px;
	padding-right: 0;
	margin-right: 0;
	float:right;
	display:inline;
	width: 300px;
}

.umli {
	float:left;
	list-style-type: none;
	padding-right: 6px;
	margin-left: 6px;
	display: inline;
}
.umlil {
	float:left;
	list-style-type: none;
	padding-right: 6px;
	margin-left: 6px;
}
.main_container {
	width: 898px;
	overflow: hidden;
	margin-top: 20px;
}

.main_menu {
	width: 200px;
	overflow: hidden;
	float: left;
	display: inline;
}
.cat {
	text-align: left;
	font-size:14px;
	font-weight: bold;
	color:#990000;
}

.mmli {
	border-bottom: #333333 solid 1px;
	height: 20px;
	padding-bottom: 5px;
	padding-top: 4px;
	padding-left: 3px;
	list-style-type: none;
	margin-left: 0px;
}

.mmul {
	margin-top: 25px;
	border-top: #333333 solid 1px;
	padding-left: 0;
	margin-left: 0;
}.right_sidebar {
	float: right;
	width: 680px;
	overflow: hidden;
}
.htag {
	height: 20px;
}
.text_cont {
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.text-align {
	padding: 5px;
	text-align: justify;
}
.iframe_cell {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}
.performers_container {
	margin-top: 5px;
	overflow: hidden;
}
.pagination_cont {
	margin-top: 10px;
	margin-bottom: 10px;
	height:20px;
	text-align: center;
}

.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;
}

.link_um:link, .link_um:active, .link_um:visited {
	color:#333333;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
.link_um:hover {
	color:#990000;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
.friends {
	width: 900px;
	margin-top: 20px;
}

.footer {
	height: 25px;
	border-bottom: #333333 solid 1px;
	border-top: #333333 solid 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.fta {
	color:#333333;
	text-align:center;
	padding-top: 2px;
}
 /* Performers page */
 
 .perf_img {
 	width: 320px;
 	height: 240px;
	float: left;
	display: inline;
	overflow:hidden;
 }
 
.perf_data {
	width: 560px;
	float: right;
}
.perf_data_align {
	padding: 10px;
}
.chat_buttons {
	width: 240px;
	float:left;
	margin-top: 5px;
	margin-left: 30px;
	display: inline;
}
