/***********************************************/
/*         Custom CSS Settings                 */
/*  Placeholder file that can be replaced by   */
/*  user's custom.css file                     */
/***********************************************/
#mainMenu ul li a {
/*	Here you can change the font size and face of the text for the menu items.
	If you change the color tag, it will change the color of the seperator characters which could be a pipe | . 
*/
	font: normal 1.4em "Times New Roman", Times, serif;  /*change to Times family at customer request */
	color:#FFFFFF; /*change from black to white to show up on dark photo*/
}

#bodyContainer{
	font:1.4em "Times New Roman", Times, serif;	/*change to Times family at customer request */
}

#header{
	background-image:none;
	background-color:#000000; /*change header to just be black with no image */
	height:50px; /*increase black at top at request of customer */
}

#footer {
	background-image:none;
	background-color:#000000; /*change footer to just be black with no image */
}

#footerContent {
	font:1.0em "Times New Roman", Times, serif;	/*change to Times family at customer request */
}

.contentItem {
	width:97%; /*reduce from 99% to give more margin */
}

.musicText {
	width:440px;	/* reduce from 450 to give more margin */
}

