@charset "utf-8";
body {
	margin: 0px;
}

.header {
	height: 150px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	width:500px;
	height:150px;
	margin-top: 0px;
	background-image:url(../images/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;
}
.text_container {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.menu_h {
	height: 25px;
	width: 900px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.menu_h_links:link, .menu_h_links:hover, .menu_h_links:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.ul_menu_h {
	margin-top: 2px;
	height: 19px;
}
.li_menu_h {
	text-align: left;
	float: left;
	width: 10%;
	list-style-type: none;
}



.htag {
	width: 100%;
	height: 20px;
}
.introtext {
	width: 100%;
	margin-top: 2px;
}
.text_align {
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: justify;
}


.main_menu {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#tags {
	margin-top: 2px;
	padding-left: 7px;
	margin-left: 0px;
}
#tags_list {
	list-style-type: none;
	background:transparent url(../images/dot.gif) no-repeat 0px 6px;
	padding-left:20px;
	margin: 0px;
}
.tags_links:link, .tags_links:visited, .tags_links:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #e2e9ed;
	text-decoration: none;
}
.main_container {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.performer_container {
	width: 700px;
	float: right;
}
h2 {
	text-align: left;
	height: 20px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	margin-top: 2px;
}
h3 {
	text-align: left;
	height: 16px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e2e9ed;
	text-decoration: none;
	font-size: 14px;
	margin-top: 0px;
}
.h3tag {
	width: 100%;
	margin-top: 24px;
}

.thumbnail {
	height: 100px;
	width: 120px;
	padding: 2px;

}
.performer {
	margin: 5px;
	float: left;
	width: 124px;
	border: #999999 1px solid;
	display: inline;
	padding-bottom: 2px;
}
.performer_name {
	text-align: center;
	height: 16px;
	width: 120px;
	margin-top: 2px;
}
.profile_images {
	height: 20px;
	width: 120px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
}
.freechat_img {
	float: left;
	width: 60px;
	display: inline;
}
.viewprofile_img {
	float: right;
	width: 60px;
}



.sidebar {
	float: left;
	width: 180px;
	display: inline;
	background-color: #e04d4d;
	background-image: url(../images/sidebar_up.gif);
	background-repeat: no-repeat;
}

.performer_name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
	
.noborder {
	border: none;
}
.footer {
	height: 25px;
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.f_align {
	color: #333333;
	text-align: center;
}


/* Performer Page */

.main_perf_cont {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.performer_image {
	float: left;
	height: 240px;
	width: 320px;
	display: inline;
}
.performer_info {
	float: right;
	width: 560px;
}
.info {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	line-height: 10px;
	text-align: left;
}
.small_img_cont {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.thumb_boxes {
	float: left;
	height: 180px;
	width: 225px;
}

