
/*table and structure starts here*/

body {
	background-color: Black;
}

.leftborder {
	background-image: url(images/images/structure_r4_c1.jpg);
	
}


.rightborder {
	background-image: url(images/images/structure_r4_c7.jpg);
	
}


.innertable {
	width: 100%;
	padding: 0px;
	border: 0px;
}


.music_box {
	background-image: url(images/music_box.jpg);
	background-repeat: no-repeat;
}

/*table and structure ends here*/





/*text css starts here*/

.maintext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: White;
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
}

.maintext_bold {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: White;
	text-align: left;
	font-weight: bold;
}



.photo_caption_text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	text-align: left;
	font-weight: bold;
}


.schedule_text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: White;
	text-align: left;
}

.schedule_bold_text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
	font-weight: bold;
	text-align: left;
}


.music_box_text_right {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 4px;
	margin-top: 4px;
	font-style: italic;
	
}

.music_box_text_left {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	text-align: left;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.footer_text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
	margin-top: 10px;
	font-style: italic;
	font-weight: bold;
	}
	
	/*text css ends here*/
	
	
	
/*links css starts here*/

.song_links:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.song_links:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.song_links:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff6600;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}






.email:link {
	color: #ff6600;
	font-style: italic;
	text-decoration: none;
}

.email:visited {
	color: #ff6600;
	font-style: italic;
	text-decoration: none;
}

.email:hover {
	color: #ffffff;
	font-style: italic;
	text-decoration: none;
}

/*links css ends here*/




/*photos css starts here*/

.gallery_photos {
    border: 3px solid #ffffff;
}



/*photos css ends here*/
