@charset "utf-8";
body {
	background: #FFFFFF;
	color: #333333;
}
.wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.header {
	width: 900px;
	height: 120px;
}

h1 {
	width:450px;
	height:120px;
	margin-top: 0px;
	background-image:url(../img/logo.gif);
	overflow: hidden;
}
h1 a {
	display: block;
	text-align:left;
	height:120px;
	width:450px;
	text-decoration: none;
	text-indent: -2000em;
	z-index: 1000; /* need for FX and IE */
	overflow: hidden;
}

h2, h3, h4 {
	font-size: 18px;
	text-align: left;
	margin-top: 2px;
}

.main_menu {
	width: 900px;
	height: 25px;
	border-top: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
}

.mmul {
	margin-top: 2px;
	width: 300px;
	float:right;
}
.mmli {
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	list-style-type: none;
}

.mmlink:link, .mmlink:visited, .mmlink:hover {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.main {
	width: 900px;
	overflow: hidden;
	margin-top: 20px;
}

.left_side {
	width: 680px;
	float: left;
	display: inline;
}

.text_cont {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.right_side {
	width: 200px;
	float: right;
	overflow: hidden;
}

.htag {
	width: 100%;
	height: 25px;
}

.iframe_cont {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.online {
	font-size: 16px;
	font-weight: bold;
}

.models_cont {
	width: 100%;
	margin-top: 15px;
}

.partners {
	margin-top: 20px;
	width: 900px;
	overflow: hidden;
	margin-top: 20px;
}

.bottom {
	width: 900px;
	height: 25px;
	border-top: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

a:link, a:visited {
	color:#006699;
	text-decoration: none;
}

a:hover {
	color:#006699;
	text-decoration: underline;
}

/* Performer page */

.perf_image {
	width: 320px;
	height: 240px;
	float: left;
	display: inline;
}

.perf_info {
	width: 560px;
	overflow: hidden;
	float:right;
}

.chat_buttons {
	margin-top: 10px;
	width: 320px;
	height: 25px;
	float:left;
}

.noborder {
	border: none;
}