a:link {
	color: #73272C;
	text-decoration: none;
}

a:visited {
	color: #73272C;
	text-decoration: none;
}

a:hover {
	color: #D06B00;
	text-decoration: none;
}

a:active {
	color: #73272C;
/*color: red;*/
	text-decoration: none;
}

a.song:link{
}

a.song:visited {
	color: red;
	text-decoration: none;

}


a.song:active{
	color: red;
	text-decoration: none;

}
body {
	margin: 0;
	padding: 0;
	background-color: #7B4000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/body_bg.gif);
	background-position: left;
	background-repeat: repeat-y;
	font-size: 12px;
	color: #333333;
	}

body.popup {
	margin: 0;
	padding: 0 20px 0 45px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
#wrapper {
	float: left;
	width: 980px;
	}

/* adjust accordingly when altering width of content */
#left_container {
	float: left;
	width: 734px;
	}
	
#header {
	float: left;
	height: 140px;
	width: 764px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	}
	
#left_bar {
	clear: both;
	float: left;
	width: 165px;
	}
	
#alist {
	width: 165px;
	height: 91px;
	background-image: url(../images/alist.gif);
	text-align: right;
	color: #a8a8a8;
	}
	
#alist span {
	display: block;
	padding: 54px 10px 0 0;
	}
	
#mainbody {
	margin-left: 165px;
	/*	margin-left: 165px;*/
	min-height: 600px;
	padding: 0 20px 20px 15px;
	background-color: #fff;
	}

#shoutout {
	float: left;
	width: 246px;
	height: 361px;
	background-image: url(../images/shoutout.jpg);
	}
	
h1 {
	font-size: 22px;
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, serif;
	color: #D47924;
	border-bottom: 1px dashed #a8a8a8;
	padding-bottom: 1px;
	font-weight: normal;
	}
	
a img {
	border: none;
	}
	
.ways {
	width: 440px;
	padding-top: 4px;
	}
	
.ways h1 {
	width: 393px;
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	}
	
.ways a img {
	margin-top: 9px;
	float: right
	}

.ways p {
	width: 355px;
	padding: 0;
	margin: 0;
	}

.payment_info {
	width: 80%;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

/* this style just centers the footer, the rest of the styles is in footer.inc.html*/
div.footer {
	margin-left: 108px;
	background-color:#FFFFFF;
	text-align: center;
}

/* Legacy */

.error { font-size:14;color:red}
.msg { font-size:14;color:blue}
.current { font-size:12;color:blue}



