body {
	background-color:#820a0a;
	background-image:url('../images/bg.gif');
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:14px;
	color:#330000;
	margin:0;
	padding:0;
	text-align:center;
}

#wrapper {
	width:936px;
	margin:auto;
	background:url('../images/wrapper_bg.png');
	background-repeat:repeat-y;
	text-align:left;
}

#top {
	width:872px;
	margin:auto;
	height:25px;
	background:url('../images/top.jpg');
}

#contentWrapper {
	width:858px;
	margin:auto;
	background-color:#d28e3d;
	background-image:url('../images/content_bg.jpg');
	background-repeat:repeat-y;
	position:relative;
}

#header {
	width:846px;
	height:111px;
	margin:auto;
	background-image:url('../images/header_bg.jpg');
	background-repeat:no-repeat;
}

#logo {
	margin-top:32px;
	margin-left:16px;
}

#nav {
	width:846px;
	height:36px;
	margin:auto;
	background:url('../images/nav_bg.png');
	background-repeat:repeat-x;
}

a.navLink,
a:link.navLink,
a:visited.navLink
{
	color:#fff;
	font-size:13px;
	background-image:url('../images/nav_divider.png');
	background-repeat:no-repeat;
	background-position:top right;
	display:block;
	float:left;
	padding:0 25px 0 26px;
	line-height:33px;
	height:33px;
	vertical-align:middle;
	text-decoration:none;
}

a:hover.navLink,
a:active.navLink
{
	color:#9fd8c5;
}

a:link.navLinkLast,
a:visited.navLinkLast
{
	background:none;
}

#content {
	padding:20px 20px 0 20px;
	min-height:300px;
}

#mainColumn {
	width:470px;
	float:left;
}

#sidebar {
	width:281px;
	float:right;
}

.fullColumn {
	width:auto;
}

#bottom {
	width:936px;
	height:76px;
	padding-top:8px;
	margin:auto;
	background-image:url('../images/bottom.png');
	background-repeat:no-repeat;
}

#footer {
	width:858px;
	margin:auto;
	padding:9px 0;
	background-color:#47655b;
	background-image:url('../images/footer_bg.png');
	color:#fff;
	font-size:12px;
}

a.footerLink,
a:link.footerLink,
a:visited.footerLink
{
	color:#fff;
	text-decoration:none;
	margin:0 8px;
}

a:hover.footerLink,
a:active.footerLink
{
	color:#9fd8c5;
}

.clear {
	clear:both;
}


a,
a:link,
a:visited
{
	color:#000;
}

a:hover,
a:active
{
	color:#330000;
}


h1, h2, h3
{
	color:#000;
	font-family:"Arial Black",arial,verdana,sans-serif;
}

h1 {
	font-size:27px;
	margin:15px 0;
	line-height:30px;
}

h2 {
	font-size:19px;
	margin:15px 0;
	line-height:21px;
}

h3 {
	font-size:14px;
	margin:15px 0;
	line-height:17px;
}

p {
	line-height:20px;
	text-align:justify;
}

.faq {
	font-weight:bold;
	margin:18px 0;
	color:#000;
}



p.list {
	height:30px;
	line-height:15px;
	padding-left:30px;
	margin-bottom:15px;
	background-repeat:no-repeat;
	color:#000;
}

.heading {
	font-size:17px;
	display:block;
	margin-bottom:17px;
	color:#000;
	padding:0;
}

.button {
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;					
	text-align:center;	
	white-space:nowrap;	
	height:43px;
	line-height:43px;
	float:left;
	margin-right:8px;
	cursor:pointer;
}
	
.button span, .button em {
	display:block;
	height:33px;
	line-height:33px;
	vertical-align:middle;
	margin:0;
	font-size:15px;
}
	
.button span {
	padding-left:25px;
	background:url('../images/nav_bg.png') repeat-x 0 0;
}

.button em {
	font-style:normal;
	padding-right:25px;
	background:url('../images/nav_bg.png') no-repeat 100% 0;
}

a.button,
a:link.button,
a:visited.button,
a:hover.button,
a:active.button 
{
	color:#fff;
}

.box_button {
	margin-left:117px;
}

.box_button span {
	background:url('../images/nav_bg.png') repeat-x 0 0;
}

.box_button em {
	background:url('../images/nav_bg.png') no-repeat 100% 0;
}

.box {
	padding:20px;
	background:#a26e33;
	vertical-align:middle;
	color:#fff;
	line-height:13px;
}

.box_bottom {
	display:block;
}

.playButton {
	display:block;
	float:left;
	margin:2px 6px 2px 0;
}

.box .hr {
	margin: 5px 0;
	height:1px;
	border-bottom:solid 1px #fff;
	padding:0;
}


.input_label {
	display:block;
	float:left;
	margin-bottom:10px;
	width:180px;
}

.signup_input {
	width:200px;
	border:solid 1px #a26e33;
	margin-bottom:10px;
}

.form_button {
	margin-left:180px;
	margin-top:10px;
}

.subnav {
	margin-bottom:24px;
	padding-bottom:8px;
	border-bottom:solid 1px #a26e33;
}

a.subnavButton,
a:link.subnavButton,
a:visited.subnavButton
{
	padding:5px 10px;
	display:block;
	float:left;
	margin-right:5px;
	background:#eee;
	border:solid 1px #a26e33;
	text-decoration:none;
	color:#333;
}

a:hover.subnavButton,
a:active.subnavButton
{
	background:#333;
	border:solid 1px #333;
	color:#fff;
}

a.subnavButtonSelected,
a:link.subnavButtonSelected,
a:visited.subnavButtonSelected,
a:hover.subnavButtonSelected,
a:active.subnavButtonSelected
{
	background:#a26e33;
	font-weight:bold;
	border:solid 1px #543a1e;
	color:#fff;
}

.songStatusCompleted {
	font-style:italic;
}

.songStatusActive {
	font-style:italic;
	font-weight:bold;
}

table.songs th {
	font-weight:bold;
	color:#fff;
	background-color:#333;
	padding:5px;
}

table.songs td {
	border-bottom:solid 1px #a26e33;
	padding:5px;
}

.productionNote {
	border:solid 1px #a26e33;
	padding:10px;
	background:#fff;
}

.song_input {
	width:150px;
	border:solid 1px #a26e33;
	margin-bottom:10px;
}

.song_dropdown {
	margin-bottom:10px;
}

textarea {
	border:solid 1px #a26e33;
}

.contact_input {
	width:250px;
	border:solid 1px #a26e33;
	margin-bottom:10px;
}

.contact_textarea {
	width:250px;
	height:150px;
}

.testimonial {
	width:788px;
	margin:auto;
	background-image:url('../images/testimonial_bg.png');
	background-repeat:no-repeat;
}

.testimonial_ftr {
	width:788px;
	height:30px;
	margin:auto;
	background-image:url('../images/testimonial_ftr.png');
	background-repeat:no-repeat;
	margin-bottom:25px;
}

.testimonial_text {
	font-size:16px;
	padding:25px;
	margin:0;
}

.testimonial_credit {
	color:#000;
	font-size:16px;
	text-align:right;
	padding:0 25px;
	margin:0;
}
