
body
{
	background-image: url('images/23.jpg');
	/*background-image: url('../../Wood/a/23.jpg');*/
	font-family: "Arial", sans-serif;
}

div.title
{
	text-align: center;
	padding: 20px 0 10px 0;
}

div.leftchuck
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
}

div.rightchuck
{
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
}

div.groupphoto
{
	text-align: center;
	padding: 10px 0 0 0;
}

div.maintext
{
	padding: 20px 50px 0 50px;
	text-indent: 20px;
}

div.menuitem
{
	text-align: center;
	padding: 10px 0 5px 0;
}

.menuitem img
{
	border: none;
}

.menuitem a
{
	color: #000000;
	text-decoration: none;
}


/*--------------------------------------*/


div.column_wrapper
{
	width: 750px;
	margin: 25px auto 0 auto;
}

div.left_column
{
	float: left;
	padding: 0 0 0 0;
}

div.right_column
{
	float: right;
	padding: 0 0 0 0;
}

div.album_title
{
	text-align: center;
	font-weight: bold;
	padding: 0 0 25px 0;
}

div.song
{
	padding: 0 0 10px 30px;
}

div.song_number
{
	float:left;
	font-size:125%;
	font-weight:bold;
	padding: 0 0 0 0;
	border: 0px solid red;
}

div.song_title
{
	margin: 0 0 0 25px;
}

div.song_composer
{
	margin: 0 0 0 25px;
	font-size: 75%;
}


/*--------------------------------------*/

table.performances
{
	width: 90%;
	margin: 30px auto 0 auto;
	border-collapse:collapse
}

table.performances tr:nth-child(even)
{
	background-color: #BFA684;
}

table.performances tr:nth-child(odd)
{
	background-color: #E6C79E;
}

table.performances tr td
{
	padding: 5px 0 5px 0;
	margin: 0 0 0 0;
}
/*--------------------------------------*/

div.footer
{
	clear: both;
	padding: 20px;
	text-align: center;
}

div.mainlink
{
}

div.mainlink a
{
	text-decoration: underline;
	color: #000000;
}

div.mainlink a:hover
{
	font-weight: bold;
}
