body {
	background-color: #D8F4F9;
	background-image: url(./webimages/clefs.png);
	background-repeat: round;
	margin: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-family: Helvetica, sans-serif;
	font-size: 25px;
	font-weight: 200;
	text-decoration: underline;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

article {
text-align: justify;

}

/* ID */
#container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}

#leftcolumn {
	height: auto;
	width: 200px;
	float: left;
}

#centre {
	width: 100%;
	height: auto;
	overflow: auto;
	z-index: 10;
	float: left;
}

#rightcolumn {
	height: auto;
	width: 200px;
	float:left;
}

#header {
	padding-top: 10px;
	background-image: url(webimages/overlay2.png);
	border-bottom: 2px dotted #FFFFFF;
}

#content {
	/* min-height: 100vh; */
}

#footer {
	height: 50px;
	background-image: url(webimages/overlay2.png);
	border-top: 2px dotted #FFFFFF;
	bottom: 0;
	width: 100%;
	clear: both;
}

/* CLASSES */

.logo {
	margin-left: auto;
	margin-right: auto;
	width: 480px;
	height: 74px;
}

.tagline {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: italic;
	color: #000000;
	margin-top: 3px;
}

.navbar {
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}

.footertext {
	font-size: 12px;
	text-align: center;
	width: 100%;
}


/* DECAL CLASSES */

.trebleclef {
	width: 70px;
	height: 385px;
	background-image:url(webimages/trebclef.png);
	z-index: 3;
	float:left;
	margin-top: 400px;
}

.trebleclefr {
	width: 60px;
	height: 385px;
	background-image:url(webimages/trebr.png);
	z-index: 2;
	float:left;
	margin-top: 244px;
}

.bassclefl {
	width: 83px;
	height: 250px;
	background-image:url(webimages/bassl.png);
	margin-top: 44px;
	float: right;
	z-index: 2;
}

.bassclef {
	width: 75px;
	height: 250px;
	background-image:url(webimages/bassclef.png);
	margin-top: 200px;
	float:left;
	z-index: 2;
}

.fullbassclef {
	float: right;
	background-image:url(webimages/fullbassclef.png);
	margin-top: 200px;
	float:left;
	z-index: 2;	
	position: static;
}

/* LINKS	 */
.mainlinks {
	font-family: Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: 100;
}

.mainlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #3C9BC5;
		font-weight: 100;
}

.textlinks {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #000000;
}

.textlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.mc {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #175786;
}

.mc:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #C21DC2;
}