@charset "utf-8";
body {
	margin: 0px;
}
h1 {
	width:400px;
	height:120px;
	margin-top: 0px;
	background-image:url(../graphics/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 {
	line-height:normal;
	color:#CCCCCC;
	font-size: 16px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

li {
	line-height: 25px;
}
.clear {
	clear: both;
}

.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.top {
	background-color: #025387;
	height: 120px;
	width: auto;
}
.header {
	height: 120px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.logo_cont {
	display: inline;
	float: left;
	height: 120px;
	width: 400px;
}
.wrapper {
	width: 900px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	overflow: hidden;
	background-color: #025387;
}

.main {
	width: 900px;
	margin-top: 20px;
	overflow: hidden;
}

.menu_links:link, .menu_links:active, .menu_links:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.menu_links:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #025387;
	text-decoration: none;
}

#text_container {
	width: 636px;
	float: left;
	margin-left: 20px;
	display: inline;
}

#live_feed {
	float: right;
	width: 204px;
	height: 186px;
	margin-right: 20px;
	border: #FFFFFF solid 1px;
}
#htag {
	width: 100%;
	height: 20px;
}

.txt_align {
	text-align: justify;
	font-size: 14px;
	color: #FFFFFF;
}

.second {
	width: 900px;
	margin-top: 20px;
	overflow: hidden;
}

#sidebar {
	float: left;
	width: 200px;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	display: inline;
	background-color: #FFFFFF
}

.cat {
	font-size: 16px;
	font-weight: bold;
	color: #025387;
	text-align: center;
}

/* Performers Container */

.performer_container {
	float: right;
	width: 600px;
	margin-right: 20px;
	overflow:hidden;
}

.performer_box {
	float: left;
	width: 124px;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
	border: 1px solid #CCCCCC;
	display: inline;
	overflow: hidden;
	background-image: url(../graphics/thumb_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


.thumbnail {
	height: 90px;
	width: 120px;
	padding: 2px;
}

.performer_name {
	text-align: center;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 4px;
	color:#CCCCCC;
	font-size: 12px;
}


.performers_imag_cont {
	float: left;
	height: 242px;
	width: 322px;
	border: 1px solid #FFFFFF;
	margin-top: 20px;
	margin-left: 20px;
	overflow: hidden;
	display: inline;
	background-image: url(../graphics/perf_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.performer_data {
	float: right;
	width: 400px;
	margin-top: 20px;
	margin-right: 20px;
	overflow: hidden;
}
 .perf_data_align {
	font-family:"Trebuchet MS";
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	line-height: 22px;
}
.performer_links_cont {
	display: inline;
	float: left;
	height: 25px;
	width: 320px;
	margin-left: 20px;
}

.perf_ul {
	margin-top: 1px;
}

.perf_li {
	float:left;
	list-style-type: none;
	margin-right: 7px;
	padding-left: 7px;
	margin-left: 0px;
}
.net_cont {
	width: 900px;
	margin-top: 20px;
}
.net_align {
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}


.footer {
	width: 900px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#footertxtalign {
	text-align: center;
	color:#FFFFFF;
}

/* Default link */

a:link, a:visited {
	color:#FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.friends {
	width: 900px;
	margin-top: 20px;
}