body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
margin:0 auto; 
width:800px;
background-image: url(../images/wrapper.png);
background-repeat:repeat-x;  
border:2px solid #000;
}

b{font-size: 110%;}
em{color: red;}

#header{
background: transparent;
height: 66 px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{ 
margin-right: 275px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 275px; /*Width of right column*/
margin-left: -275px; /*Set left margin to -(RightColumnWidth) */
background: transparent;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFF;
}

#footer{ 
clear: left;
width: 100%;
height:29px;
background-image: url(../images/footer.png);
background-repeat:repeat-x;  
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 8px;
font-weight: bold;
color: #FFF;  
text-align: center;
/*padding: 4px 0;*/
}

#footer a{ 
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

img {
border:0
}

.songlist{
	width: 265px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #000000;
	border-size: 1px;
	border-width: 1px; 
}

.songlist ul{
	list-style-type: none;
	margin: 0;
	padding: 0; 
}
	
.songlist li a{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../images/button1.png) 100% 0;
	background-repeat:no-repeat;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px
	text-decoration: none; 
}	
	
.songlist li a:link, .songlist li a:visited { 
	color: #5E7830;
}

.songlist li a:hover{
	color: #26370A;
	background-position: 100% -32px; 
}

	
.songlist li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}

#buynow {
	padding-top:10px;
	width:131px;
	height:36px;
	margin:0 auto;
}
