@charset "utf-8";
/* CSS Document */

/* These are styles changes for the Music page */


/* This opens the div#left_content_music container */

#left_content_music {
    width: 35%;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#left_content_music img {
	margin-left: 10%;
	margin-right: 10%;
}

#left_music_buttons  {
width: auto;
float: left;
padding-left: 15%;
}


#left_music_buttons a {
text-decoration: none;
font-family:"Times New Roman", Times, serif;
font-size: 100%;
font-weight: bold;
color: #820010;
line-height: 110%;
text-align:center;
}

#left_music_buttons a:hover, a:active {
color: #FFFAB2;
}

#left_content_music p {
font-family:"Times New Roman", Times, serif;
font-size: 100%;
font-weight: bold;
color: #820010;
padding: 0px;
margin-top: 20px;
line-height: 110%;
text-align: left;
margin-left: 15px;
} 


/* This opens the div#middle_content_music container */
#middle_content_music {
	width: 30%;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#music_middle_images_top_left  {
float: left;
width: 50%;
height: 150px;
}

#music_middle_images_top_right  {
width: 50%;
float: right;
height: 150px;
}

#music_middle_images_dissapointing_people  {
clear: both;
float: none;
text-align: center;
}

#middle_content_music h1, h3, h4 {
	color: #FFFF99;
	font-family:"Times New Roman", Times, serif;
}

#middle_content_music h3 {
	color: #820010;
}

#middle_content_music h4  {
	color:  #E2EFFF;
	margin-top: -18px;
}

#middle_content_music a  {
text-decoration: none;
font-family:"Times New Roman", Times, serif;
font-size: 100%;
font-weight: bold;
color: #820010;
line-height: 110%;
}

#middle_content_music a:hover, a:active {
color: #FFFAB2;
}


/* This opens the div#right_content_music container */
#right_content_music {
    width: 35%;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


#right_content_music img {
margin-left: 10%;
margin-right: 10%;

}

#right_music_buttons  {
width: auto;
float: right;
padding-left: 5%;
}

#right_music_buttons a {
text-decoration: none;
font-family:"Times New Roman", Times, serif;
font-size: 100%;
font-weight: bold;
color: #820010;
line-height: 110%;
text-align:center;
}
	
#right_music_buttons a:hover, a:active {
color: #FFFAB2;
}

#right_content_music p {
font-family:"Times New Roman", Times, serif;
font-size: 100%;
font-weight: bold;
color: #820010;
padding: 0px;
margin-top: 20px;
line-height: 110%;
text-align: left;
margin-right: 15px;
} 

#main_content p  {
	margin-top: 20px;
	margin-bottom: 35px;
	text-align: left;
	margin-left: 20px;
}







