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


/* These are the unique styles impacting the the "musicbooth" pages - where you can watch individual film clips */

/*For the Left side */

#left_content_music {
	float: left;
	width: 40%;
	padding-top: 10px;
}


#music_description  {
padding-left: 10%;
text-align: left;
}

#music_description h3 {
color: #FFFF99;
text-align: center;
}

#music_description h4 {
text-align: center;
}


/* For the Right side */

#float_right img {
padding: 0px;
margin-top: 35px;
padding-left: 10%;
padding-right: 10%;
}

#float_right #music_back a {
font-weight: bold;
color: #820010;
text-decoration: none;
}

#float_right #music_back a:hover {
color: #FFFAB2;
}

