/* whole page */
body	{
	background-color:#000000;
	color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	}

.logo	{
	position:absolute;
	left: 50px;
	top: 0px;
	}
#entire	{
	width:800px;	
	margin-top: 0px;
	margin-left: 134px;	
	}

#footer	{
	clear:right;
	font-size:0.7em;
	top: 500px;
	position: absolute;
	}
	
/* index */
#what	{
	color:#FF0000;
	background-repeat: repeat-y;
	background-position: right left;
	float: right;
	width: 300px;
	background-image: url(images/record_icon2.png);
	padding-left: 35px;
	height: 190px;
	margin-left:10px;
	}

#what h1	{
	font-size:1.2em;
	}
	
#what p	{
	text-indent: 1.2em;
	line-height: 1.5em;
	}

/* biography */	
#about table	{
	border:0px;
	font-size:0.9em;
	text-align: justify;
	}
#about tr td	{
	border:0px;
	padding:3px;
	}
.about	{
	text-align:right;
	} 
	
/* sample songs */	
#songs tr td {
	border:0px;
	padding:2px;
	text-align: left;
	vertical-align: top;	
	}
#songs a:link	{
	color:#6600FF;
	cursor: crosshair;
	}
#songs a:visited	{
	color:#FFFFFF;
	}

/* lobby */	
#note	{
	width:200px;
	font-size:0.8em;
	color:red;
	float:right;
	}
	
