body {
	
	background-color: #000000;
	
}

.column {
	
	background-image: url(../assets/bg/lyric_bg.gif);
}

.homePage {
	background-image: url(../assets/view/kollage_home.gif);
	background-repeat:no-repeat;
	
	
}

.contactPage {
background-image: url(../assets/view/kollage_contact.gif);

	
}

.musicPage {
background-image: url(../assets/view/kollage_music.gif);
	
}

.aboutPage {
background-image: url(../assets/view/kollage_about.gif);

	
}



.smallContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #669900;
	font-style: bold;
	font-size: 20px;
}

.pageHeadingSecondary {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
	font-style: bold;
	font-size: 20px;
}


.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #669900;
	font-style: bold;
	font-size: 14px;
}

.eventHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-style: bold;
	font-size: 20px;
}

.eventDate {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	font-size: 14px;
}

	

.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
}

.contentLarge{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
}

.nullContent {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}


.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 12px;
}





a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}

/* CSS Document */

