@charset "utf-8";
/* CSS Document */

body {
	background:#898989;
	color:#FFFFFF;
	font-family:Georgia,"Bitstream Vera Serif","Times New Roman",serif;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

#global {
	background:#FFFFFF;
	width:100%;
}

#global .corner1{
	background:url(images/bg_corner1.gif) no-repeat;
	width:44px;
	height:41px;
}

#global .corner2{
	background:url(images/bg_corner2.gif) no-repeat;
	width:45px;
}

#global .corner3{
	background:url(images/bg_corner3.gif) no-repeat;
	height:55px;
}

#global .corner4{
	background:url(images/bg_corner4.gif) no-repeat;
}

#global .top {
	background:url(images/bg_top.gif) repeat-x;
}

#global .bottom {
	background:url(images/bg_bottom.gif) repeat-x;
}

#global .line {
	border-bottom:solid 3px #666666;
}

#global .left {
	background:url(images/bg_left.gif) repeat-y;
}

#global .left2 {
	background:url(images/bg_left2.gif) no-repeat;
	height:136px;
}

#global .left3 {
	background:url(images/bg_left3.gif) repeat-y;
	vertical-align:top;
}

#global .right {
	background:url(images/bg_right.gif) repeat-y;
}

#global .right2 {
	background:url(images/bg_right2.gif) no-repeat;
	height:136px;
}

#global .right3 {
	background:url(images/bg_right3.gif) repeat-y;
	vertical-align:top;
}

#content {
	background:url(images/content.gif) repeat-x #aeaeae;
	vertical-align:top;
	padding-top:25px;
}

#content .main_container {
	background:#7178ff;
	margin-bottom:12px;
}

#content .main_container .corner1 {
	background:url(images/main_corner1.gif)  no-repeat;
	width:8px;
	height:110px;
}

#content .main_container .corner2 {
	background:url(images/main_corner2.gif)  no-repeat;
	width:10px;
}

#content .main_container .corner3 {
	background:url(images/main_corner3.gif)  no-repeat;
	font-size:1px;
	height:11px;
}

#content .main_container .corner4 {
	background:url(images/main_corner4.gif)  no-repeat;
	font-size:1px;
}

#content .main_container .left {
	background:url(images/main_left.gif) repeat-y;
}

#content .main_container .right {
	background:url(images/main_right.gif)  repeat-y;
}

#content .main_container .content {
	background:url(images/main_top.gif) repeat-x;
	vertical-align:top;
	padding: 15px 3px 3px 8px;
}

#content .main_container .bottom {
	background:url(images/main_bottom.gif) repeat-x;
	font-size:1px;
}

#content .main_container .title {
	color:#000000;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin-bottom:12px;
}

#content .main_container .hover a:hover {
	color:#FFFF00;
	font-weight:bold;
}

#footer {
	margin:15px;
	padding-bottom:-15px;
	text-align:center;
	font-weight:bold;
	z-index:15;
}

#search_block .left {
	background:url(images/search_left.png) no-repeat;
	width:18px;
	height:74px;
}

#search_block .center {
	background:url(images/search_center.png) repeat-x;
	vertical-align:top;
	padding-top:6px;
}

#search_block .right {
	background:url(images/search_right.png) no-repeat;
	width:21px;
}

#search_input {
	background:none transparent;
	border:none;
	width:100%;
}


#alphabet {
	text-align:center;
	margin-top:25px;
	font:"Trebuchet MS";
	font-size:20px;
	font-weight:bold;
}

#alphabet a:hover {
	text-decoration:underline;
	color:#00FF00;
}

#results {
	margin-top:22px;
	background:#FFFFFF;
	border:#000066 dashed 2px;
	padding:6px;
	color:#000000;
	font-size:12px;
}

.song_block {
	margin-bottom:5px;
}

.song_block a {
	color:#000000;
}

.song_block a:hover {
	color:#0000CC;
	text-decoration:none;
}

.song_block .song {
	padding-left:4px;
	text-decoration:underline;
	font-weight:bold;
}

#lyrics {
	/* */
}

#related_songs a {
	color:#000000;
	text-decoration:none;
}

#related_songs a:hover {
	color:#FF0000;
}