body {
	margin: 8px 0 10px 0;
	/* background: url(../images/bg_grad.gif) fixed repeat-x; */
	background: #555;
	/* font-family: Georgia,"Times New Roman", Times, serif; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}

a {
	color: #603419;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

.image_left {
	float: left;
	margin: 0 10px 10px 0;
}


/* MAIN_TABLE */
#main_table {
	/* border: 3px double #ccc; */
	width: 768px;
}
/* END MAIN_TABLE */



/* TOP_NAV */
#top_nav {
	background: url(../images/sb_header_grad.gif);
	color: #603419;
	text-align: center;
	font-size: 12px;
	padding: 3px 0 3px 0;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #B2B6A5;
	vertical-align: baseline;
}
/*
	#top_nav a {
		color: blue;
		text-decoration: none;
	}
	
	#top_nav > a:hover {
		font-size: large;
		text-decoration: underline;
	}
*/
/* END TOP_NAV */



/* MAIN_CONTENT_CELL */
#main_content_cell {
	width: 100%;
	padding: 3px 0 3px 0;
	font-size: 12px;
	color: #444;
	text-align: left;
}
/* END MAIN_CONTENT_CELL */



/* CONTENT_TABLE_WITH_SIDEBAR */
#content_table_with_sidebar {
	width: 100%;
}
	/* SIDEBAR */
	#content_table_with_sidebar #sidebar {
		width: 284px;
	}
	/* END SIDEBAR */
	
	/* CONTENT */
	#content_table_with_sidebar #content {
		width: auto;
	}
	/* END CONTENT */
/* END CONTENT_TABLE */



/* generic sidebar module header style: sb_header */
.sb_header {
	background: url(../images/sb_header_grad.gif);
	color: #603419;
	padding: 3px 0 3px 5px;
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #B2B6A5;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	text-align: left;	
}
/* end sb_header */


/* generic sidebar module footer style: sb_footer */
.sb_footer { 
	padding: 0 10px 5px 0;
	font-size: 10px;
	text-align: right;
	font-style: italic;
}

	.sb_footer a {
		color: #FFEED6;
	}
	
	.sb_footer a:hover {
		color: #FFEEEE;
	}
/* end sb_footer */


/* generic main content area header: main_content_header */
.main_content_header {
	background: url(../images/content_header_bg.jpg);
	color: #EEE;
	padding: 3px 0 3px 10px;
	border-top: 1px solid #65392C;
	border-bottom: 2px solid #4E2C22;
	font-size: 14px;
	font-weight: bold;
	width: auto;
	height: 18px;		
}
/* end main_content_header */



/* SB_CALENDAR */
#sb_calendar {
	width: auto;
	background: #4E2C22;
	margin: 0 3px 3px 0;
}

	/* sb_calendar_record */
	.sb_calendar_record {
		text-align: center;
		padding: 10px;
		font-size: 12px;
		color: #CCC;
	}	
	
		div.sb_calendar_record strong {
			color: white;
			font-weight: bold;
		}
	
	/* end sb_calendar_record */
	
/* END SB_CALENDAR*/



/* SB_NEWS */
#sb_news {
	width: auto;
	background: #4E2C22;
	margin: 0 3px 3px 0;
}

	/* sb_news_record */
	.sb_news_record {
		text-align: center;
		padding: 10px;
		font-size: 12px;
		color: #CCC;
	}	
	
		div.sb_news_record strong {
			color: white;
			font-weight: bold;
		}
		
		.sb_news_record a {
			color: #FFEED6;
			font-size: 10px;
			font-style: italic;
		}
		
		.sb_news_record a:hover {
			color: #FFEEEE;
		}		
	
	/* end sb_news_record */
	
/* END SB_NEWS */



/* main_page_loader */
.main_pageloader {
	background: url(../images/content_bg.jpg) repeat-x;
	margin-bottom: 3px;
}	
	
	.main_pageloader_content {
		padding: 10px 30px 0px 40px;
	}
		.main_pageloader_content p {
			padding: 0 0 0 0;
			margin: 0 0 8px 0;
		}

	.main_pageloader_footer {
		color:#444;
		font-size: 9px;
		text-align: right;
		padding: 0 40px 5px 0;
	}	
/* end main_page_loader */



/* MAIN_NEWS_LIST */
#main_news_list {
	background: url(../images/content_bg.jpg) repeat-x;
}
	/* main_news_list_content */
	.main_news_list_content {
		padding: 10px 30px 1px 40px;
	}
	
	/* end main_news_list_content */
	
	/* main_news_record */
	.main_news_record {
		padding: 0;
		margin: 0 0 15px 0;
	}
	
		.main_news_record h1 {
			color: #603419;
			font-size: 12px;
			font-weight: bold;
			padding: 0;
			margin:0;
		}
		
		.main_news_record .date {
			font-style: italic;
			font-size: 9px;
			margin: 0 0 5px 0;
		}
		
		.main_news_record .summary {
			padding: 0 0 0 0;
		}
		
		.main_news_record p {
			padding: 0;
			margin: 0 0 8px 0;
		}
		
		.main_news_record .read_more {
			font-size: 10px;
			font-style: italic;
		}
	/* end main_news_record */
	
/* END MAIN_NEWS_LIST */



/* MAIN_CALENDAR */
#main_calendar {
	width: auto;
}

	#main_calendar a {
		color: white;
		text-decoration: none;
		font-style: italic;
	}
	
	#main_calendar a:hover {
		text-decoration: underline;
	}
	
	#main_calendar .date_grid {
		width: 100%;
		background: #4E2C22;
	}
	
	#main_calendar .event_grid {
		width: 100%;
		padding: 5px 10px 5px 20px;
		color: #EEE;
		font-size: 10px;
	}
	
	#main_calendar th {
		color: #EEE;
		font-weight: bold;
		font-size: 10px;
		padding: 5px 10px 5px 0;
	}	
	
	#main_calendar .event_date {
		padding: 0 10px 5px 0;
		white-space: nowrap;
	}

	#main_calendar .event_time {
		padding: 0 10px 5px 0;
	}

	#main_calendar .event_info {
		padding: 0 10px 5px 0;
	}

	#main_calendar .event_row {
		color: #CCC;
	}

/* END MAIN_CALENDAR */



/* FOOTER */
#footer {
	background: url(../images/footer.gif) no-repeat;
	/* border-top: 1px solid #ccc; */
	color: white;
	width: 768px;
	height: 50px;
	font-size: 11px;
	text-align: center;
}

	#footer .stats {
		font-size: 9px;
	}

/* END FOOTER */

.song_list_table {
	width: 100%;
	margin: 0 50px 10px 50px;
}