@charset "UTF-8";
/*formatting style
---------------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666;
	background-attachment: fixed;
	background-color: #999;
	background-image: url(images/records_bg.jpg);
	background-repeat: repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #99CC33;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #99CC33;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
ul {
	list-style: url(images/list.jpg) none outside;
	text-align: justify;
	margin-left: 15px;
}
.txt {
	text-indent: 20px;
}
/*basic layout
---------------------------------------------------*/

.floatLeft {
	float: left;
}
#wrapper {
	width: 515px;
	background-color: #FFF;
	height: 650px;
	margin-top: 40px;
	padding-left: 35px;
	padding-bottom: 50px;
	margin-left: 10px;
	margin-right: 20px;
	padding-right: 20px;
}
#mainimg {
	height: 280px;
	width: 480px;
	text-align: center;
	margin-top: 10px;
}
#wrapper #bio #txt {
	height: 300px;
	width: 230px;
	overflow:auto;
	padding-right: 10px;
	margin-top: 15px;
}
#bio{
	width: 230px;
	text-align: justify;
	height: 315px;
	margin-top: 30px;
	margin-right: 20px;
}
#song {
	width: 230px;
	text-align: justify;
	margin-top: 60px;
	height: 150px;
	background-image: url(images/song_buck.jpg);
	background-repeat: no-repeat;
}
#wrapper #song #play {
	width: 105px;
	margin-top: 55px;
	text-align: right;
}
#wrapper #song #jacket {
	margin-top: 55px;
	margin-left: 20px;
}
#wrapper #song #FlashID {
}
#wrapper #news {
	width: 230px;
	margin-top: 50px;
}
#wrapper #close {
	width: 230px;
	text-align: right;
	padding-top: 10px;
}
#bottom {
	width: 515px;
	margin-bottom: 50px;
	text-align: right;
	padding-left: 35px;
	color: #000;
	margin-left: 10px;
}
.style6 {
	color: #99CC33;
	text-decoration: none;
}
.style1 {
	color: #FFF;
	text-decoration: none;
}
.style2 {
	color: #000;
	text-decoration: none;
}
