body, html {
	margin: 0;
	padding: 0;	
	background-color: #000;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 12;
	text-align:center;
	color: #999;
}

.player {
	width: 360px;
	height: 116px;
	margin-top: 15px;
	
	margin-left: 10px;
}

.images {
	margin-bottom: 0px;
	margin-top:15px;
}

.paraText {
	margin: 8px 0 8px;
}

.links:link {text-decoration: underline; color: #999;} 
.links:visited {text-decoration: underline; color: #999;}
.links:active {text-decoration: underline}
.links:hover {text-decoration: underline; color: #FFF;}


/*--LYRICS_BLOCK ----------------------------------------------*/
#lyrics_block {
	margin-top: 40px;
}

#lyrics_head {
	font-weight: bold;
	font-size: 18pt;
}

#lyrics_author {
	margin-top: 5px;
	font-style: italic;
}

#lyrics_body {
	margin-top: 15px;
}

#lyrics_table {
	font-size: 10pt;
	border-collapse: collapse;
	color: #777;
}

#lyrics_table_tr1, #lyrics_table_tr2, #lyrics_table_tr3  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#lyrics_table #td1 {
	border-right-width: 1px;
	border-right-style: solid;

}

#lyrics_table #td3{
	border-left-width: 1px;
	border-left-style: solid;

}

#lyrics_table tr, #lyrics_table td {
	text-align: center;
	height: 30px;
	border-color: #333;
}
/*------------------------------------------------------------*/
/*-support table----------------------------------------------*/

#show_more_td {
	font-size: 10px;
	text-align: center;
}

#show_more_div {
	cursor: pointer;
	cursor: hand;
}

#support_block #td1, #support_block #td3 {
	width: 33%;
}

#support_block #td2 {
	width: 34%;
}

#support_other {
	display: none;
	margin-bottom: 10px;
}

#support_table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}

#support_table tr {
	text-align: center;
	vertical-align: middle;
}

/*------------------------------------------------------------*/


#logos {
	float: left;	
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}


#wrap {
	width: 1000px;
	margin: 0 auto;
	background: #000;
	/*border-right: 10px solid #1c1c1c;*/
	/*border-left: 10px solid #1c1c1c;*/
}

#innerWrap{
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 60px;
}

#header {
	padding-top: 60px;
	margin-bottom: 20px;
	
	text-align: center;
}

#left {
	float: left;
	width: 380px;	

	text-align: right; 
}

#right {
	float: right;
	width: 380px;

	text-align: left;
}

#outerText  {
	text-align: center;
}

#textLeft {
	text-align:justify;	
	width: 360px;
	margin: 12px auto 0px;
	
	line-height: 1.3em;
}

#textRight_IE {	
	text-align: justify;	
	width: 360px;
	margin: 0px auto 0px;
	
	line-height: 1.3em;
}

#textRight {
	text-align: justify;	
	width: 360px;
	margin: 12px auto 0px;
	
	line-height: 1.3em;
}
	

img { border: none; margin: 0px; } 
A:link {text-decoration: none; color: #999;} 
A:visited {text-decoration: none; color: #999;}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: #FFF;}


