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

img {border:0;}

hr{
	color:#FFFFFF;
	line-height:1px;
	margin-top:2px;
	margin-bottom:2px;
}

br {
	line-height:2px;
}
	
a {
	position:relative;
	z-index:1000;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #aaa16a;
    background-image: url(images/background.jpg);
    background-repeat: repeat-x;
    color: #fff;
    font: 12px/18px georgia, times;
	height:auto;
}

#wrap {
    margin-bottom: 20px;
    text-align: center;
}

#core {
    width: 940px;
    margin: 0px auto;
    text-align: left;
}

#head{
    text-align: center;
	width: 940px;
	height:162px;
}

#menu {
    margin: 0px;
    text-align: center;
	width: 940px;
	height: 92px;
	background-repeat: no-repeat;
	
}

#body {
	width:940px;
	height:auto;
}

#main_block {
	float:left;
	background-image:url(images/main_bg.png);
	background-repeat: no-repeat;
	width:611px;
	height:460px;
	margin-left:7%;
	display: inline;
}

#tour_block {
	float:left;
	background-image:url(images/tour_bg.png);
	background-repeat: no-repeat;
	width:822px;
	height:460px;
	margin-left:7%;
	display: inline;
}

#right_col {
	float:left;
	background-image:url(images/right_col_bg.png);
	background-repeat: no-repeat;
	width:259px;
	height:452px;
	display: inline;

}

#right_img {
	padding-left:9.5%;
	padding-top:3%;
	width:166px;
	height:250px;
}

#right_text {
	width:210px;
	font-family:Georgia "Times New Roman", Times, serif;
	color:#FFF;
}

#main_text {
	color:#FFF;
	width:611px;
	font-family:Georgia "Times New Roman", Times, serif;
}

#bio {
	color:#FFF;
	width:570px;
	font-family:Georgia "Times New Roman", Times, serif;
	overflow:auto;
	height:120px;

}

#tour_text {
	color:#FFF;
	width:611px;
	height:340px;
	font-family:Georgia "Times New Roman", Times, serif;
}

#title {
		padding-top:10px;
}

#news_text {
	color:#FFF;
	overflow:scroll;
	width:570px;
	overflow:auto;
	height:320px;
	padding-left:20px;
	font-family:Georgia "Times New Roman", Times, serif;
}

#thumbs{
	float:left;
	width:260px;
	height:380px;
	margin-top:20px;
	padding-left:20px;

}

#album_info{
	float:left;
	width:222px;
	height:auto;
	margin-top:5px;
	padding-left:2%;
	display:inline;

}

#song_list{
	float:left;
	width:150px;
	height:auto;
	margin-top:5px;
	padding-left:2%;
	display:inline;

}

.lyrics{
	font-family:Georgia "Times New Roman", Times, serif;
	color:#FFFDB8;
	font-size:10px;
}

#art_small{
	float:left;
	width:100px;
	height:auto;
}
#art_thumbs{
	float:left;
	width:165px;
	height:auto;
	margin-top:5px;
	padding-left:5%;
	display:inline;

}

#songlist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid white;
	width: 160px;
}

#songlist li{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid white;
	width:160px;
}

#gallery{
	float:left;
	width:300px;
	height:380px;
	margin-top:20px;
	margin-left:2%;
}

#bottom_right{
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	float:left;
	width:350px;
	height:120px;
	margin-left:1%;
	display: inline;

}

#player{
	background-image:url(images/player_bg.png);
	background-repeat:no-repeat;
	float:left;
	width:242px;
	height:120px;
	margin-left:1%;
	display: inline;

}

#bottom_left{
	background-image:url(images/bottom_left.png);
	background-repeat:no-repeat;
	float:left;
	width:200px;
	height:120px;
	margin-left:7%;
	display: inline;

}

#footer{
	float:left;
	width:817px;
	height:105px;
	margin-left:7%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;

}

img, div { behavior:url(iepngfix.htc); }









